diff --git a/.projenrc.js b/.projenrc.js index 513671308..b734452c9 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -6,7 +6,7 @@ const { CdktfProviderProject } = require("@cdktf/provider-project"); const project = new CdktfProviderProject({ useCustomGithubRunner: false, - terraformProvider: "integrations/github@~> 5.0", + terraformProvider: "integrations/github@~> 6.0", cdktfVersion: "^0.20.0", constructsVersion: "^10.3.0", minNodeVersion: "18.12.0", diff --git a/README.md b/README.md index 05da29caf..42e73432e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for integrations/github provider version 5.45.0 +# CDKTF prebuilt bindings for integrations/github provider version 6.0.0 -This repo builds and publishes the [Terraform github provider](https://registry.terraform.io/providers/integrations/github/5.45.0/docs) bindings for [CDK for Terraform](https://cdk.tf). +This repo builds and publishes the [Terraform github provider](https://registry.terraform.io/providers/integrations/github/6.0.0/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -58,12 +58,12 @@ You can also visit a hosted version of the documentation on [constructs.dev](htt ## Versioning -This project is explicitly not tracking the Terraform github provider version 1:1. In fact, it always tracks `latest` of `~> 5.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports). +This project is explicitly not tracking the Terraform github provider version 1:1. In fact, it always tracks `latest` of `~> 6.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports). These are the upstream dependencies: - [CDK for Terraform](https://cdk.tf) -- [Terraform github provider](https://registry.terraform.io/providers/integrations/github/5.45.0) +- [Terraform github provider](https://registry.terraform.io/providers/integrations/github/6.0.0) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. diff --git a/cdktf.json b/cdktf.json index 45465113d..47628fb92 100644 --- a/cdktf.json +++ b/cdktf.json @@ -3,7 +3,7 @@ "app": "echo noop", "sendCrashReports": false, "terraformProviders": [ - "integrations/github@~> 5.0" + "integrations/github@~> 6.0" ], "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." } diff --git a/docs/actionsEnvironmentSecret.csharp.md b/docs/actionsEnvironmentSecret.csharp.md index b4584a1af..5b0f6e0bc 100644 --- a/docs/actionsEnvironmentSecret.csharp.md +++ b/docs/actionsEnvironmentSecret.csharp.md @@ -4,7 +4,7 @@ ### ActionsEnvironmentSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret github_actions_environment_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret github_actions_environment_secret}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the ActionsEnvironmentSecret t The id of the existing ActionsEnvironmentSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use --- @@ -876,7 +876,7 @@ new ActionsEnvironmentSecretConfig { | Repository | string | Name of the repository. | | SecretName | string | Name of the secret. | | EncryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | | PlaintextValue | string | Plaintext value of the secret to be encrypted. | --- @@ -961,7 +961,7 @@ public string Environment { get; set; } Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} --- @@ -975,7 +975,7 @@ public string Repository { get; set; } Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} --- @@ -989,7 +989,7 @@ public string SecretName { get; set; } Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} --- @@ -1003,7 +1003,7 @@ public string EncryptedValue { get; set; } Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} --- @@ -1015,7 +1015,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1032,7 +1032,7 @@ public string PlaintextValue { get; set; } Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} --- diff --git a/docs/actionsEnvironmentSecret.go.md b/docs/actionsEnvironmentSecret.go.md index 440fb06c5..803a8d0a7 100644 --- a/docs/actionsEnvironmentSecret.go.md +++ b/docs/actionsEnvironmentSecret.go.md @@ -4,12 +4,12 @@ ### ActionsEnvironmentSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret github_actions_environment_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret github_actions_environment_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentsecret" actionsenvironmentsecret.NewActionsEnvironmentSecret(scope Construct, id *string, config ActionsEnvironmentSecretConfig) ActionsEnvironmentSecret ``` @@ -399,7 +399,7 @@ func ResetPlaintextValue() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentsecret" actionsenvironmentsecret.ActionsEnvironmentSecret_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentsecret" actionsenvironmentsecret.ActionsEnvironmentSecret_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ actionsenvironmentsecret.ActionsEnvironmentSecret_IsTerraformElement(x interface ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentsecret" actionsenvironmentsecret.ActionsEnvironmentSecret_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ actionsenvironmentsecret.ActionsEnvironmentSecret_IsTerraformResource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentsecret" actionsenvironmentsecret.ActionsEnvironmentSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -488,7 +488,7 @@ The construct id used in the generated config for the ActionsEnvironmentSecret t The id of the existing ActionsEnvironmentSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentsecret" &actionsenvironmentsecret.ActionsEnvironmentSecretConfig { Connection: interface{}, @@ -876,7 +876,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironments | Repository | *string | Name of the repository. | | SecretName | *string | Name of the secret. | | EncryptedValue | *string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | | PlaintextValue | *string | Plaintext value of the secret to be encrypted. | --- @@ -961,7 +961,7 @@ Environment *string Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} --- @@ -975,7 +975,7 @@ Repository *string Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} --- @@ -989,7 +989,7 @@ SecretName *string Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} --- @@ -1003,7 +1003,7 @@ EncryptedValue *string Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} --- @@ -1015,7 +1015,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1032,7 +1032,7 @@ PlaintextValue *string Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} --- diff --git a/docs/actionsEnvironmentSecret.java.md b/docs/actionsEnvironmentSecret.java.md index e553b258a..ecbaa8cbd 100644 --- a/docs/actionsEnvironmentSecret.java.md +++ b/docs/actionsEnvironmentSecret.java.md @@ -4,7 +4,7 @@ ### ActionsEnvironmentSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret github_actions_environment_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret github_actions_environment_secret}. #### Initializers @@ -47,7 +47,7 @@ ActionsEnvironmentSecret.Builder.create(Construct scope, java.lang.String id) | repository | java.lang.String | Name of the repository. | | secretName | java.lang.String | Name of the secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} --- @@ -617,7 +617,7 @@ The construct id used in the generated config for the ActionsEnvironmentSecret t The id of the existing ActionsEnvironmentSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use --- @@ -1009,7 +1009,7 @@ ActionsEnvironmentSecretConfig.builder() | repository | java.lang.String | Name of the repository. | | secretName | java.lang.String | Name of the secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | --- @@ -1094,7 +1094,7 @@ public java.lang.String getEnvironment(); Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} --- @@ -1108,7 +1108,7 @@ public java.lang.String getRepository(); Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} --- @@ -1122,7 +1122,7 @@ public java.lang.String getSecretName(); Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} --- @@ -1136,7 +1136,7 @@ public java.lang.String getEncryptedValue(); Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} --- @@ -1148,7 +1148,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1165,7 +1165,7 @@ public java.lang.String getPlaintextValue(); Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} --- diff --git a/docs/actionsEnvironmentSecret.python.md b/docs/actionsEnvironmentSecret.python.md index 0b68d0f55..5bc63e2f4 100644 --- a/docs/actionsEnvironmentSecret.python.md +++ b/docs/actionsEnvironmentSecret.python.md @@ -4,7 +4,7 @@ ### ActionsEnvironmentSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret github_actions_environment_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret github_actions_environment_secret}. #### Initializers @@ -45,7 +45,7 @@ actionsEnvironmentSecret.ActionsEnvironmentSecret( | repository | str | Name of the repository. | | secret_name | str | Name of the secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} --- @@ -661,7 +661,7 @@ The construct id used in the generated config for the ActionsEnvironmentSecret t The id of the existing ActionsEnvironmentSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use --- @@ -1049,7 +1049,7 @@ actionsEnvironmentSecret.ActionsEnvironmentSecretConfig( | repository | str | Name of the repository. | | secret_name | str | Name of the secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | --- @@ -1134,7 +1134,7 @@ environment: str Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} --- @@ -1148,7 +1148,7 @@ repository: str Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} --- @@ -1162,7 +1162,7 @@ secret_name: str Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} --- @@ -1176,7 +1176,7 @@ encrypted_value: str Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} --- @@ -1188,7 +1188,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1205,7 +1205,7 @@ plaintext_value: str Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} --- diff --git a/docs/actionsEnvironmentSecret.typescript.md b/docs/actionsEnvironmentSecret.typescript.md index 369d3b714..9dc75834a 100644 --- a/docs/actionsEnvironmentSecret.typescript.md +++ b/docs/actionsEnvironmentSecret.typescript.md @@ -4,7 +4,7 @@ ### ActionsEnvironmentSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret github_actions_environment_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret github_actions_environment_secret}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the ActionsEnvironmentSecret t The id of the existing ActionsEnvironmentSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use --- @@ -862,7 +862,7 @@ const actionsEnvironmentSecretConfig: actionsEnvironmentSecret.ActionsEnvironmen | repository | string | Name of the repository. | | secretName | string | Name of the secret. | | encryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. | | plaintextValue | string | Plaintext value of the secret to be encrypted. | --- @@ -947,7 +947,7 @@ public readonly environment: string; Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} --- @@ -961,7 +961,7 @@ public readonly repository: string; Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} --- @@ -975,7 +975,7 @@ public readonly secretName: string; Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} --- @@ -989,7 +989,7 @@ public readonly encryptedValue: string; Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} --- @@ -1001,7 +1001,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1018,7 +1018,7 @@ public readonly plaintextValue: string; Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} --- diff --git a/docs/actionsEnvironmentVariable.csharp.md b/docs/actionsEnvironmentVariable.csharp.md index a056d5216..97625f63e 100644 --- a/docs/actionsEnvironmentVariable.csharp.md +++ b/docs/actionsEnvironmentVariable.csharp.md @@ -4,7 +4,7 @@ ### ActionsEnvironmentVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable github_actions_environment_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable github_actions_environment_variable}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsEnvironmentVariable The id of the existing ActionsEnvironmentVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,7 @@ new ActionsEnvironmentVariableConfig { | Repository | string | Name of the repository. | | Value | string | Value of the variable. | | VariableName | string | Name of the variable. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | --- @@ -923,7 +923,7 @@ public string Environment { get; set; } Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} --- @@ -937,7 +937,7 @@ public string Repository { get; set; } Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} --- @@ -951,7 +951,7 @@ public string Value { get; set; } Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} --- @@ -965,7 +965,7 @@ public string VariableName { get; set; } Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} --- @@ -977,7 +977,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsEnvironmentVariable.go.md b/docs/actionsEnvironmentVariable.go.md index 411971d29..93fbdcc34 100644 --- a/docs/actionsEnvironmentVariable.go.md +++ b/docs/actionsEnvironmentVariable.go.md @@ -4,12 +4,12 @@ ### ActionsEnvironmentVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable github_actions_environment_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable github_actions_environment_variable}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentvariable" actionsenvironmentvariable.NewActionsEnvironmentVariable(scope Construct, id *string, config ActionsEnvironmentVariableConfig) ActionsEnvironmentVariable ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentvariable" actionsenvironmentvariable.ActionsEnvironmentVariable_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentvariable" actionsenvironmentvariable.ActionsEnvironmentVariable_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ actionsenvironmentvariable.ActionsEnvironmentVariable_IsTerraformElement(x inter ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentvariable" actionsenvironmentvariable.ActionsEnvironmentVariable_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ actionsenvironmentvariable.ActionsEnvironmentVariable_IsTerraformResource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentvariable" actionsenvironmentvariable.ActionsEnvironmentVariable_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsEnvironmentVariable The id of the existing ActionsEnvironmentVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use --- @@ -806,7 +806,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsenvironmentvariable" &actionsenvironmentvariable.ActionsEnvironmentVariableConfig { Connection: interface{}, @@ -839,7 +839,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsenvironmentv | Repository | *string | Name of the repository. | | Value | *string | Value of the variable. | | VariableName | *string | Name of the variable. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | --- @@ -923,7 +923,7 @@ Environment *string Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} --- @@ -937,7 +937,7 @@ Repository *string Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} --- @@ -951,7 +951,7 @@ Value *string Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} --- @@ -965,7 +965,7 @@ VariableName *string Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} --- @@ -977,7 +977,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsEnvironmentVariable.java.md b/docs/actionsEnvironmentVariable.java.md index 5b7e109d1..b96796c79 100644 --- a/docs/actionsEnvironmentVariable.java.md +++ b/docs/actionsEnvironmentVariable.java.md @@ -4,7 +4,7 @@ ### ActionsEnvironmentVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable github_actions_environment_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable github_actions_environment_variable}. #### Initializers @@ -46,7 +46,7 @@ ActionsEnvironmentVariable.Builder.create(Construct scope, java.lang.String id) | repository | java.lang.String | Name of the repository. | | value | java.lang.String | Value of the variable. | | variableName | java.lang.String | Name of the variable. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -591,7 +591,7 @@ The construct id used in the generated config for the ActionsEnvironmentVariable The id of the existing ActionsEnvironmentVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use --- @@ -960,7 +960,7 @@ ActionsEnvironmentVariableConfig.builder() | repository | java.lang.String | Name of the repository. | | value | java.lang.String | Value of the variable. | | variableName | java.lang.String | Name of the variable. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | --- @@ -1044,7 +1044,7 @@ public java.lang.String getEnvironment(); Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} --- @@ -1058,7 +1058,7 @@ public java.lang.String getRepository(); Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} --- @@ -1072,7 +1072,7 @@ public java.lang.String getValue(); Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} --- @@ -1086,7 +1086,7 @@ public java.lang.String getVariableName(); Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} --- @@ -1098,7 +1098,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsEnvironmentVariable.python.md b/docs/actionsEnvironmentVariable.python.md index 97bb6578d..e941f3492 100644 --- a/docs/actionsEnvironmentVariable.python.md +++ b/docs/actionsEnvironmentVariable.python.md @@ -4,7 +4,7 @@ ### ActionsEnvironmentVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable github_actions_environment_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable github_actions_environment_variable}. #### Initializers @@ -44,7 +44,7 @@ actionsEnvironmentVariable.ActionsEnvironmentVariable( | repository | str | Name of the repository. | | value | str | Value of the variable. | | variable_name | str | Name of the variable. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -635,7 +635,7 @@ The construct id used in the generated config for the ActionsEnvironmentVariable The id of the existing ActionsEnvironmentVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use --- @@ -1000,7 +1000,7 @@ actionsEnvironmentVariable.ActionsEnvironmentVariableConfig( | repository | str | Name of the repository. | | value | str | Value of the variable. | | variable_name | str | Name of the variable. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | --- @@ -1084,7 +1084,7 @@ environment: str Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} --- @@ -1098,7 +1098,7 @@ repository: str Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} --- @@ -1112,7 +1112,7 @@ value: str Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} --- @@ -1126,7 +1126,7 @@ variable_name: str Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} --- @@ -1138,7 +1138,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsEnvironmentVariable.typescript.md b/docs/actionsEnvironmentVariable.typescript.md index ece309b5d..d9dbaeb19 100644 --- a/docs/actionsEnvironmentVariable.typescript.md +++ b/docs/actionsEnvironmentVariable.typescript.md @@ -4,7 +4,7 @@ ### ActionsEnvironmentVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable github_actions_environment_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable github_actions_environment_variable}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsEnvironmentVariable The id of the existing ActionsEnvironmentVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use --- @@ -826,7 +826,7 @@ const actionsEnvironmentVariableConfig: actionsEnvironmentVariable.ActionsEnviro | repository | string | Name of the repository. | | value | string | Value of the variable. | | variableName | string | Name of the variable. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. | --- @@ -910,7 +910,7 @@ public readonly environment: string; Name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} --- @@ -924,7 +924,7 @@ public readonly repository: string; Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} --- @@ -938,7 +938,7 @@ public readonly value: string; Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} --- @@ -952,7 +952,7 @@ public readonly variableName: string; Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} --- @@ -964,7 +964,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.csharp.md b/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.csharp.md index 128cd666f..e3d8337fe 100644 --- a/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.csharp.md +++ b/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.csharp.md @@ -4,7 +4,7 @@ ### ActionsOrganizationOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsOrganizationOidcSub The id of the existing ActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ new ActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | IncludeClaimKeys | string[] | A list of OpenID Connect claims. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -829,7 +829,7 @@ public string[] IncludeClaimKeys { get; set; } A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- @@ -841,7 +841,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.go.md b/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.go.md index c1bdd9654..987592934 100644 --- a/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.go.md +++ b/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.go.md @@ -4,12 +4,12 @@ ### ActionsOrganizationOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationoidcsubjectclaimcustomizationtemplate" actionsorganizationoidcsubjectclaimcustomizationtemplate.NewActionsOrganizationOidcSubjectClaimCustomizationTemplate(scope Construct, id *string, config ActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig) ActionsOrganizationOidcSubjectClaimCustomizationTemplate ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationoidcsubjectclaimcustomizationtemplate" actionsorganizationoidcsubjectclaimcustomizationtemplate.ActionsOrganizationOidcSubjectClaimCustomizationTemplate_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationoidcsubjectclaimcustomizationtemplate" actionsorganizationoidcsubjectclaimcustomizationtemplate.ActionsOrganizationOidcSubjectClaimCustomizationTemplate_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ actionsorganizationoidcsubjectclaimcustomizationtemplate.ActionsOrganizationOidc ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationoidcsubjectclaimcustomizationtemplate" actionsorganizationoidcsubjectclaimcustomizationtemplate.ActionsOrganizationOidcSubjectClaimCustomizationTemplate_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ actionsorganizationoidcsubjectclaimcustomizationtemplate.ActionsOrganizationOidc ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationoidcsubjectclaimcustomizationtemplate" actionsorganizationoidcsubjectclaimcustomizationtemplate.ActionsOrganizationOidcSubjectClaimCustomizationTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsOrganizationOidcSub The id of the existing ActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -718,7 +718,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationoidcsubjectclaimcustomizationtemplate" &actionsorganizationoidcsubjectclaimcustomizationtemplate.ActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig { Connection: interface{}, @@ -745,7 +745,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganization | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | IncludeClaimKeys | *[]*string | A list of OpenID Connect claims. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -829,7 +829,7 @@ IncludeClaimKeys *[]*string A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- @@ -841,7 +841,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.java.md b/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.java.md index fc8006c6d..27f2d4f9c 100644 --- a/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.java.md +++ b/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.java.md @@ -4,7 +4,7 @@ ### ActionsOrganizationOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. #### Initializers @@ -40,7 +40,7 @@ ActionsOrganizationOidcSubjectClaimCustomizationTemplate.Builder.create(Construc | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | includeClaimKeys | java.util.List | A list of OpenID Connect claims. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -555,7 +555,7 @@ The construct id used in the generated config for the ActionsOrganizationOidcSub The id of the existing ActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ ActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | includeClaimKeys | java.util.List | A list of OpenID Connect claims. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -914,7 +914,7 @@ public java.util.List getIncludeClaimKeys(); A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- @@ -926,7 +926,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.python.md b/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.python.md index 361e90b31..6d394742e 100644 --- a/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.python.md +++ b/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.python.md @@ -4,7 +4,7 @@ ### ActionsOrganizationOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. #### Initializers @@ -38,7 +38,7 @@ actionsOrganizationOidcSubjectClaimCustomizationTemplate.ActionsOrganizationOidc | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | include_claim_keys | typing.List[str] | A list of OpenID Connect claims. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 ActionsOrganizationOidcSub The id of the existing ActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -870,7 +870,7 @@ actionsOrganizationOidcSubjectClaimCustomizationTemplate.ActionsOrganizationOidc | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | include_claim_keys | typing.List[str] | A list of OpenID Connect claims. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -954,7 +954,7 @@ include_claim_keys: typing.List[str] A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- @@ -966,7 +966,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.typescript.md b/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.typescript.md index 6a939c653..edb7046b2 100644 --- a/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.typescript.md +++ b/docs/actionsOrganizationOidcSubjectClaimCustomizationTemplate.typescript.md @@ -4,7 +4,7 @@ ### ActionsOrganizationOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsOrganizationOidcSub The id of the existing ActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -735,7 +735,7 @@ const actionsOrganizationOidcSubjectClaimCustomizationTemplateConfig: actionsOrg | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | includeClaimKeys | string[] | A list of OpenID Connect claims. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -819,7 +819,7 @@ public readonly includeClaimKeys: string[]; A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- @@ -831,7 +831,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationPermissions.csharp.md b/docs/actionsOrganizationPermissions.csharp.md index e28b7fbe7..9dd2041a6 100644 --- a/docs/actionsOrganizationPermissions.csharp.md +++ b/docs/actionsOrganizationPermissions.csharp.md @@ -4,7 +4,7 @@ ### ActionsOrganizationPermissions -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions github_actions_organization_permissions}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions github_actions_organization_permissions}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the ActionsOrganizationPermiss The id of the existing ActionsOrganizationPermissions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use --- @@ -860,7 +860,7 @@ public object GithubOwnedAllowed { get; set; } Whether GitHub-owned actions are allowed in the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} --- @@ -876,7 +876,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} --- @@ -892,7 +892,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} --- @@ -934,7 +934,7 @@ new ActionsOrganizationPermissionsConfig { | AllowedActions | string | The permissions policy that controls the actions that are allowed to run. | | AllowedActionsConfig | ActionsOrganizationPermissionsAllowedActionsConfig | allowed_actions_config block. | | EnabledRepositoriesConfig | ActionsOrganizationPermissionsEnabledRepositoriesConfig | enabled_repositories_config block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | --- @@ -1020,7 +1020,7 @@ The policy that controls the repositories in the organization that are allowed t Can be one of: 'all', 'none', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} --- @@ -1036,7 +1036,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} --- @@ -1050,7 +1050,7 @@ public ActionsOrganizationPermissionsAllowedActionsConfig AllowedActionsConfig { allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} --- @@ -1064,7 +1064,7 @@ public ActionsOrganizationPermissionsEnabledRepositoriesConfig EnabledRepositori enabled_repositories_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} --- @@ -1076,7 +1076,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1113,7 +1113,7 @@ public double[] RepositoryIds { get; set; } List of repository IDs to enable for GitHub Actions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} --- diff --git a/docs/actionsOrganizationPermissions.go.md b/docs/actionsOrganizationPermissions.go.md index 493175178..cd20c8ab2 100644 --- a/docs/actionsOrganizationPermissions.go.md +++ b/docs/actionsOrganizationPermissions.go.md @@ -4,12 +4,12 @@ ### ActionsOrganizationPermissions -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions github_actions_organization_permissions}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions github_actions_organization_permissions}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationpermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationpermissions" actionsorganizationpermissions.NewActionsOrganizationPermissions(scope Construct, id *string, config ActionsOrganizationPermissionsConfig) ActionsOrganizationPermissions ``` @@ -432,7 +432,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationpermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationpermissions" actionsorganizationpermissions.ActionsOrganizationPermissions_IsConstruct(x interface{}) *bool ``` @@ -464,7 +464,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationpermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationpermissions" actionsorganizationpermissions.ActionsOrganizationPermissions_IsTerraformElement(x interface{}) *bool ``` @@ -478,7 +478,7 @@ actionsorganizationpermissions.ActionsOrganizationPermissions_IsTerraformElement ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationpermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationpermissions" actionsorganizationpermissions.ActionsOrganizationPermissions_IsTerraformResource(x interface{}) *bool ``` @@ -492,7 +492,7 @@ actionsorganizationpermissions.ActionsOrganizationPermissions_IsTerraformResourc ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationpermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationpermissions" actionsorganizationpermissions.ActionsOrganizationPermissions_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -521,7 +521,7 @@ The construct id used in the generated config for the ActionsOrganizationPermiss The id of the existing ActionsOrganizationPermissions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use --- @@ -831,7 +831,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationpermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationpermissions" &actionsorganizationpermissions.ActionsOrganizationPermissionsAllowedActionsConfig { GithubOwnedAllowed: interface{}, @@ -860,7 +860,7 @@ GithubOwnedAllowed interface{} Whether GitHub-owned actions are allowed in the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} --- @@ -876,7 +876,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} --- @@ -892,7 +892,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} --- @@ -901,7 +901,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationpermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationpermissions" &actionsorganizationpermissions.ActionsOrganizationPermissionsConfig { Connection: interface{}, @@ -913,8 +913,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganization Provisioners: *[]interface{}, EnabledRepositories: *string, AllowedActions: *string, - AllowedActionsConfig: github.com/cdktf/cdktf-provider-github-go/github/v13.actionsOrganizationPermissions.ActionsOrganizationPermissionsAllowedActionsConfig, - EnabledRepositoriesConfig: github.com/cdktf/cdktf-provider-github-go/github/v13.actionsOrganizationPermissions.ActionsOrganizationPermissionsEnabledRepositoriesConfig, + AllowedActionsConfig: github.com/cdktf/cdktf-provider-github-go/github/v14.actionsOrganizationPermissions.ActionsOrganizationPermissionsAllowedActionsConfig, + EnabledRepositoriesConfig: github.com/cdktf/cdktf-provider-github-go/github/v14.actionsOrganizationPermissions.ActionsOrganizationPermissionsEnabledRepositoriesConfig, Id: *string, } ``` @@ -934,7 +934,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganization | AllowedActions | *string | The permissions policy that controls the actions that are allowed to run. | | AllowedActionsConfig | ActionsOrganizationPermissionsAllowedActionsConfig | allowed_actions_config block. | | EnabledRepositoriesConfig | ActionsOrganizationPermissionsEnabledRepositoriesConfig | enabled_repositories_config block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | --- @@ -1020,7 +1020,7 @@ The policy that controls the repositories in the organization that are allowed t Can be one of: 'all', 'none', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} --- @@ -1036,7 +1036,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} --- @@ -1050,7 +1050,7 @@ AllowedActionsConfig ActionsOrganizationPermissionsAllowedActionsConfig allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} --- @@ -1064,7 +1064,7 @@ EnabledRepositoriesConfig ActionsOrganizationPermissionsEnabledRepositoriesConfi enabled_repositories_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} --- @@ -1076,7 +1076,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1088,7 +1088,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationpermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationpermissions" &actionsorganizationpermissions.ActionsOrganizationPermissionsEnabledRepositoriesConfig { RepositoryIds: *[]*f64, @@ -1113,7 +1113,7 @@ RepositoryIds *[]*f64 List of repository IDs to enable for GitHub Actions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} --- @@ -1124,7 +1124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationpermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationpermissions" actionsorganizationpermissions.NewActionsOrganizationPermissionsAllowedActionsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ActionsOrganizationPermissionsAllowedActionsConfigOutputReference ``` @@ -1453,7 +1453,7 @@ func InternalValue() ActionsOrganizationPermissionsAllowedActionsConfig #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationpermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationpermissions" actionsorganizationpermissions.NewActionsOrganizationPermissionsEnabledRepositoriesConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ActionsOrganizationPermissionsEnabledRepositoriesConfigOutputReference ``` diff --git a/docs/actionsOrganizationPermissions.java.md b/docs/actionsOrganizationPermissions.java.md index d5cd225b9..c1ea661f1 100644 --- a/docs/actionsOrganizationPermissions.java.md +++ b/docs/actionsOrganizationPermissions.java.md @@ -4,7 +4,7 @@ ### ActionsOrganizationPermissions -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions github_actions_organization_permissions}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions github_actions_organization_permissions}. #### Initializers @@ -46,7 +46,7 @@ ActionsOrganizationPermissions.Builder.create(Construct scope, java.lang.String | allowedActions | java.lang.String | The permissions policy that controls the actions that are allowed to run. | | allowedActionsConfig | ActionsOrganizationPermissionsAllowedActionsConfig | allowed_actions_config block. | | enabledRepositoriesConfig | ActionsOrganizationPermissionsEnabledRepositoriesConfig | enabled_repositories_config block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | --- @@ -118,7 +118,7 @@ The policy that controls the repositories in the organization that are allowed t Can be one of: 'all', 'none', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} --- @@ -130,7 +130,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ enabled_repositories_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 ActionsOrganizationPermiss The id of the existing ActionsOrganizationPermissions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use --- @@ -983,7 +983,7 @@ public java.lang.Object getGithubOwnedAllowed(); Whether GitHub-owned actions are allowed in the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} --- @@ -999,7 +999,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} --- @@ -1015,7 +1015,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} --- @@ -1061,7 +1061,7 @@ ActionsOrganizationPermissionsConfig.builder() | allowedActions | java.lang.String | The permissions policy that controls the actions that are allowed to run. | | allowedActionsConfig | ActionsOrganizationPermissionsAllowedActionsConfig | allowed_actions_config block. | | enabledRepositoriesConfig | ActionsOrganizationPermissionsEnabledRepositoriesConfig | enabled_repositories_config block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | --- @@ -1147,7 +1147,7 @@ The policy that controls the repositories in the organization that are allowed t Can be one of: 'all', 'none', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} --- @@ -1163,7 +1163,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} --- @@ -1177,7 +1177,7 @@ public ActionsOrganizationPermissionsAllowedActionsConfig getAllowedActionsConfi allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} --- @@ -1191,7 +1191,7 @@ public ActionsOrganizationPermissionsEnabledRepositoriesConfig getEnabledReposit enabled_repositories_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} --- @@ -1203,7 +1203,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1240,7 +1240,7 @@ public java.util.List getRepositoryIds(); List of repository IDs to enable for GitHub Actions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} --- diff --git a/docs/actionsOrganizationPermissions.python.md b/docs/actionsOrganizationPermissions.python.md index 62b8848b1..afbbbcf18 100644 --- a/docs/actionsOrganizationPermissions.python.md +++ b/docs/actionsOrganizationPermissions.python.md @@ -4,7 +4,7 @@ ### ActionsOrganizationPermissions -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions github_actions_organization_permissions}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions github_actions_organization_permissions}. #### Initializers @@ -44,7 +44,7 @@ actionsOrganizationPermissions.ActionsOrganizationPermissions( | allowed_actions | str | The permissions policy that controls the actions that are allowed to run. | | allowed_actions_config | ActionsOrganizationPermissionsAllowedActionsConfig | allowed_actions_config block. | | enabled_repositories_config | ActionsOrganizationPermissionsEnabledRepositoriesConfig | enabled_repositories_config block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | --- @@ -116,7 +116,7 @@ The policy that controls the repositories in the organization that are allowed t Can be one of: 'all', 'none', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} --- @@ -128,7 +128,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ enabled_repositories_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -540,7 +540,7 @@ def put_allowed_actions_config( Whether GitHub-owned actions are allowed in the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} --- @@ -552,7 +552,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} --- @@ -564,7 +564,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} --- @@ -582,7 +582,7 @@ def put_enabled_repositories_config( List of repository IDs to enable for GitHub Actions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} --- @@ -724,7 +724,7 @@ The construct id used in the generated config for the ActionsOrganizationPermiss The id of the existing ActionsOrganizationPermissions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use --- @@ -1063,7 +1063,7 @@ github_owned_allowed: typing.Union[bool, IResolvable] Whether GitHub-owned actions are allowed in the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} --- @@ -1079,7 +1079,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} --- @@ -1095,7 +1095,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} --- @@ -1137,7 +1137,7 @@ actionsOrganizationPermissions.ActionsOrganizationPermissionsConfig( | allowed_actions | str | The permissions policy that controls the actions that are allowed to run. | | allowed_actions_config | ActionsOrganizationPermissionsAllowedActionsConfig | allowed_actions_config block. | | enabled_repositories_config | ActionsOrganizationPermissionsEnabledRepositoriesConfig | enabled_repositories_config block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | --- @@ -1223,7 +1223,7 @@ The policy that controls the repositories in the organization that are allowed t Can be one of: 'all', 'none', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} --- @@ -1239,7 +1239,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} --- @@ -1253,7 +1253,7 @@ allowed_actions_config: ActionsOrganizationPermissionsAllowedActionsConfig allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} --- @@ -1267,7 +1267,7 @@ enabled_repositories_config: ActionsOrganizationPermissionsEnabledRepositoriesCo enabled_repositories_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} --- @@ -1279,7 +1279,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1316,7 +1316,7 @@ repository_ids: typing.List[typing.Union[int, float]] List of repository IDs to enable for GitHub Actions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} --- diff --git a/docs/actionsOrganizationPermissions.typescript.md b/docs/actionsOrganizationPermissions.typescript.md index cf4091450..f8f8ea461 100644 --- a/docs/actionsOrganizationPermissions.typescript.md +++ b/docs/actionsOrganizationPermissions.typescript.md @@ -4,7 +4,7 @@ ### ActionsOrganizationPermissions -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions github_actions_organization_permissions}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions github_actions_organization_permissions}. #### Initializers @@ -521,7 +521,7 @@ The construct id used in the generated config for the ActionsOrganizationPermiss The id of the existing ActionsOrganizationPermissions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use --- @@ -856,7 +856,7 @@ public readonly githubOwnedAllowed: boolean | IResolvable; Whether GitHub-owned actions are allowed in the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} --- @@ -872,7 +872,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} --- @@ -888,7 +888,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} --- @@ -917,7 +917,7 @@ const actionsOrganizationPermissionsConfig: actionsOrganizationPermissions.Actio | allowedActions | string | The permissions policy that controls the actions that are allowed to run. | | allowedActionsConfig | ActionsOrganizationPermissionsAllowedActionsConfig | allowed_actions_config block. | | enabledRepositoriesConfig | ActionsOrganizationPermissionsEnabledRepositoriesConfig | enabled_repositories_config block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. | --- @@ -1003,7 +1003,7 @@ The policy that controls the repositories in the organization that are allowed t Can be one of: 'all', 'none', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} --- @@ -1019,7 +1019,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} --- @@ -1033,7 +1033,7 @@ public readonly allowedActionsConfig: ActionsOrganizationPermissionsAllowedActio allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} --- @@ -1047,7 +1047,7 @@ public readonly enabledRepositoriesConfig: ActionsOrganizationPermissionsEnabled enabled_repositories_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} --- @@ -1059,7 +1059,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1094,7 +1094,7 @@ public readonly repositoryIds: number[]; List of repository IDs to enable for GitHub Actions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} --- diff --git a/docs/actionsOrganizationSecret.csharp.md b/docs/actionsOrganizationSecret.csharp.md index 6cf6b9351..16bc6d036 100644 --- a/docs/actionsOrganizationSecret.csharp.md +++ b/docs/actionsOrganizationSecret.csharp.md @@ -4,7 +4,7 @@ ### ActionsOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret github_actions_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret github_actions_organization_secret}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the ActionsOrganizationSecret The id of the existing ActionsOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -882,7 +882,7 @@ new ActionsOrganizationSecretConfig { | SecretName | string | Name of the secret. | | Visibility | string | Configures the access that repositories have to the organization secret. | | EncryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | | PlaintextValue | string | Plaintext value of the secret to be encrypted. | | SelectedRepositoryIds | double[] | An array of repository ids that can access the organization secret. | @@ -968,7 +968,7 @@ public string SecretName { get; set; } Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} --- @@ -984,7 +984,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} --- @@ -998,7 +998,7 @@ public string EncryptedValue { get; set; } Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} --- @@ -1010,7 +1010,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1027,7 +1027,7 @@ public string PlaintextValue { get; set; } Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} --- @@ -1041,7 +1041,7 @@ public double[] SelectedRepositoryIds { get; set; } An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} --- diff --git a/docs/actionsOrganizationSecret.go.md b/docs/actionsOrganizationSecret.go.md index c90ee5c7f..cbe9b8718 100644 --- a/docs/actionsOrganizationSecret.go.md +++ b/docs/actionsOrganizationSecret.go.md @@ -4,12 +4,12 @@ ### ActionsOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret github_actions_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret github_actions_organization_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecret" actionsorganizationsecret.NewActionsOrganizationSecret(scope Construct, id *string, config ActionsOrganizationSecretConfig) ActionsOrganizationSecret ``` @@ -406,7 +406,7 @@ func ResetSelectedRepositoryIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecret" actionsorganizationsecret.ActionsOrganizationSecret_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecret" actionsorganizationsecret.ActionsOrganizationSecret_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ actionsorganizationsecret.ActionsOrganizationSecret_IsTerraformElement(x interfa ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecret" actionsorganizationsecret.ActionsOrganizationSecret_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ actionsorganizationsecret.ActionsOrganizationSecret_IsTerraformResource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecret" actionsorganizationsecret.ActionsOrganizationSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -495,7 +495,7 @@ The construct id used in the generated config for the ActionsOrganizationSecret The id of the existing ActionsOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -849,7 +849,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecret" &actionsorganizationsecret.ActionsOrganizationSecretConfig { Connection: interface{}, @@ -882,7 +882,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganization | SecretName | *string | Name of the secret. | | Visibility | *string | Configures the access that repositories have to the organization secret. | | EncryptedValue | *string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | | PlaintextValue | *string | Plaintext value of the secret to be encrypted. | | SelectedRepositoryIds | *[]*f64 | An array of repository ids that can access the organization secret. | @@ -968,7 +968,7 @@ SecretName *string Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} --- @@ -984,7 +984,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} --- @@ -998,7 +998,7 @@ EncryptedValue *string Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} --- @@ -1010,7 +1010,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1027,7 +1027,7 @@ PlaintextValue *string Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} --- @@ -1041,7 +1041,7 @@ SelectedRepositoryIds *[]*f64 An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} --- diff --git a/docs/actionsOrganizationSecret.java.md b/docs/actionsOrganizationSecret.java.md index 5dddcb998..91d042371 100644 --- a/docs/actionsOrganizationSecret.java.md +++ b/docs/actionsOrganizationSecret.java.md @@ -4,7 +4,7 @@ ### ActionsOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret github_actions_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret github_actions_organization_secret}. #### Initializers @@ -46,7 +46,7 @@ ActionsOrganizationSecret.Builder.create(Construct scope, java.lang.String id) | secretName | java.lang.String | Name of the secret. | | visibility | java.lang.String | Configures the access that repositories have to the organization secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} --- @@ -130,7 +130,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} --- @@ -626,7 +626,7 @@ The construct id used in the generated config for the ActionsOrganizationSecret The id of the existing ActionsOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -1017,7 +1017,7 @@ ActionsOrganizationSecretConfig.builder() | secretName | java.lang.String | Name of the secret. | | visibility | java.lang.String | Configures the access that repositories have to the organization secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | @@ -1103,7 +1103,7 @@ public java.lang.String getSecretName(); Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} --- @@ -1119,7 +1119,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} --- @@ -1133,7 +1133,7 @@ public java.lang.String getEncryptedValue(); Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} --- @@ -1145,7 +1145,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ public java.lang.String getPlaintextValue(); Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} --- @@ -1176,7 +1176,7 @@ public java.util.List getSelectedRepositoryIds(); An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} --- diff --git a/docs/actionsOrganizationSecret.python.md b/docs/actionsOrganizationSecret.python.md index dee90d1c9..6e7c5057d 100644 --- a/docs/actionsOrganizationSecret.python.md +++ b/docs/actionsOrganizationSecret.python.md @@ -4,7 +4,7 @@ ### ActionsOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret github_actions_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret github_actions_organization_secret}. #### Initializers @@ -44,7 +44,7 @@ actionsOrganizationSecret.ActionsOrganizationSecret( | secret_name | str | Name of the secret. | | visibility | str | Configures the access that repositories have to the organization secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} --- @@ -128,7 +128,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} --- @@ -670,7 +670,7 @@ The construct id used in the generated config for the ActionsOrganizationSecret The id of the existing ActionsOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -1057,7 +1057,7 @@ actionsOrganizationSecret.ActionsOrganizationSecretConfig( | secret_name | str | Name of the secret. | | visibility | str | Configures the access that repositories have to the organization secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | @@ -1143,7 +1143,7 @@ secret_name: str Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} --- @@ -1159,7 +1159,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} --- @@ -1173,7 +1173,7 @@ encrypted_value: str Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} --- @@ -1185,7 +1185,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1202,7 +1202,7 @@ plaintext_value: str Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} --- @@ -1216,7 +1216,7 @@ selected_repository_ids: typing.List[typing.Union[int, float]] An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} --- diff --git a/docs/actionsOrganizationSecret.typescript.md b/docs/actionsOrganizationSecret.typescript.md index 7db8061e6..2a59407db 100644 --- a/docs/actionsOrganizationSecret.typescript.md +++ b/docs/actionsOrganizationSecret.typescript.md @@ -4,7 +4,7 @@ ### ActionsOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret github_actions_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret github_actions_organization_secret}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the ActionsOrganizationSecret The id of the existing ActionsOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -868,7 +868,7 @@ const actionsOrganizationSecretConfig: actionsOrganizationSecret.ActionsOrganiza | secretName | string | Name of the secret. | | visibility | string | Configures the access that repositories have to the organization secret. | | encryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. | | plaintextValue | string | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | number[] | An array of repository ids that can access the organization secret. | @@ -954,7 +954,7 @@ public readonly secretName: string; Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} --- @@ -970,7 +970,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} --- @@ -984,7 +984,7 @@ public readonly encryptedValue: string; Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} --- @@ -996,7 +996,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1013,7 +1013,7 @@ public readonly plaintextValue: string; Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} --- @@ -1027,7 +1027,7 @@ public readonly selectedRepositoryIds: number[]; An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} --- diff --git a/docs/actionsOrganizationSecretRepositories.csharp.md b/docs/actionsOrganizationSecretRepositories.csharp.md index c12731d2f..fa7fc961c 100644 --- a/docs/actionsOrganizationSecretRepositories.csharp.md +++ b/docs/actionsOrganizationSecretRepositories.csharp.md @@ -4,7 +4,7 @@ ### ActionsOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsOrganizationSecretR The id of the existing ActionsOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new ActionsOrganizationSecretRepositoriesConfig { | Provisioners | object[] | *No description.* | | SecretName | string | Name of the existing secret. | | SelectedRepositoryIds | double[] | An array of repository ids that can access the organization secret. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | --- @@ -853,7 +853,7 @@ public string SecretName { get; set; } Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} --- @@ -867,7 +867,7 @@ public double[] SelectedRepositoryIds { get; set; } An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationSecretRepositories.go.md b/docs/actionsOrganizationSecretRepositories.go.md index 6f955ccf2..58fe2cd30 100644 --- a/docs/actionsOrganizationSecretRepositories.go.md +++ b/docs/actionsOrganizationSecretRepositories.go.md @@ -4,12 +4,12 @@ ### ActionsOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecretrepositories" actionsorganizationsecretrepositories.NewActionsOrganizationSecretRepositories(scope Construct, id *string, config ActionsOrganizationSecretRepositoriesConfig) ActionsOrganizationSecretRepositories ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecretrepositories" actionsorganizationsecretrepositories.ActionsOrganizationSecretRepositories_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecretrepositories" actionsorganizationsecretrepositories.ActionsOrganizationSecretRepositories_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ actionsorganizationsecretrepositories.ActionsOrganizationSecretRepositories_IsTe ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecretrepositories" actionsorganizationsecretrepositories.ActionsOrganizationSecretRepositories_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ actionsorganizationsecretrepositories.ActionsOrganizationSecretRepositories_IsTe ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecretrepositories" actionsorganizationsecretrepositories.ActionsOrganizationSecretRepositories_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsOrganizationSecretR The id of the existing ActionsOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationsecretrepositories" &actionsorganizationsecretrepositories.ActionsOrganizationSecretRepositoriesConfig { Connection: interface{}, @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganization | Provisioners | *[]interface{} | *No description.* | | SecretName | *string | Name of the existing secret. | | SelectedRepositoryIds | *[]*f64 | An array of repository ids that can access the organization secret. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | --- @@ -853,7 +853,7 @@ SecretName *string Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} --- @@ -867,7 +867,7 @@ SelectedRepositoryIds *[]*f64 An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationSecretRepositories.java.md b/docs/actionsOrganizationSecretRepositories.java.md index fa9c53b37..b6ca47cd9 100644 --- a/docs/actionsOrganizationSecretRepositories.java.md +++ b/docs/actionsOrganizationSecretRepositories.java.md @@ -4,7 +4,7 @@ ### ActionsOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories}. #### Initializers @@ -42,7 +42,7 @@ ActionsOrganizationSecretRepositories.Builder.create(Construct scope, java.lang. | provisioners | java.util.List | *No description.* | | secretName | java.lang.String | Name of the existing secret. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 ActionsOrganizationSecretR The id of the existing ActionsOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ ActionsOrganizationSecretRepositoriesConfig.builder() | provisioners | java.util.List | *No description.* | | secretName | java.lang.String | Name of the existing secret. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getSecretName(); Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} --- @@ -964,7 +964,7 @@ public java.util.List getSelectedRepositoryIds(); An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationSecretRepositories.python.md b/docs/actionsOrganizationSecretRepositories.python.md index 8b38e8d0e..f2c5b1387 100644 --- a/docs/actionsOrganizationSecretRepositories.python.md +++ b/docs/actionsOrganizationSecretRepositories.python.md @@ -4,7 +4,7 @@ ### ActionsOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories}. #### Initializers @@ -40,7 +40,7 @@ actionsOrganizationSecretRepositories.ActionsOrganizationSecretRepositories( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | secret_name | str | Name of the existing secret. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 ActionsOrganizationSecretR The id of the existing ActionsOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ actionsOrganizationSecretRepositories.ActionsOrganizationSecretRepositoriesConfi | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | secret_name | str | Name of the existing secret. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | --- @@ -990,7 +990,7 @@ secret_name: str Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} --- @@ -1004,7 +1004,7 @@ selected_repository_ids: typing.List[typing.Union[int, float]] An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationSecretRepositories.typescript.md b/docs/actionsOrganizationSecretRepositories.typescript.md index 2584a8075..d393bc251 100644 --- a/docs/actionsOrganizationSecretRepositories.typescript.md +++ b/docs/actionsOrganizationSecretRepositories.typescript.md @@ -4,7 +4,7 @@ ### ActionsOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsOrganizationSecretR The id of the existing ActionsOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const actionsOrganizationSecretRepositoriesConfig: actionsOrganizationSecretRepo | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | secretName | string | Name of the existing secret. | | selectedRepositoryIds | number[] | An array of repository ids that can access the organization secret. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. | --- @@ -842,7 +842,7 @@ public readonly secretName: string; Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} --- @@ -856,7 +856,7 @@ public readonly selectedRepositoryIds: number[]; An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsOrganizationVariable.csharp.md b/docs/actionsOrganizationVariable.csharp.md index 5d10983f7..17b0c47d8 100644 --- a/docs/actionsOrganizationVariable.csharp.md +++ b/docs/actionsOrganizationVariable.csharp.md @@ -4,7 +4,7 @@ ### ActionsOrganizationVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable github_actions_organization_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable github_actions_organization_variable}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the ActionsOrganizationVariabl The id of the existing ActionsOrganizationVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use --- @@ -845,7 +845,7 @@ new ActionsOrganizationVariableConfig { | Value | string | Value of the variable. | | VariableName | string | Name of the variable. | | Visibility | string | Configures the access that repositories have to the organization variable. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | | SelectedRepositoryIds | double[] | An array of repository ids that can access the organization variable. | --- @@ -930,7 +930,7 @@ public string Value { get; set; } Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} --- @@ -944,7 +944,7 @@ public string VariableName { get; set; } Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} --- @@ -960,7 +960,7 @@ Configures the access that repositories have to the organization variable. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} --- @@ -972,7 +972,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 double[] SelectedRepositoryIds { get; set; } An array of repository ids that can access the organization variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} --- diff --git a/docs/actionsOrganizationVariable.go.md b/docs/actionsOrganizationVariable.go.md index 3a393db8f..9e964ebac 100644 --- a/docs/actionsOrganizationVariable.go.md +++ b/docs/actionsOrganizationVariable.go.md @@ -4,12 +4,12 @@ ### ActionsOrganizationVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable github_actions_organization_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable github_actions_organization_variable}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationvariable" actionsorganizationvariable.NewActionsOrganizationVariable(scope Construct, id *string, config ActionsOrganizationVariableConfig) ActionsOrganizationVariable ``` @@ -392,7 +392,7 @@ func ResetSelectedRepositoryIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationvariable" actionsorganizationvariable.ActionsOrganizationVariable_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationvariable" actionsorganizationvariable.ActionsOrganizationVariable_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ actionsorganizationvariable.ActionsOrganizationVariable_IsTerraformElement(x int ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationvariable" actionsorganizationvariable.ActionsOrganizationVariable_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ actionsorganizationvariable.ActionsOrganizationVariable_IsTerraformResource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationvariable" actionsorganizationvariable.ActionsOrganizationVariable_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the ActionsOrganizationVariabl The id of the existing ActionsOrganizationVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganizationvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsorganizationvariable" &actionsorganizationvariable.ActionsOrganizationVariableConfig { Connection: interface{}, @@ -845,7 +845,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsorganization | Value | *string | Value of the variable. | | VariableName | *string | Name of the variable. | | Visibility | *string | Configures the access that repositories have to the organization variable. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | | SelectedRepositoryIds | *[]*f64 | An array of repository ids that can access the organization variable. | --- @@ -930,7 +930,7 @@ Value *string Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} --- @@ -944,7 +944,7 @@ VariableName *string Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} --- @@ -960,7 +960,7 @@ Configures the access that repositories have to the organization variable. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} --- @@ -972,7 +972,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ SelectedRepositoryIds *[]*f64 An array of repository ids that can access the organization variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} --- diff --git a/docs/actionsOrganizationVariable.java.md b/docs/actionsOrganizationVariable.java.md index 2ebe80747..69d358fdc 100644 --- a/docs/actionsOrganizationVariable.java.md +++ b/docs/actionsOrganizationVariable.java.md @@ -4,7 +4,7 @@ ### ActionsOrganizationVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable github_actions_organization_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable github_actions_organization_variable}. #### Initializers @@ -45,7 +45,7 @@ ActionsOrganizationVariable.Builder.create(Construct scope, java.lang.String id) | value | java.lang.String | Value of the variable. | | variableName | java.lang.String | Name of the variable. | | visibility | java.lang.String | Configures the access that repositories have to the organization variable. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization variable. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} --- @@ -138,7 +138,7 @@ Configures the access that repositories have to the organization variable. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t An array of repository ids that can access the organization variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} --- @@ -600,7 +600,7 @@ The construct id used in the generated config for the ActionsOrganizationVariabl The id of the existing ActionsOrganizationVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,7 @@ ActionsOrganizationVariableConfig.builder() | value | java.lang.String | Value of the variable. | | variableName | java.lang.String | Name of the variable. | | visibility | java.lang.String | Configures the access that repositories have to the organization variable. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization variable. | --- @@ -1053,7 +1053,7 @@ public java.lang.String getValue(); Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} --- @@ -1067,7 +1067,7 @@ public java.lang.String getVariableName(); Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} --- @@ -1083,7 +1083,7 @@ Configures the access that repositories have to the organization variable. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} --- @@ -1095,7 +1095,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1112,7 +1112,7 @@ public java.util.List getSelectedRepositoryIds(); An array of repository ids that can access the organization variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} --- diff --git a/docs/actionsOrganizationVariable.python.md b/docs/actionsOrganizationVariable.python.md index ec37356bb..ee3d154d7 100644 --- a/docs/actionsOrganizationVariable.python.md +++ b/docs/actionsOrganizationVariable.python.md @@ -4,7 +4,7 @@ ### ActionsOrganizationVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable github_actions_organization_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable github_actions_organization_variable}. #### Initializers @@ -43,7 +43,7 @@ actionsOrganizationVariable.ActionsOrganizationVariable( | value | str | Value of the variable. | | variable_name | str | Name of the variable. | | visibility | str | Configures the access that repositories have to the organization variable. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization variable. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} --- @@ -136,7 +136,7 @@ Configures the access that repositories have to the organization variable. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 An array of repository ids that can access the organization variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} --- @@ -644,7 +644,7 @@ The construct id used in the generated config for the ActionsOrganizationVariabl The id of the existing ActionsOrganizationVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use --- @@ -1008,7 +1008,7 @@ actionsOrganizationVariable.ActionsOrganizationVariableConfig( | value | str | Value of the variable. | | variable_name | str | Name of the variable. | | visibility | str | Configures the access that repositories have to the organization variable. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization variable. | --- @@ -1093,7 +1093,7 @@ value: str Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} --- @@ -1107,7 +1107,7 @@ variable_name: str Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} --- @@ -1123,7 +1123,7 @@ Configures the access that repositories have to the organization variable. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} --- @@ -1135,7 +1135,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ selected_repository_ids: typing.List[typing.Union[int, float]] An array of repository ids that can access the organization variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} --- diff --git a/docs/actionsOrganizationVariable.typescript.md b/docs/actionsOrganizationVariable.typescript.md index c4c6b37d3..638d8969b 100644 --- a/docs/actionsOrganizationVariable.typescript.md +++ b/docs/actionsOrganizationVariable.typescript.md @@ -4,7 +4,7 @@ ### ActionsOrganizationVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable github_actions_organization_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable github_actions_organization_variable}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the ActionsOrganizationVariabl The id of the existing ActionsOrganizationVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use --- @@ -832,7 +832,7 @@ const actionsOrganizationVariableConfig: actionsOrganizationVariable.ActionsOrga | value | string | Value of the variable. | | variableName | string | Name of the variable. | | visibility | string | Configures the access that repositories have to the organization variable. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. | | selectedRepositoryIds | number[] | An array of repository ids that can access the organization variable. | --- @@ -917,7 +917,7 @@ public readonly value: string; Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} --- @@ -931,7 +931,7 @@ public readonly variableName: string; Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} --- @@ -947,7 +947,7 @@ Configures the access that repositories have to the organization variable. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} --- @@ -959,7 +959,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -976,7 +976,7 @@ public readonly selectedRepositoryIds: number[]; An array of repository ids that can access the organization variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} --- diff --git a/docs/actionsRepositoryAccessLevel.csharp.md b/docs/actionsRepositoryAccessLevel.csharp.md index 217ca3587..103ee8fa7 100644 --- a/docs/actionsRepositoryAccessLevel.csharp.md +++ b/docs/actionsRepositoryAccessLevel.csharp.md @@ -4,7 +4,7 @@ ### ActionsRepositoryAccessLevel -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level github_actions_repository_access_level}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level github_actions_repository_access_level}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsRepositoryAccessLev The id of the existing ActionsRepositoryAccessLevel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new ActionsRepositoryAccessLevelConfig { | Provisioners | object[] | *No description.* | | AccessLevel | string | Where the actions or reusable workflows of the repository may be used. | | Repository | string | The GitHub repository. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | --- @@ -855,7 +855,7 @@ Where the actions or reusable workflows of the repository may be used. Possible values are 'none', 'user', 'organization', or 'enterprise'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} --- @@ -869,7 +869,7 @@ public string Repository { get; set; } The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} --- @@ -881,7 +881,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsRepositoryAccessLevel.go.md b/docs/actionsRepositoryAccessLevel.go.md index 188cddce8..89038dcbd 100644 --- a/docs/actionsRepositoryAccessLevel.go.md +++ b/docs/actionsRepositoryAccessLevel.go.md @@ -4,12 +4,12 @@ ### ActionsRepositoryAccessLevel -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level github_actions_repository_access_level}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level github_actions_repository_access_level}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryaccesslevel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryaccesslevel" actionsrepositoryaccesslevel.NewActionsRepositoryAccessLevel(scope Construct, id *string, config ActionsRepositoryAccessLevelConfig) ActionsRepositoryAccessLevel ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryaccesslevel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryaccesslevel" actionsrepositoryaccesslevel.ActionsRepositoryAccessLevel_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryaccesslevel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryaccesslevel" actionsrepositoryaccesslevel.ActionsRepositoryAccessLevel_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ actionsrepositoryaccesslevel.ActionsRepositoryAccessLevel_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryaccesslevel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryaccesslevel" actionsrepositoryaccesslevel.ActionsRepositoryAccessLevel_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ actionsrepositoryaccesslevel.ActionsRepositoryAccessLevel_IsTerraformResource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryaccesslevel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryaccesslevel" actionsrepositoryaccesslevel.ActionsRepositoryAccessLevel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsRepositoryAccessLev The id of the existing ActionsRepositoryAccessLevel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryaccesslevel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryaccesslevel" &actionsrepositoryaccesslevel.ActionsRepositoryAccessLevelConfig { Connection: interface{}, @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryac | Provisioners | *[]interface{} | *No description.* | | AccessLevel | *string | Where the actions or reusable workflows of the repository may be used. | | Repository | *string | The GitHub repository. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | --- @@ -855,7 +855,7 @@ Where the actions or reusable workflows of the repository may be used. Possible values are 'none', 'user', 'organization', or 'enterprise'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} --- @@ -869,7 +869,7 @@ Repository *string The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} --- @@ -881,7 +881,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsRepositoryAccessLevel.java.md b/docs/actionsRepositoryAccessLevel.java.md index 72fd96852..51e982d76 100644 --- a/docs/actionsRepositoryAccessLevel.java.md +++ b/docs/actionsRepositoryAccessLevel.java.md @@ -4,7 +4,7 @@ ### ActionsRepositoryAccessLevel -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level github_actions_repository_access_level}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level github_actions_repository_access_level}. #### Initializers @@ -42,7 +42,7 @@ ActionsRepositoryAccessLevel.Builder.create(Construct scope, java.lang.String id | provisioners | java.util.List | *No description.* | | accessLevel | java.lang.String | Where the actions or reusable workflows of the repository may be used. | | repository | java.lang.String | The GitHub repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | --- @@ -114,7 +114,7 @@ Where the actions or reusable workflows of the repository may be used. Possible values are 'none', 'user', 'organization', or 'enterprise'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -569,7 +569,7 @@ The construct id used in the generated config for the ActionsRepositoryAccessLev The id of the existing ActionsRepositoryAccessLevel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use --- @@ -868,7 +868,7 @@ ActionsRepositoryAccessLevelConfig.builder() | provisioners | java.util.List | *No description.* | | accessLevel | java.lang.String | Where the actions or reusable workflows of the repository may be used. | | repository | java.lang.String | The GitHub repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | --- @@ -954,7 +954,7 @@ Where the actions or reusable workflows of the repository may be used. Possible values are 'none', 'user', 'organization', or 'enterprise'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} --- @@ -968,7 +968,7 @@ public java.lang.String getRepository(); The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} --- @@ -980,7 +980,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsRepositoryAccessLevel.python.md b/docs/actionsRepositoryAccessLevel.python.md index 51685afbd..daab12594 100644 --- a/docs/actionsRepositoryAccessLevel.python.md +++ b/docs/actionsRepositoryAccessLevel.python.md @@ -4,7 +4,7 @@ ### ActionsRepositoryAccessLevel -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level github_actions_repository_access_level}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level github_actions_repository_access_level}. #### Initializers @@ -40,7 +40,7 @@ actionsRepositoryAccessLevel.ActionsRepositoryAccessLevel( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | access_level | str | Where the actions or reusable workflows of the repository may be used. | | repository | str | The GitHub repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | --- @@ -112,7 +112,7 @@ Where the actions or reusable workflows of the repository may be used. Possible values are 'none', 'user', 'organization', or 'enterprise'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -613,7 +613,7 @@ The construct id used in the generated config for the ActionsRepositoryAccessLev The id of the existing ActionsRepositoryAccessLevel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use --- @@ -908,7 +908,7 @@ actionsRepositoryAccessLevel.ActionsRepositoryAccessLevelConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | access_level | str | Where the actions or reusable workflows of the repository may be used. | | repository | str | The GitHub repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | --- @@ -994,7 +994,7 @@ Where the actions or reusable workflows of the repository may be used. Possible values are 'none', 'user', 'organization', or 'enterprise'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} --- @@ -1008,7 +1008,7 @@ repository: str The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} --- @@ -1020,7 +1020,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsRepositoryAccessLevel.typescript.md b/docs/actionsRepositoryAccessLevel.typescript.md index a8f2cd1b4..41feb50a1 100644 --- a/docs/actionsRepositoryAccessLevel.typescript.md +++ b/docs/actionsRepositoryAccessLevel.typescript.md @@ -4,7 +4,7 @@ ### ActionsRepositoryAccessLevel -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level github_actions_repository_access_level}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level github_actions_repository_access_level}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsRepositoryAccessLev The id of the existing ActionsRepositoryAccessLevel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const actionsRepositoryAccessLevelConfig: actionsRepositoryAccessLevel.ActionsRe | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | accessLevel | string | Where the actions or reusable workflows of the repository may be used. | | repository | string | The GitHub repository. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. | --- @@ -844,7 +844,7 @@ Where the actions or reusable workflows of the repository may be used. Possible values are 'none', 'user', 'organization', or 'enterprise'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} --- @@ -858,7 +858,7 @@ public readonly repository: string; The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} --- @@ -870,7 +870,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.csharp.md b/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.csharp.md index 7e0fc4a62..3ae41548c 100644 --- a/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.csharp.md +++ b/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.csharp.md @@ -4,7 +4,7 @@ ### ActionsRepositoryOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the ActionsRepositoryOidcSubje The id of the existing ActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ new ActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig { | Provisioners | object[] | *No description.* | | Repository | string | The name of the repository. | | UseDefault | object | Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | | IncludeClaimKeys | string[] | A list of OpenID Connect claims. | --- @@ -884,7 +884,7 @@ public string Repository { get; set; } The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} --- @@ -898,7 +898,7 @@ public object UseDefault { get; set; } Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} --- @@ -910,7 +910,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -927,7 +927,7 @@ public string[] IncludeClaimKeys { get; set; } A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- diff --git a/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.go.md b/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.go.md index b3654e0c3..ce8c016d3 100644 --- a/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.go.md +++ b/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.go.md @@ -4,12 +4,12 @@ ### ActionsRepositoryOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryoidcsubjectclaimcustomizationtemplate" actionsrepositoryoidcsubjectclaimcustomizationtemplate.NewActionsRepositoryOidcSubjectClaimCustomizationTemplate(scope Construct, id *string, config ActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig) ActionsRepositoryOidcSubjectClaimCustomizationTemplate ``` @@ -392,7 +392,7 @@ func ResetIncludeClaimKeys() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryoidcsubjectclaimcustomizationtemplate" actionsrepositoryoidcsubjectclaimcustomizationtemplate.ActionsRepositoryOidcSubjectClaimCustomizationTemplate_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryoidcsubjectclaimcustomizationtemplate" actionsrepositoryoidcsubjectclaimcustomizationtemplate.ActionsRepositoryOidcSubjectClaimCustomizationTemplate_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ actionsrepositoryoidcsubjectclaimcustomizationtemplate.ActionsRepositoryOidcSubj ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryoidcsubjectclaimcustomizationtemplate" actionsrepositoryoidcsubjectclaimcustomizationtemplate.ActionsRepositoryOidcSubjectClaimCustomizationTemplate_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ actionsrepositoryoidcsubjectclaimcustomizationtemplate.ActionsRepositoryOidcSubj ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryoidcsubjectclaimcustomizationtemplate" actionsrepositoryoidcsubjectclaimcustomizationtemplate.ActionsRepositoryOidcSubjectClaimCustomizationTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the ActionsRepositoryOidcSubje The id of the existing ActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositoryoidcsubjectclaimcustomizationtemplate" &actionsrepositoryoidcsubjectclaimcustomizationtemplate.ActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig { Connection: interface{}, @@ -799,7 +799,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositoryoi | Provisioners | *[]interface{} | *No description.* | | Repository | *string | The name of the repository. | | UseDefault | interface{} | Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | | IncludeClaimKeys | *[]*string | A list of OpenID Connect claims. | --- @@ -884,7 +884,7 @@ Repository *string The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} --- @@ -898,7 +898,7 @@ UseDefault interface{} Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} --- @@ -910,7 +910,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -927,7 +927,7 @@ IncludeClaimKeys *[]*string A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- diff --git a/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.java.md b/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.java.md index 0e1009006..8fbdccf52 100644 --- a/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.java.md +++ b/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.java.md @@ -4,7 +4,7 @@ ### ActionsRepositoryOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. #### Initializers @@ -44,7 +44,7 @@ ActionsRepositoryOidcSubjectClaimCustomizationTemplate.Builder.create(Construct | provisioners | java.util.List | *No description.* | | repository | java.lang.String | The name of the repository. | | useDefault | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | | includeClaimKeys | java.util.List | A list of OpenID Connect claims. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} --- @@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -146,7 +146,7 @@ If you experience problems setting this value it might not be settable. Please t A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- @@ -587,7 +587,7 @@ The construct id used in the generated config for the ActionsRepositoryOidcSubje The id of the existing ActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -910,7 +910,7 @@ ActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig.builder() | provisioners | java.util.List | *No description.* | | repository | java.lang.String | The name of the repository. | | useDefault | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | | includeClaimKeys | java.util.List | A list of OpenID Connect claims. | --- @@ -995,7 +995,7 @@ public java.lang.String getRepository(); The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} --- @@ -1009,7 +1009,7 @@ public java.lang.Object getUseDefault(); Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} --- @@ -1021,7 +1021,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 java.util.List getIncludeClaimKeys(); A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- diff --git a/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.python.md b/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.python.md index 390b8f8f5..576f152bb 100644 --- a/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.python.md +++ b/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.python.md @@ -4,7 +4,7 @@ ### ActionsRepositoryOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. #### Initializers @@ -41,7 +41,7 @@ actionsRepositoryOidcSubjectClaimCustomizationTemplate.ActionsRepositoryOidcSubj | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | repository | str | The name of the repository. | | use_default | typing.Union[bool, cdktf.IResolvable] | Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | | include_claim_keys | typing.List[str] | A list of OpenID Connect claims. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- @@ -630,7 +630,7 @@ The construct id used in the generated config for the ActionsRepositoryOidcSubje The id of the existing ActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -948,7 +948,7 @@ actionsRepositoryOidcSubjectClaimCustomizationTemplate.ActionsRepositoryOidcSubj | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | repository | str | The name of the repository. | | use_default | typing.Union[bool, cdktf.IResolvable] | Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | | include_claim_keys | typing.List[str] | A list of OpenID Connect claims. | --- @@ -1033,7 +1033,7 @@ repository: str The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} --- @@ -1047,7 +1047,7 @@ use_default: typing.Union[bool, IResolvable] Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} --- @@ -1059,7 +1059,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1076,7 +1076,7 @@ include_claim_keys: typing.List[str] A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- diff --git a/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.typescript.md b/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.typescript.md index 6b9053259..c3cb201cb 100644 --- a/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.typescript.md +++ b/docs/actionsRepositoryOidcSubjectClaimCustomizationTemplate.typescript.md @@ -4,7 +4,7 @@ ### ActionsRepositoryOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the ActionsRepositoryOidcSubje The id of the existing ActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -787,7 +787,7 @@ const actionsRepositoryOidcSubjectClaimCustomizationTemplateConfig: actionsRepos | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | repository | string | The name of the repository. | | useDefault | boolean \| cdktf.IResolvable | Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | | includeClaimKeys | string[] | A list of OpenID Connect claims. | --- @@ -872,7 +872,7 @@ public readonly repository: string; The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} --- @@ -886,7 +886,7 @@ public readonly useDefault: boolean | IResolvable; Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} --- @@ -898,7 +898,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -915,7 +915,7 @@ public readonly includeClaimKeys: string[]; A list of OpenID Connect claims. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} --- diff --git a/docs/actionsRepositoryPermissions.csharp.md b/docs/actionsRepositoryPermissions.csharp.md index 022ee68ed..46a23e1d0 100644 --- a/docs/actionsRepositoryPermissions.csharp.md +++ b/docs/actionsRepositoryPermissions.csharp.md @@ -4,7 +4,7 @@ ### ActionsRepositoryPermissions -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions github_actions_repository_permissions}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions github_actions_repository_permissions}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the ActionsRepositoryPermissio The id of the existing ActionsRepositoryPermissions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use --- @@ -847,7 +847,7 @@ public object GithubOwnedAllowed { get; set; } Whether GitHub-owned actions are allowed in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} --- @@ -863,7 +863,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} --- @@ -879,7 +879,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} --- @@ -921,7 +921,7 @@ new ActionsRepositoryPermissionsConfig { | AllowedActions | string | The permissions policy that controls the actions that are allowed to run. | | AllowedActionsConfig | ActionsRepositoryPermissionsAllowedActionsConfig | allowed_actions_config block. | | Enabled | object | Should GitHub actions be enabled on this repository. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | --- @@ -1005,7 +1005,7 @@ public string Repository { get; set; } The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} --- @@ -1021,7 +1021,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} --- @@ -1035,7 +1035,7 @@ public ActionsRepositoryPermissionsAllowedActionsConfig AllowedActionsConfig { g allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} --- @@ -1049,7 +1049,7 @@ public object Enabled { get; set; } Should GitHub actions be enabled on this repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} --- @@ -1061,7 +1061,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsRepositoryPermissions.go.md b/docs/actionsRepositoryPermissions.go.md index 90a326e8c..1d926c5a9 100644 --- a/docs/actionsRepositoryPermissions.go.md +++ b/docs/actionsRepositoryPermissions.go.md @@ -4,12 +4,12 @@ ### ActionsRepositoryPermissions -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions github_actions_repository_permissions}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions github_actions_repository_permissions}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositorypermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositorypermissions" actionsrepositorypermissions.NewActionsRepositoryPermissions(scope Construct, id *string, config ActionsRepositoryPermissionsConfig) ActionsRepositoryPermissions ``` @@ -419,7 +419,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositorypermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositorypermissions" actionsrepositorypermissions.ActionsRepositoryPermissions_IsConstruct(x interface{}) *bool ``` @@ -451,7 +451,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositorypermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositorypermissions" actionsrepositorypermissions.ActionsRepositoryPermissions_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +465,7 @@ actionsrepositorypermissions.ActionsRepositoryPermissions_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositorypermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositorypermissions" actionsrepositorypermissions.ActionsRepositoryPermissions_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +479,7 @@ actionsrepositorypermissions.ActionsRepositoryPermissions_IsTerraformResource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositorypermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositorypermissions" actionsrepositorypermissions.ActionsRepositoryPermissions_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -508,7 +508,7 @@ The construct id used in the generated config for the ActionsRepositoryPermissio The id of the existing ActionsRepositoryPermissions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use --- @@ -818,7 +818,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositorypermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositorypermissions" &actionsrepositorypermissions.ActionsRepositoryPermissionsAllowedActionsConfig { GithubOwnedAllowed: interface{}, @@ -847,7 +847,7 @@ GithubOwnedAllowed interface{} Whether GitHub-owned actions are allowed in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} --- @@ -863,7 +863,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} --- @@ -879,7 +879,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} --- @@ -888,7 +888,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositorypermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositorypermissions" &actionsrepositorypermissions.ActionsRepositoryPermissionsConfig { Connection: interface{}, @@ -900,7 +900,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositorype Provisioners: *[]interface{}, Repository: *string, AllowedActions: *string, - AllowedActionsConfig: github.com/cdktf/cdktf-provider-github-go/github/v13.actionsRepositoryPermissions.ActionsRepositoryPermissionsAllowedActionsConfig, + AllowedActionsConfig: github.com/cdktf/cdktf-provider-github-go/github/v14.actionsRepositoryPermissions.ActionsRepositoryPermissionsAllowedActionsConfig, Enabled: interface{}, Id: *string, } @@ -921,7 +921,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositorype | AllowedActions | *string | The permissions policy that controls the actions that are allowed to run. | | AllowedActionsConfig | ActionsRepositoryPermissionsAllowedActionsConfig | allowed_actions_config block. | | Enabled | interface{} | Should GitHub actions be enabled on this repository. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | --- @@ -1005,7 +1005,7 @@ Repository *string The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} --- @@ -1021,7 +1021,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} --- @@ -1035,7 +1035,7 @@ AllowedActionsConfig ActionsRepositoryPermissionsAllowedActionsConfig allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} --- @@ -1049,7 +1049,7 @@ Enabled interface{} Should GitHub actions be enabled on this repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} --- @@ -1061,7 +1061,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1075,7 +1075,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrepositorypermissions" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrepositorypermissions" actionsrepositorypermissions.NewActionsRepositoryPermissionsAllowedActionsConfigOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ActionsRepositoryPermissionsAllowedActionsConfigOutputReference ``` diff --git a/docs/actionsRepositoryPermissions.java.md b/docs/actionsRepositoryPermissions.java.md index 4f0e5d46a..995386d44 100644 --- a/docs/actionsRepositoryPermissions.java.md +++ b/docs/actionsRepositoryPermissions.java.md @@ -4,7 +4,7 @@ ### ActionsRepositoryPermissions -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions github_actions_repository_permissions}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions github_actions_repository_permissions}. #### Initializers @@ -47,7 +47,7 @@ ActionsRepositoryPermissions.Builder.create(Construct scope, java.lang.String id | allowedActions | java.lang.String | The permissions policy that controls the actions that are allowed to run. | | allowedActionsConfig | ActionsRepositoryPermissionsAllowedActionsConfig | allowed_actions_config block. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Should GitHub actions be enabled on this repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | --- @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} --- @@ -129,7 +129,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Should GitHub actions be enabled on this repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -628,7 +628,7 @@ The construct id used in the generated config for the ActionsRepositoryPermissio The id of the existing ActionsRepositoryPermissions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use --- @@ -969,7 +969,7 @@ public java.lang.Object getGithubOwnedAllowed(); Whether GitHub-owned actions are allowed in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} --- @@ -985,7 +985,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} --- @@ -1001,7 +1001,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} --- @@ -1048,7 +1048,7 @@ ActionsRepositoryPermissionsConfig.builder() | allowedActions | java.lang.String | The permissions policy that controls the actions that are allowed to run. | | allowedActionsConfig | ActionsRepositoryPermissionsAllowedActionsConfig | allowed_actions_config block. | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Should GitHub actions be enabled on this repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | --- @@ -1132,7 +1132,7 @@ public java.lang.String getRepository(); The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} --- @@ -1148,7 +1148,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} --- @@ -1162,7 +1162,7 @@ public ActionsRepositoryPermissionsAllowedActionsConfig getAllowedActionsConfig( allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} --- @@ -1176,7 +1176,7 @@ public java.lang.Object getEnabled(); Should GitHub actions be enabled on this repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} --- @@ -1188,7 +1188,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsRepositoryPermissions.python.md b/docs/actionsRepositoryPermissions.python.md index e670f633e..502dbcbd8 100644 --- a/docs/actionsRepositoryPermissions.python.md +++ b/docs/actionsRepositoryPermissions.python.md @@ -4,7 +4,7 @@ ### ActionsRepositoryPermissions -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions github_actions_repository_permissions}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions github_actions_repository_permissions}. #### Initializers @@ -44,7 +44,7 @@ actionsRepositoryPermissions.ActionsRepositoryPermissions( | allowed_actions | str | The permissions policy that controls the actions that are allowed to run. | | allowed_actions_config | ActionsRepositoryPermissionsAllowedActionsConfig | allowed_actions_config block. | | enabled | typing.Union[bool, cdktf.IResolvable] | Should GitHub actions be enabled on this repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} --- @@ -126,7 +126,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Should GitHub actions be enabled on this repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -537,7 +537,7 @@ def put_allowed_actions_config( Whether GitHub-owned actions are allowed in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} --- @@ -549,7 +549,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} --- @@ -561,7 +561,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} --- @@ -703,7 +703,7 @@ The construct id used in the generated config for the ActionsRepositoryPermissio The id of the existing ActionsRepositoryPermissions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use --- @@ -1042,7 +1042,7 @@ github_owned_allowed: typing.Union[bool, IResolvable] Whether GitHub-owned actions are allowed in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} --- @@ -1058,7 +1058,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} --- @@ -1074,7 +1074,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} --- @@ -1116,7 +1116,7 @@ actionsRepositoryPermissions.ActionsRepositoryPermissionsConfig( | allowed_actions | str | The permissions policy that controls the actions that are allowed to run. | | allowed_actions_config | ActionsRepositoryPermissionsAllowedActionsConfig | allowed_actions_config block. | | enabled | typing.Union[bool, cdktf.IResolvable] | Should GitHub actions be enabled on this repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | --- @@ -1200,7 +1200,7 @@ repository: str The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} --- @@ -1216,7 +1216,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} --- @@ -1230,7 +1230,7 @@ allowed_actions_config: ActionsRepositoryPermissionsAllowedActionsConfig allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} --- @@ -1244,7 +1244,7 @@ enabled: typing.Union[bool, IResolvable] Should GitHub actions be enabled on this repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} --- @@ -1256,7 +1256,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsRepositoryPermissions.typescript.md b/docs/actionsRepositoryPermissions.typescript.md index 55357987b..8b6fa1935 100644 --- a/docs/actionsRepositoryPermissions.typescript.md +++ b/docs/actionsRepositoryPermissions.typescript.md @@ -4,7 +4,7 @@ ### ActionsRepositoryPermissions -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions github_actions_repository_permissions}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions github_actions_repository_permissions}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the ActionsRepositoryPermissio The id of the existing ActionsRepositoryPermissions that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use --- @@ -843,7 +843,7 @@ public readonly githubOwnedAllowed: boolean | IResolvable; Whether GitHub-owned actions are allowed in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} --- @@ -859,7 +859,7 @@ Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} --- @@ -875,7 +875,7 @@ Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} --- @@ -904,7 +904,7 @@ const actionsRepositoryPermissionsConfig: actionsRepositoryPermissions.ActionsRe | allowedActions | string | The permissions policy that controls the actions that are allowed to run. | | allowedActionsConfig | ActionsRepositoryPermissionsAllowedActionsConfig | allowed_actions_config block. | | enabled | boolean \| cdktf.IResolvable | Should GitHub actions be enabled on this repository. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. | --- @@ -988,7 +988,7 @@ public readonly repository: string; The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} --- @@ -1004,7 +1004,7 @@ The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} --- @@ -1018,7 +1018,7 @@ public readonly allowedActionsConfig: ActionsRepositoryPermissionsAllowedActions allowed_actions_config block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} --- @@ -1032,7 +1032,7 @@ public readonly enabled: boolean | IResolvable; Should GitHub actions be enabled on this repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} --- @@ -1044,7 +1044,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsRunnerGroup.csharp.md b/docs/actionsRunnerGroup.csharp.md index 6d22e7185..9e74c4f62 100644 --- a/docs/actionsRunnerGroup.csharp.md +++ b/docs/actionsRunnerGroup.csharp.md @@ -4,7 +4,7 @@ ### ActionsRunnerGroup -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group github_actions_runner_group}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group github_actions_runner_group}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the ActionsRunnerGroup to impo The id of the existing ActionsRunnerGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use --- @@ -945,7 +945,7 @@ new ActionsRunnerGroupConfig { | Name | string | Name of the runner group. | | Visibility | string | The visibility of the runner group. | | AllowsPublicRepositories | object | Whether public repositories can be added to the runner group. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | | RestrictedToWorkflows | object | If 'true', the runner group will be restricted to running only the workflows specified in the 'selected_workflows' array. | | SelectedRepositoryIds | double[] | List of repository IDs that can access the runner group. | | SelectedWorkflows | string[] | List of workflows the runner group should be allowed to run. | @@ -1032,7 +1032,7 @@ public string Name { get; set; } Name of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} --- @@ -1046,7 +1046,7 @@ public string Visibility { get; set; } The visibility of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} --- @@ -1060,7 +1060,7 @@ public object AllowsPublicRepositories { get; set; } Whether public repositories can be added to the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} --- @@ -1072,7 +1072,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1091,7 +1091,7 @@ If 'true', the runner group will be restricted to running only the workflows spe Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} --- @@ -1105,7 +1105,7 @@ public double[] SelectedRepositoryIds { get; set; } List of repository IDs that can access the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} --- @@ -1121,7 +1121,7 @@ List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} --- diff --git a/docs/actionsRunnerGroup.go.md b/docs/actionsRunnerGroup.go.md index 9f5432752..3876fc7da 100644 --- a/docs/actionsRunnerGroup.go.md +++ b/docs/actionsRunnerGroup.go.md @@ -4,12 +4,12 @@ ### ActionsRunnerGroup -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group github_actions_runner_group}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group github_actions_runner_group}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrunnergroup" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrunnergroup" actionsrunnergroup.NewActionsRunnerGroup(scope Construct, id *string, config ActionsRunnerGroupConfig) ActionsRunnerGroup ``` @@ -413,7 +413,7 @@ func ResetSelectedWorkflows() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrunnergroup" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrunnergroup" actionsrunnergroup.ActionsRunnerGroup_IsConstruct(x interface{}) *bool ``` @@ -445,7 +445,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrunnergroup" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrunnergroup" actionsrunnergroup.ActionsRunnerGroup_IsTerraformElement(x interface{}) *bool ``` @@ -459,7 +459,7 @@ actionsrunnergroup.ActionsRunnerGroup_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrunnergroup" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrunnergroup" actionsrunnergroup.ActionsRunnerGroup_IsTerraformResource(x interface{}) *bool ``` @@ -473,7 +473,7 @@ actionsrunnergroup.ActionsRunnerGroup_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrunnergroup" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrunnergroup" actionsrunnergroup.ActionsRunnerGroup_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -502,7 +502,7 @@ The construct id used in the generated config for the ActionsRunnerGroup to impo The id of the existing ActionsRunnerGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use --- @@ -911,7 +911,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrunnergroup" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsrunnergroup" &actionsrunnergroup.ActionsRunnerGroupConfig { Connection: interface{}, @@ -945,7 +945,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsrunnergroup" | Name | *string | Name of the runner group. | | Visibility | *string | The visibility of the runner group. | | AllowsPublicRepositories | interface{} | Whether public repositories can be added to the runner group. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | | RestrictedToWorkflows | interface{} | If 'true', the runner group will be restricted to running only the workflows specified in the 'selected_workflows' array. | | SelectedRepositoryIds | *[]*f64 | List of repository IDs that can access the runner group. | | SelectedWorkflows | *[]*string | List of workflows the runner group should be allowed to run. | @@ -1032,7 +1032,7 @@ Name *string Name of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} --- @@ -1046,7 +1046,7 @@ Visibility *string The visibility of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} --- @@ -1060,7 +1060,7 @@ AllowsPublicRepositories interface{} Whether public repositories can be added to the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} --- @@ -1072,7 +1072,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1091,7 +1091,7 @@ If 'true', the runner group will be restricted to running only the workflows spe Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} --- @@ -1105,7 +1105,7 @@ SelectedRepositoryIds *[]*f64 List of repository IDs that can access the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} --- @@ -1121,7 +1121,7 @@ List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} --- diff --git a/docs/actionsRunnerGroup.java.md b/docs/actionsRunnerGroup.java.md index 22530274e..c1bb7a214 100644 --- a/docs/actionsRunnerGroup.java.md +++ b/docs/actionsRunnerGroup.java.md @@ -4,7 +4,7 @@ ### ActionsRunnerGroup -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group github_actions_runner_group}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group github_actions_runner_group}. #### Initializers @@ -49,7 +49,7 @@ ActionsRunnerGroup.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Name of the runner group. | | visibility | java.lang.String | The visibility of the runner group. | | allowsPublicRepositories | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether public repositories can be added to the runner group. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | | restrictedToWorkflows | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If 'true', the runner group will be restricted to running only the workflows specified in the 'selected_workflows' array. | | selectedRepositoryIds | java.util.List | List of repository IDs that can access the runner group. | | selectedWorkflows | java.util.List | List of workflows the runner group should be allowed to run. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Name of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The visibility of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether public repositories can be added to the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 'true', the runner group will be restricted to running only the workflows spe Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ List of repository IDs that can access the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} --- @@ -187,7 +187,7 @@ List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the ActionsRunnerGroup to impo The id of the existing ActionsRunnerGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use --- @@ -1098,7 +1098,7 @@ ActionsRunnerGroupConfig.builder() | name | java.lang.String | Name of the runner group. | | visibility | java.lang.String | The visibility of the runner group. | | allowsPublicRepositories | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether public repositories can be added to the runner group. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | | restrictedToWorkflows | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If 'true', the runner group will be restricted to running only the workflows specified in the 'selected_workflows' array. | | selectedRepositoryIds | java.util.List | List of repository IDs that can access the runner group. | | selectedWorkflows | java.util.List | List of workflows the runner group should be allowed to run. | @@ -1185,7 +1185,7 @@ public java.lang.String getName(); Name of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} --- @@ -1199,7 +1199,7 @@ public java.lang.String getVisibility(); The visibility of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} --- @@ -1213,7 +1213,7 @@ public java.lang.Object getAllowsPublicRepositories(); Whether public repositories can be added to the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} --- @@ -1225,7 +1225,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1244,7 +1244,7 @@ If 'true', the runner group will be restricted to running only the workflows spe Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} --- @@ -1258,7 +1258,7 @@ public java.util.List getSelectedRepositoryIds(); List of repository IDs that can access the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} --- @@ -1274,7 +1274,7 @@ List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} --- diff --git a/docs/actionsRunnerGroup.python.md b/docs/actionsRunnerGroup.python.md index 6be0b39c7..72001f0e8 100644 --- a/docs/actionsRunnerGroup.python.md +++ b/docs/actionsRunnerGroup.python.md @@ -4,7 +4,7 @@ ### ActionsRunnerGroup -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group github_actions_runner_group}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group github_actions_runner_group}. #### Initializers @@ -45,7 +45,7 @@ actionsRunnerGroup.ActionsRunnerGroup( | name | str | Name of the runner group. | | visibility | str | The visibility of the runner group. | | allows_public_repositories | typing.Union[bool, cdktf.IResolvable] | Whether public repositories can be added to the runner group. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | | restricted_to_workflows | typing.Union[bool, cdktf.IResolvable] | If 'true', the runner group will be restricted to running only the workflows specified in the 'selected_workflows' array. | | selected_repository_ids | typing.List[typing.Union[int, float]] | List of repository IDs that can access the runner group. | | selected_workflows | typing.List[str] | List of workflows the runner group should be allowed to run. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Name of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The visibility of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether public repositories can be added to the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 'true', the runner group will be restricted to running only the workflows spe Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ List of repository IDs that can access the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} --- @@ -183,7 +183,7 @@ List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} --- @@ -691,7 +691,7 @@ The construct id used in the generated config for the ActionsRunnerGroup to impo The id of the existing ActionsRunnerGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use --- @@ -1134,7 +1134,7 @@ actionsRunnerGroup.ActionsRunnerGroupConfig( | name | str | Name of the runner group. | | visibility | str | The visibility of the runner group. | | allows_public_repositories | typing.Union[bool, cdktf.IResolvable] | Whether public repositories can be added to the runner group. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | | restricted_to_workflows | typing.Union[bool, cdktf.IResolvable] | If 'true', the runner group will be restricted to running only the workflows specified in the 'selected_workflows' array. | | selected_repository_ids | typing.List[typing.Union[int, float]] | List of repository IDs that can access the runner group. | | selected_workflows | typing.List[str] | List of workflows the runner group should be allowed to run. | @@ -1221,7 +1221,7 @@ name: str Name of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} --- @@ -1235,7 +1235,7 @@ visibility: str The visibility of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} --- @@ -1249,7 +1249,7 @@ allows_public_repositories: typing.Union[bool, IResolvable] Whether public repositories can be added to the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} --- @@ -1261,7 +1261,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1280,7 +1280,7 @@ If 'true', the runner group will be restricted to running only the workflows spe Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} --- @@ -1294,7 +1294,7 @@ selected_repository_ids: typing.List[typing.Union[int, float]] List of repository IDs that can access the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} --- @@ -1310,7 +1310,7 @@ List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} --- diff --git a/docs/actionsRunnerGroup.typescript.md b/docs/actionsRunnerGroup.typescript.md index 26bb326fc..466415c82 100644 --- a/docs/actionsRunnerGroup.typescript.md +++ b/docs/actionsRunnerGroup.typescript.md @@ -4,7 +4,7 @@ ### ActionsRunnerGroup -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group github_actions_runner_group}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group github_actions_runner_group}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the ActionsRunnerGroup to impo The id of the existing ActionsRunnerGroup that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use --- @@ -930,7 +930,7 @@ const actionsRunnerGroupConfig: actionsRunnerGroup.ActionsRunnerGroupConfig = { | name | string | Name of the runner group. | | visibility | string | The visibility of the runner group. | | allowsPublicRepositories | boolean \| cdktf.IResolvable | Whether public repositories can be added to the runner group. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. | | restrictedToWorkflows | boolean \| cdktf.IResolvable | If 'true', the runner group will be restricted to running only the workflows specified in the 'selected_workflows' array. | | selectedRepositoryIds | number[] | List of repository IDs that can access the runner group. | | selectedWorkflows | string[] | List of workflows the runner group should be allowed to run. | @@ -1017,7 +1017,7 @@ public readonly name: string; Name of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} --- @@ -1031,7 +1031,7 @@ public readonly visibility: string; The visibility of the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} --- @@ -1045,7 +1045,7 @@ public readonly allowsPublicRepositories: boolean | IResolvable; Whether public repositories can be added to the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} --- @@ -1057,7 +1057,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1076,7 +1076,7 @@ If 'true', the runner group will be restricted to running only the workflows spe Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} --- @@ -1090,7 +1090,7 @@ public readonly selectedRepositoryIds: number[]; List of repository IDs that can access the runner group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} --- @@ -1106,7 +1106,7 @@ List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} --- diff --git a/docs/actionsSecret.csharp.md b/docs/actionsSecret.csharp.md index 17ac53974..c9010d724 100644 --- a/docs/actionsSecret.csharp.md +++ b/docs/actionsSecret.csharp.md @@ -4,7 +4,7 @@ ### ActionsSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret github_actions_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret github_actions_secret}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the ActionsSecret to import. The id of the existing ActionsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ new ActionsSecretConfig { | Repository | string | Name of the repository. | | SecretName | string | Name of the secret. | | EncryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. | | PlaintextValue | string | Plaintext value of the secret to be encrypted. | --- @@ -937,7 +937,7 @@ public string Repository { get; set; } Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#repository ActionsSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#repository ActionsSecret#repository} --- @@ -951,7 +951,7 @@ public string SecretName { get; set; } Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} --- @@ -965,7 +965,7 @@ public string EncryptedValue { get; set; } Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} --- @@ -977,7 +977,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 string PlaintextValue { get; set; } Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} --- diff --git a/docs/actionsSecret.go.md b/docs/actionsSecret.go.md index a52613445..87b9c93fa 100644 --- a/docs/actionsSecret.go.md +++ b/docs/actionsSecret.go.md @@ -4,12 +4,12 @@ ### ActionsSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret github_actions_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret github_actions_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionssecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionssecret" actionssecret.NewActionsSecret(scope Construct, id *string, config ActionsSecretConfig) ActionsSecret ``` @@ -399,7 +399,7 @@ func ResetPlaintextValue() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionssecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionssecret" actionssecret.ActionsSecret_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionssecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionssecret" actionssecret.ActionsSecret_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ actionssecret.ActionsSecret_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionssecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionssecret" actionssecret.ActionsSecret_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ actionssecret.ActionsSecret_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionssecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionssecret" actionssecret.ActionsSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -488,7 +488,7 @@ The construct id used in the generated config for the ActionsSecret to import. The id of the existing ActionsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use --- @@ -820,7 +820,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionssecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionssecret" &actionssecret.ActionsSecretConfig { Connection: interface{}, @@ -852,7 +852,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionssecret" | Repository | *string | Name of the repository. | | SecretName | *string | Name of the secret. | | EncryptedValue | *string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. | | PlaintextValue | *string | Plaintext value of the secret to be encrypted. | --- @@ -937,7 +937,7 @@ Repository *string Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#repository ActionsSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#repository ActionsSecret#repository} --- @@ -951,7 +951,7 @@ SecretName *string Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} --- @@ -965,7 +965,7 @@ EncryptedValue *string Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} --- @@ -977,7 +977,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ PlaintextValue *string Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} --- diff --git a/docs/actionsSecret.java.md b/docs/actionsSecret.java.md index 65f1194ca..0fc00ce14 100644 --- a/docs/actionsSecret.java.md +++ b/docs/actionsSecret.java.md @@ -4,7 +4,7 @@ ### ActionsSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret github_actions_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret github_actions_secret}. #### Initializers @@ -45,7 +45,7 @@ ActionsSecret.Builder.create(Construct scope, java.lang.String id) | repository | java.lang.String | Name of the repository. | | secretName | java.lang.String | Name of the secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#repository ActionsSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#repository ActionsSecret#repository} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} --- @@ -605,7 +605,7 @@ The construct id used in the generated config for the ActionsSecret to import. The id of the existing ActionsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use --- @@ -973,7 +973,7 @@ ActionsSecretConfig.builder() | repository | java.lang.String | Name of the repository. | | secretName | java.lang.String | Name of the secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | --- @@ -1058,7 +1058,7 @@ public java.lang.String getRepository(); Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#repository ActionsSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#repository ActionsSecret#repository} --- @@ -1072,7 +1072,7 @@ public java.lang.String getSecretName(); Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} --- @@ -1086,7 +1086,7 @@ public java.lang.String getEncryptedValue(); Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} --- @@ -1098,7 +1098,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1115,7 +1115,7 @@ public java.lang.String getPlaintextValue(); Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} --- diff --git a/docs/actionsSecret.python.md b/docs/actionsSecret.python.md index 0f608b615..d8372d5c4 100644 --- a/docs/actionsSecret.python.md +++ b/docs/actionsSecret.python.md @@ -4,7 +4,7 @@ ### ActionsSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret github_actions_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret github_actions_secret}. #### Initializers @@ -43,7 +43,7 @@ actionsSecret.ActionsSecret( | repository | str | Name of the repository. | | secret_name | str | Name of the secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#repository ActionsSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#repository ActionsSecret#repository} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the ActionsSecret to import. The id of the existing ActionsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use --- @@ -1013,7 +1013,7 @@ actionsSecret.ActionsSecretConfig( | repository | str | Name of the repository. | | secret_name | str | Name of the secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | --- @@ -1098,7 +1098,7 @@ repository: str Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#repository ActionsSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#repository ActionsSecret#repository} --- @@ -1112,7 +1112,7 @@ secret_name: str Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} --- @@ -1126,7 +1126,7 @@ encrypted_value: str Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} --- @@ -1138,7 +1138,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ plaintext_value: str Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} --- diff --git a/docs/actionsSecret.typescript.md b/docs/actionsSecret.typescript.md index b298c5629..16a92f67b 100644 --- a/docs/actionsSecret.typescript.md +++ b/docs/actionsSecret.typescript.md @@ -4,7 +4,7 @@ ### ActionsSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret github_actions_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret github_actions_secret}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the ActionsSecret to import. The id of the existing ActionsSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,7 @@ const actionsSecretConfig: actionsSecret.ActionsSecretConfig = { ... } | repository | string | Name of the repository. | | secretName | string | Name of the secret. | | encryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. | | plaintextValue | string | Plaintext value of the secret to be encrypted. | --- @@ -924,7 +924,7 @@ public readonly repository: string; Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#repository ActionsSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#repository ActionsSecret#repository} --- @@ -938,7 +938,7 @@ public readonly secretName: string; Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} --- @@ -952,7 +952,7 @@ public readonly encryptedValue: string; Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} --- @@ -964,7 +964,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -981,7 +981,7 @@ public readonly plaintextValue: string; Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} --- diff --git a/docs/actionsVariable.csharp.md b/docs/actionsVariable.csharp.md index 415a2748b..deaecbb95 100644 --- a/docs/actionsVariable.csharp.md +++ b/docs/actionsVariable.csharp.md @@ -4,7 +4,7 @@ ### ActionsVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable github_actions_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable github_actions_variable}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsVariable to import. The id of the existing ActionsVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use --- @@ -815,7 +815,7 @@ new ActionsVariableConfig { | Repository | string | Name of the repository. | | Value | string | Value of the variable. | | VariableName | string | Name of the variable. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. | --- @@ -899,7 +899,7 @@ public string Repository { get; set; } Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#repository ActionsVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#repository ActionsVariable#repository} --- @@ -913,7 +913,7 @@ public string Value { get; set; } Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#value ActionsVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#value ActionsVariable#value} --- @@ -927,7 +927,7 @@ public string VariableName { get; set; } Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} --- @@ -939,7 +939,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsVariable.go.md b/docs/actionsVariable.go.md index 73b7feb68..e136a8e55 100644 --- a/docs/actionsVariable.go.md +++ b/docs/actionsVariable.go.md @@ -4,12 +4,12 @@ ### ActionsVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable github_actions_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable github_actions_variable}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsvariable" actionsvariable.NewActionsVariable(scope Construct, id *string, config ActionsVariableConfig) ActionsVariable ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsvariable" actionsvariable.ActionsVariable_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsvariable" actionsvariable.ActionsVariable_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ actionsvariable.ActionsVariable_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsvariable" actionsvariable.ActionsVariable_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ actionsvariable.ActionsVariable_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsvariable" actionsvariable.ActionsVariable_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsVariable to import. The id of the existing ActionsVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use --- @@ -784,7 +784,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsvariable" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/actionsvariable" &actionsvariable.ActionsVariableConfig { Connection: interface{}, @@ -815,7 +815,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/actionsvariable" | Repository | *string | Name of the repository. | | Value | *string | Value of the variable. | | VariableName | *string | Name of the variable. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. | --- @@ -899,7 +899,7 @@ Repository *string Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#repository ActionsVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#repository ActionsVariable#repository} --- @@ -913,7 +913,7 @@ Value *string Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#value ActionsVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#value ActionsVariable#value} --- @@ -927,7 +927,7 @@ VariableName *string Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} --- @@ -939,7 +939,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsVariable.java.md b/docs/actionsVariable.java.md index 871ab4adf..5bee68900 100644 --- a/docs/actionsVariable.java.md +++ b/docs/actionsVariable.java.md @@ -4,7 +4,7 @@ ### ActionsVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable github_actions_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable github_actions_variable}. #### Initializers @@ -44,7 +44,7 @@ ActionsVariable.Builder.create(Construct scope, java.lang.String id) | repository | java.lang.String | Name of the repository. | | value | java.lang.String | Value of the variable. | | variableName | java.lang.String | Name of the variable. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#repository ActionsVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#repository ActionsVariable#repository} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#value ActionsVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#value ActionsVariable#value} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 ActionsVariable to import. The id of the existing ActionsVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use --- @@ -924,7 +924,7 @@ ActionsVariableConfig.builder() | repository | java.lang.String | Name of the repository. | | value | java.lang.String | Value of the variable. | | variableName | java.lang.String | Name of the variable. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. | --- @@ -1008,7 +1008,7 @@ public java.lang.String getRepository(); Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#repository ActionsVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#repository ActionsVariable#repository} --- @@ -1022,7 +1022,7 @@ public java.lang.String getValue(); Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#value ActionsVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#value ActionsVariable#value} --- @@ -1036,7 +1036,7 @@ public java.lang.String getVariableName(); Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} --- @@ -1048,7 +1048,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsVariable.python.md b/docs/actionsVariable.python.md index 06ca72afd..de5bd294f 100644 --- a/docs/actionsVariable.python.md +++ b/docs/actionsVariable.python.md @@ -4,7 +4,7 @@ ### ActionsVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable github_actions_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable github_actions_variable}. #### Initializers @@ -42,7 +42,7 @@ actionsVariable.ActionsVariable( | repository | str | Name of the repository. | | value | str | Value of the variable. | | variable_name | str | Name of the variable. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#repository ActionsVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#repository ActionsVariable#repository} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#value ActionsVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#value ActionsVariable#value} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 ActionsVariable to import. The id of the existing ActionsVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use --- @@ -964,7 +964,7 @@ actionsVariable.ActionsVariableConfig( | repository | str | Name of the repository. | | value | str | Value of the variable. | | variable_name | str | Name of the variable. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. | --- @@ -1048,7 +1048,7 @@ repository: str Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#repository ActionsVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#repository ActionsVariable#repository} --- @@ -1062,7 +1062,7 @@ value: str Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#value ActionsVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#value ActionsVariable#value} --- @@ -1076,7 +1076,7 @@ variable_name: str Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} --- @@ -1088,7 +1088,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/actionsVariable.typescript.md b/docs/actionsVariable.typescript.md index 3ae3b36c4..64c168cce 100644 --- a/docs/actionsVariable.typescript.md +++ b/docs/actionsVariable.typescript.md @@ -4,7 +4,7 @@ ### ActionsVariable -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable github_actions_variable}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable github_actions_variable}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ActionsVariable to import. The id of the existing ActionsVariable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use --- @@ -803,7 +803,7 @@ const actionsVariableConfig: actionsVariable.ActionsVariableConfig = { ... } | repository | string | Name of the repository. | | value | string | Value of the variable. | | variableName | string | Name of the variable. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. | --- @@ -887,7 +887,7 @@ public readonly repository: string; Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#repository ActionsVariable#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#repository ActionsVariable#repository} --- @@ -901,7 +901,7 @@ public readonly value: string; Value of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#value ActionsVariable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#value ActionsVariable#value} --- @@ -915,7 +915,7 @@ public readonly variableName: string; Name of the variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} --- @@ -927,7 +927,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appInstallationRepositories.csharp.md b/docs/appInstallationRepositories.csharp.md index 6fb7c6f6c..f6c6a1589 100644 --- a/docs/appInstallationRepositories.csharp.md +++ b/docs/appInstallationRepositories.csharp.md @@ -4,7 +4,7 @@ ### AppInstallationRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories github_app_installation_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories github_app_installation_repositories}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppInstallationRepositorie The id of the existing AppInstallationRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new AppInstallationRepositoriesConfig { | Provisioners | object[] | *No description.* | | InstallationId | string | The GitHub app installation id. | | SelectedRepositories | string[] | A list of repository names to install the app on. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | --- @@ -853,7 +853,7 @@ public string InstallationId { get; set; } The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} --- @@ -867,7 +867,7 @@ public string[] SelectedRepositories { get; set; } A list of repository names to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appInstallationRepositories.go.md b/docs/appInstallationRepositories.go.md index 1b6977ba9..6409cb320 100644 --- a/docs/appInstallationRepositories.go.md +++ b/docs/appInstallationRepositories.go.md @@ -4,12 +4,12 @@ ### AppInstallationRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories github_app_installation_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories github_app_installation_repositories}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepositories" appinstallationrepositories.NewAppInstallationRepositories(scope Construct, id *string, config AppInstallationRepositoriesConfig) AppInstallationRepositories ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepositories" appinstallationrepositories.AppInstallationRepositories_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepositories" appinstallationrepositories.AppInstallationRepositories_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ appinstallationrepositories.AppInstallationRepositories_IsTerraformElement(x int ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepositories" appinstallationrepositories.AppInstallationRepositories_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ appinstallationrepositories.AppInstallationRepositories_IsTerraformResource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepositories" appinstallationrepositories.AppInstallationRepositories_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppInstallationRepositorie The id of the existing AppInstallationRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepositories" &appinstallationrepositories.AppInstallationRepositoriesConfig { Connection: interface{}, @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepo | Provisioners | *[]interface{} | *No description.* | | InstallationId | *string | The GitHub app installation id. | | SelectedRepositories | *[]*string | A list of repository names to install the app on. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | --- @@ -853,7 +853,7 @@ InstallationId *string The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} --- @@ -867,7 +867,7 @@ SelectedRepositories *[]*string A list of repository names to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appInstallationRepositories.java.md b/docs/appInstallationRepositories.java.md index 1c44ee41c..d94a7bc75 100644 --- a/docs/appInstallationRepositories.java.md +++ b/docs/appInstallationRepositories.java.md @@ -4,7 +4,7 @@ ### AppInstallationRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories github_app_installation_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories github_app_installation_repositories}. #### Initializers @@ -42,7 +42,7 @@ AppInstallationRepositories.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | installationId | java.lang.String | The GitHub app installation id. | | selectedRepositories | java.util.List | A list of repository names to install the app on. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A list of repository names to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 AppInstallationRepositorie The id of the existing AppInstallationRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ AppInstallationRepositoriesConfig.builder() | provisioners | java.util.List | *No description.* | | installationId | java.lang.String | The GitHub app installation id. | | selectedRepositories | java.util.List | A list of repository names to install the app on. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getInstallationId(); The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} --- @@ -964,7 +964,7 @@ public java.util.List getSelectedRepositories(); A list of repository names to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appInstallationRepositories.python.md b/docs/appInstallationRepositories.python.md index 955858ed8..78111307f 100644 --- a/docs/appInstallationRepositories.python.md +++ b/docs/appInstallationRepositories.python.md @@ -4,7 +4,7 @@ ### AppInstallationRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories github_app_installation_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories github_app_installation_repositories}. #### Initializers @@ -40,7 +40,7 @@ appInstallationRepositories.AppInstallationRepositories( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | installation_id | str | The GitHub app installation id. | | selected_repositories | typing.List[str] | A list of repository names to install the app on. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A list of repository names to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 AppInstallationRepositorie The id of the existing AppInstallationRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ appInstallationRepositories.AppInstallationRepositoriesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | installation_id | str | The GitHub app installation id. | | selected_repositories | typing.List[str] | A list of repository names to install the app on. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | --- @@ -990,7 +990,7 @@ installation_id: str The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} --- @@ -1004,7 +1004,7 @@ selected_repositories: typing.List[str] A list of repository names to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appInstallationRepositories.typescript.md b/docs/appInstallationRepositories.typescript.md index 580446b1c..fb8632ecd 100644 --- a/docs/appInstallationRepositories.typescript.md +++ b/docs/appInstallationRepositories.typescript.md @@ -4,7 +4,7 @@ ### AppInstallationRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories github_app_installation_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories github_app_installation_repositories}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppInstallationRepositorie The id of the existing AppInstallationRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const appInstallationRepositoriesConfig: appInstallationRepositories.AppInstalla | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | installationId | string | The GitHub app installation id. | | selectedRepositories | string[] | A list of repository names to install the app on. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. | --- @@ -842,7 +842,7 @@ public readonly installationId: string; The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} --- @@ -856,7 +856,7 @@ public readonly selectedRepositories: string[]; A list of repository names to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appInstallationRepository.csharp.md b/docs/appInstallationRepository.csharp.md index 986d389e0..14e97264c 100644 --- a/docs/appInstallationRepository.csharp.md +++ b/docs/appInstallationRepository.csharp.md @@ -4,7 +4,7 @@ ### AppInstallationRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository github_app_installation_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository github_app_installation_repository}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppInstallationRepository The id of the existing AppInstallationRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use --- @@ -780,7 +780,7 @@ new AppInstallationRepositoryConfig { | Provisioners | object[] | *No description.* | | InstallationId | string | The GitHub app installation id. | | Repository | string | The repository to install the app on. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | --- @@ -864,7 +864,7 @@ public string InstallationId { get; set; } The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} --- @@ -878,7 +878,7 @@ public string Repository { get; set; } The repository to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} --- @@ -890,7 +890,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appInstallationRepository.go.md b/docs/appInstallationRepository.go.md index f2a1c81f7..361e18635 100644 --- a/docs/appInstallationRepository.go.md +++ b/docs/appInstallationRepository.go.md @@ -4,12 +4,12 @@ ### AppInstallationRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository github_app_installation_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository github_app_installation_repository}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepository" appinstallationrepository.NewAppInstallationRepository(scope Construct, id *string, config AppInstallationRepositoryConfig) AppInstallationRepository ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepository" appinstallationrepository.AppInstallationRepository_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepository" appinstallationrepository.AppInstallationRepository_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ appinstallationrepository.AppInstallationRepository_IsTerraformElement(x interfa ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepository" appinstallationrepository.AppInstallationRepository_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ appinstallationrepository.AppInstallationRepository_IsTerraformResource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepository" appinstallationrepository.AppInstallationRepository_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppInstallationRepository The id of the existing AppInstallationRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/appinstallationrepository" &appinstallationrepository.AppInstallationRepositoryConfig { Connection: interface{}, @@ -780,7 +780,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/appinstallationrepo | Provisioners | *[]interface{} | *No description.* | | InstallationId | *string | The GitHub app installation id. | | Repository | *string | The repository to install the app on. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | --- @@ -864,7 +864,7 @@ InstallationId *string The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} --- @@ -878,7 +878,7 @@ Repository *string The repository to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} --- @@ -890,7 +890,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appInstallationRepository.java.md b/docs/appInstallationRepository.java.md index 1f3cd294b..de931e7b1 100644 --- a/docs/appInstallationRepository.java.md +++ b/docs/appInstallationRepository.java.md @@ -4,7 +4,7 @@ ### AppInstallationRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository github_app_installation_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository github_app_installation_repository}. #### Initializers @@ -42,7 +42,7 @@ AppInstallationRepository.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | installationId | java.lang.String | The GitHub app installation id. | | repository | java.lang.String | The repository to install the app on. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 AppInstallationRepository The id of the existing AppInstallationRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ AppInstallationRepositoryConfig.builder() | provisioners | java.util.List | *No description.* | | installationId | java.lang.String | The GitHub app installation id. | | repository | java.lang.String | The repository to install the app on. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | --- @@ -961,7 +961,7 @@ public java.lang.String getInstallationId(); The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} --- @@ -975,7 +975,7 @@ public java.lang.String getRepository(); The repository to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} --- @@ -987,7 +987,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appInstallationRepository.python.md b/docs/appInstallationRepository.python.md index 3c30e4cd4..8788b203a 100644 --- a/docs/appInstallationRepository.python.md +++ b/docs/appInstallationRepository.python.md @@ -4,7 +4,7 @@ ### AppInstallationRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository github_app_installation_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository github_app_installation_repository}. #### Initializers @@ -40,7 +40,7 @@ appInstallationRepository.AppInstallationRepository( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | installation_id | str | The GitHub app installation id. | | repository | str | The repository to install the app on. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 AppInstallationRepository The id of the existing AppInstallationRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ appInstallationRepository.AppInstallationRepositoryConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | installation_id | str | The GitHub app installation id. | | repository | str | The repository to install the app on. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | --- @@ -1001,7 +1001,7 @@ installation_id: str The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} --- @@ -1015,7 +1015,7 @@ repository: str The repository to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} --- @@ -1027,7 +1027,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appInstallationRepository.typescript.md b/docs/appInstallationRepository.typescript.md index 18ee5477c..ead1df4c8 100644 --- a/docs/appInstallationRepository.typescript.md +++ b/docs/appInstallationRepository.typescript.md @@ -4,7 +4,7 @@ ### AppInstallationRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository github_app_installation_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository github_app_installation_repository}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppInstallationRepository The id of the existing AppInstallationRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ const appInstallationRepositoryConfig: appInstallationRepository.AppInstallation | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | installationId | string | The GitHub app installation id. | | repository | string | The repository to install the app on. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. | --- @@ -853,7 +853,7 @@ public readonly installationId: string; The GitHub app installation id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} --- @@ -867,7 +867,7 @@ public readonly repository: string; The repository to install the app on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} --- @@ -879,7 +879,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this 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.csharp.md b/docs/branch.csharp.md index 5bcb18997..042d2c1b3 100644 --- a/docs/branch.csharp.md +++ b/docs/branch.csharp.md @@ -4,7 +4,7 @@ ### Branch -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch github_branch}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch github_branch}. #### Initializers @@ -488,7 +488,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use --- @@ -862,7 +862,7 @@ new BranchConfig { | Provisioners | object[] | *No description.* | | Branch | string | The repository branch to create. | | Repository | string | The GitHub repository name. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. | | SourceBranch | string | The branch name to start from. Defaults to 'main'. | | SourceSha | string | The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. | @@ -948,7 +948,7 @@ public string Branch { get; set; } The repository branch to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#branch Branch#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#branch Branch#branch} --- @@ -962,7 +962,7 @@ public string Repository { get; set; } The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#repository Branch#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#repository Branch#repository} --- @@ -974,7 +974,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -991,7 +991,7 @@ public string SourceBranch { get; set; } The branch name to start from. Defaults to 'main'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_branch Branch#source_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_branch Branch#source_branch} --- @@ -1005,7 +1005,7 @@ public string SourceSha { get; set; } The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_sha Branch#source_sha} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_sha Branch#source_sha} --- diff --git a/docs/branch.go.md b/docs/branch.go.md index ce0f231b6..0e01f64f5 100644 --- a/docs/branch.go.md +++ b/docs/branch.go.md @@ -4,12 +4,12 @@ ### Branch -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch github_branch}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch github_branch}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branch" branch.NewBranch(scope Construct, id *string, config BranchConfig) Branch ``` @@ -399,7 +399,7 @@ func ResetSourceSha() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branch" branch.Branch_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branch" branch.Branch_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ branch.Branch_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branch" branch.Branch_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ branch.Branch_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branch" branch.Branch_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -488,7 +488,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use --- @@ -831,7 +831,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branch" &branch.BranchConfig { Connection: interface{}, @@ -862,7 +862,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/branch" | Provisioners | *[]interface{} | *No description.* | | Branch | *string | The repository branch to create. | | Repository | *string | The GitHub repository name. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. | | SourceBranch | *string | The branch name to start from. Defaults to 'main'. | | SourceSha | *string | The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. | @@ -948,7 +948,7 @@ Branch *string The repository branch to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#branch Branch#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#branch Branch#branch} --- @@ -962,7 +962,7 @@ Repository *string The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#repository Branch#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#repository Branch#repository} --- @@ -974,7 +974,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -991,7 +991,7 @@ SourceBranch *string The branch name to start from. Defaults to 'main'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_branch Branch#source_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_branch Branch#source_branch} --- @@ -1005,7 +1005,7 @@ SourceSha *string The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_sha Branch#source_sha} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_sha Branch#source_sha} --- diff --git a/docs/branch.java.md b/docs/branch.java.md index f470aaf08..1ba78559e 100644 --- a/docs/branch.java.md +++ b/docs/branch.java.md @@ -4,7 +4,7 @@ ### Branch -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch github_branch}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch github_branch}. #### Initializers @@ -44,7 +44,7 @@ Branch.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | branch | java.lang.String | The repository branch to create. | | repository | java.lang.String | The GitHub repository name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. | | sourceBranch | java.lang.String | The branch name to start from. Defaults to 'main'. | | sourceSha | java.lang.String | The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The repository branch to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#branch Branch#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#branch Branch#branch} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#repository Branch#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#repository Branch#repository} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t The branch name to start from. Defaults to 'main'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_branch Branch#source_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_branch Branch#source_branch} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_sha Branch#source_sha} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_sha Branch#source_sha} --- @@ -605,7 +605,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use --- @@ -983,7 +983,7 @@ BranchConfig.builder() | provisioners | java.util.List | *No description.* | | branch | java.lang.String | The repository branch to create. | | repository | java.lang.String | The GitHub repository name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. | | sourceBranch | java.lang.String | The branch name to start from. Defaults to 'main'. | | sourceSha | java.lang.String | The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. | @@ -1069,7 +1069,7 @@ public java.lang.String getBranch(); The repository branch to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#branch Branch#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#branch Branch#branch} --- @@ -1083,7 +1083,7 @@ public java.lang.String getRepository(); The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#repository Branch#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#repository Branch#repository} --- @@ -1095,7 +1095,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1112,7 +1112,7 @@ public java.lang.String getSourceBranch(); The branch name to start from. Defaults to 'main'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_branch Branch#source_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_branch Branch#source_branch} --- @@ -1126,7 +1126,7 @@ public java.lang.String getSourceSha(); The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_sha Branch#source_sha} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_sha Branch#source_sha} --- diff --git a/docs/branch.python.md b/docs/branch.python.md index e728bf5fe..4d69cdb4f 100644 --- a/docs/branch.python.md +++ b/docs/branch.python.md @@ -4,7 +4,7 @@ ### Branch -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch github_branch}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch github_branch}. #### Initializers @@ -42,7 +42,7 @@ branch.Branch( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | branch | str | The repository branch to create. | | repository | str | The GitHub repository name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. | | source_branch | str | The branch name to start from. Defaults to 'main'. | | source_sha | str | The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The repository branch to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#branch Branch#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#branch Branch#branch} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#repository Branch#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#repository Branch#repository} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t The branch name to start from. Defaults to 'main'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_branch Branch#source_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_branch Branch#source_branch} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_sha Branch#source_sha} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_sha Branch#source_sha} --- @@ -649,7 +649,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use --- @@ -1023,7 +1023,7 @@ branch.BranchConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | branch | str | The repository branch to create. | | repository | str | The GitHub repository name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. | | source_branch | str | The branch name to start from. Defaults to 'main'. | | source_sha | str | The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. | @@ -1109,7 +1109,7 @@ branch: str The repository branch to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#branch Branch#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#branch Branch#branch} --- @@ -1123,7 +1123,7 @@ repository: str The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#repository Branch#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#repository Branch#repository} --- @@ -1135,7 +1135,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1152,7 +1152,7 @@ source_branch: str The branch name to start from. Defaults to 'main'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_branch Branch#source_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_branch Branch#source_branch} --- @@ -1166,7 +1166,7 @@ source_sha: str The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_sha Branch#source_sha} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_sha Branch#source_sha} --- diff --git a/docs/branch.typescript.md b/docs/branch.typescript.md index 5b63ec80f..be7a8960a 100644 --- a/docs/branch.typescript.md +++ b/docs/branch.typescript.md @@ -4,7 +4,7 @@ ### Branch -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch github_branch}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch github_branch}. #### Initializers @@ -488,7 +488,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/branch#import import section} in the documentation of this resource for the id to use --- @@ -849,7 +849,7 @@ const branchConfig: branch.BranchConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | branch | string | The repository branch to create. | | repository | string | The GitHub repository name. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. | | sourceBranch | string | The branch name to start from. Defaults to 'main'. | | sourceSha | string | The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. | @@ -935,7 +935,7 @@ public readonly branch: string; The repository branch to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#branch Branch#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#branch Branch#branch} --- @@ -949,7 +949,7 @@ public readonly repository: string; The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#repository Branch#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#repository Branch#repository} --- @@ -961,7 +961,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -978,7 +978,7 @@ public readonly sourceBranch: string; The branch name to start from. Defaults to 'main'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_branch Branch#source_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_branch Branch#source_branch} --- @@ -992,7 +992,7 @@ public readonly sourceSha: string; The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_sha Branch#source_sha} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_sha Branch#source_sha} --- diff --git a/docs/branchDefault.csharp.md b/docs/branchDefault.csharp.md index 137fb44a1..3ce75817e 100644 --- a/docs/branchDefault.csharp.md +++ b/docs/branchDefault.csharp.md @@ -4,7 +4,7 @@ ### BranchDefault -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default github_branch_default}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default github_branch_default}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the BranchDefault to import. The id of the existing BranchDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ new BranchDefaultConfig { | Provisioners | object[] | *No description.* | | Branch | string | The branch (e.g. 'main'). | | Repository | string | The GitHub repository. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. | | Rename | object | Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. | --- @@ -895,7 +895,7 @@ public string Branch { get; set; } The branch (e.g. 'main'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#branch BranchDefault#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#branch BranchDefault#branch} --- @@ -909,7 +909,7 @@ public string Repository { get; set; } The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#repository BranchDefault#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#repository BranchDefault#repository} --- @@ -921,7 +921,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -938,7 +938,7 @@ public object Rename { get; set; } Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#rename BranchDefault#rename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#rename BranchDefault#rename} --- diff --git a/docs/branchDefault.go.md b/docs/branchDefault.go.md index 98f4575a4..4d6549c84 100644 --- a/docs/branchDefault.go.md +++ b/docs/branchDefault.go.md @@ -4,12 +4,12 @@ ### BranchDefault -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default github_branch_default}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default github_branch_default}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchdefault" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchdefault" branchdefault.NewBranchDefault(scope Construct, id *string, config BranchDefaultConfig) BranchDefault ``` @@ -392,7 +392,7 @@ func ResetRename() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchdefault" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchdefault" branchdefault.BranchDefault_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchdefault" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchdefault" branchdefault.BranchDefault_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ branchdefault.BranchDefault_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchdefault" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchdefault" branchdefault.BranchDefault_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ branchdefault.BranchDefault_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchdefault" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchdefault" branchdefault.BranchDefault_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the BranchDefault to import. The id of the existing BranchDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use --- @@ -780,7 +780,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchdefault" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchdefault" &branchdefault.BranchDefaultConfig { Connection: interface{}, @@ -810,7 +810,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchdefault" | Provisioners | *[]interface{} | *No description.* | | Branch | *string | The branch (e.g. 'main'). | | Repository | *string | The GitHub repository. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. | | Rename | interface{} | Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. | --- @@ -895,7 +895,7 @@ Branch *string The branch (e.g. 'main'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#branch BranchDefault#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#branch BranchDefault#branch} --- @@ -909,7 +909,7 @@ Repository *string The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#repository BranchDefault#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#repository BranchDefault#repository} --- @@ -921,7 +921,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -938,7 +938,7 @@ Rename interface{} Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#rename BranchDefault#rename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#rename BranchDefault#rename} --- diff --git a/docs/branchDefault.java.md b/docs/branchDefault.java.md index a96874be8..48ac656cd 100644 --- a/docs/branchDefault.java.md +++ b/docs/branchDefault.java.md @@ -4,7 +4,7 @@ ### BranchDefault -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default github_branch_default}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default github_branch_default}. #### Initializers @@ -44,7 +44,7 @@ BranchDefault.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | branch | java.lang.String | The branch (e.g. 'main'). | | repository | java.lang.String | The GitHub repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. | | rename | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope The branch (e.g. 'main'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#branch BranchDefault#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#branch BranchDefault#branch} --- @@ -125,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#repository BranchDefault#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#repository BranchDefault#repository} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -146,7 +146,7 @@ If you experience problems setting this value it might not be settable. Please t Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#rename BranchDefault#rename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#rename BranchDefault#rename} --- @@ -587,7 +587,7 @@ The construct id used in the generated config for the BranchDefault to import. The id of the existing BranchDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use --- @@ -921,7 +921,7 @@ BranchDefaultConfig.builder() | provisioners | java.util.List | *No description.* | | branch | java.lang.String | The branch (e.g. 'main'). | | repository | java.lang.String | The GitHub repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. | | rename | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. | --- @@ -1006,7 +1006,7 @@ public java.lang.String getBranch(); The branch (e.g. 'main'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#branch BranchDefault#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#branch BranchDefault#branch} --- @@ -1020,7 +1020,7 @@ public java.lang.String getRepository(); The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#repository BranchDefault#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#repository BranchDefault#repository} --- @@ -1032,7 +1032,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1049,7 +1049,7 @@ public java.lang.Object getRename(); Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#rename BranchDefault#rename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#rename BranchDefault#rename} --- diff --git a/docs/branchDefault.python.md b/docs/branchDefault.python.md index 5ae3822f5..e86a050e1 100644 --- a/docs/branchDefault.python.md +++ b/docs/branchDefault.python.md @@ -4,7 +4,7 @@ ### BranchDefault -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default github_branch_default}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default github_branch_default}. #### Initializers @@ -41,7 +41,7 @@ branchDefault.BranchDefault( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | branch | str | The branch (e.g. 'main'). | | repository | str | The GitHub repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. | | rename | typing.Union[bool, cdktf.IResolvable] | Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The branch (e.g. 'main'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#branch BranchDefault#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#branch BranchDefault#branch} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#repository BranchDefault#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#repository BranchDefault#repository} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#rename BranchDefault#rename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#rename BranchDefault#rename} --- @@ -630,7 +630,7 @@ The construct id used in the generated config for the BranchDefault to import. The id of the existing BranchDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use --- @@ -959,7 +959,7 @@ branchDefault.BranchDefaultConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | branch | str | The branch (e.g. 'main'). | | repository | str | The GitHub repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. | | rename | typing.Union[bool, cdktf.IResolvable] | Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. | --- @@ -1044,7 +1044,7 @@ branch: str The branch (e.g. 'main'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#branch BranchDefault#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#branch BranchDefault#branch} --- @@ -1058,7 +1058,7 @@ repository: str The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#repository BranchDefault#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#repository BranchDefault#repository} --- @@ -1070,7 +1070,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1087,7 +1087,7 @@ rename: typing.Union[bool, IResolvable] Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#rename BranchDefault#rename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#rename BranchDefault#rename} --- diff --git a/docs/branchDefault.typescript.md b/docs/branchDefault.typescript.md index 59b89ad4e..3e6bcd68e 100644 --- a/docs/branchDefault.typescript.md +++ b/docs/branchDefault.typescript.md @@ -4,7 +4,7 @@ ### BranchDefault -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default github_branch_default}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default github_branch_default}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the BranchDefault to import. The id of the existing BranchDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use --- @@ -798,7 +798,7 @@ const branchDefaultConfig: branchDefault.BranchDefaultConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | branch | string | The branch (e.g. 'main'). | | repository | string | The GitHub repository. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. | | rename | boolean \| cdktf.IResolvable | Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. | --- @@ -883,7 +883,7 @@ public readonly branch: string; The branch (e.g. 'main'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#branch BranchDefault#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#branch BranchDefault#branch} --- @@ -897,7 +897,7 @@ public readonly repository: string; The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#repository BranchDefault#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#repository BranchDefault#repository} --- @@ -909,7 +909,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -926,7 +926,7 @@ public readonly rename: boolean | IResolvable; Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#rename BranchDefault#rename} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#rename BranchDefault#rename} --- diff --git a/docs/branchProtection.csharp.md b/docs/branchProtection.csharp.md index 48d555d0b..a132f7e51 100644 --- a/docs/branchProtection.csharp.md +++ b/docs/branchProtection.csharp.md @@ -4,7 +4,7 @@ ### BranchProtection -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection github_branch_protection}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection github_branch_protection}. #### Initializers @@ -75,19 +75,19 @@ Must be unique amongst siblings in the same scope | MoveToId | Moves this resource to the resource corresponding to "id". | | PutRequiredPullRequestReviews | *No description.* | | PutRequiredStatusChecks | *No description.* | +| PutRestrictPushes | *No description.* | | ResetAllowsDeletions | *No description.* | | ResetAllowsForcePushes | *No description.* | -| ResetBlocksCreations | *No description.* | | ResetEnforceAdmins | *No description.* | | ResetForcePushBypassers | *No description.* | | ResetId | *No description.* | | ResetLockBranch | *No description.* | -| ResetPushRestrictions | *No description.* | | ResetRequireConversationResolution | *No description.* | | ResetRequiredLinearHistory | *No description.* | | ResetRequiredPullRequestReviews | *No description.* | | ResetRequiredStatusChecks | *No description.* | | ResetRequireSignedCommits | *No description.* | +| ResetRestrictPushes | *No description.* | --- @@ -403,22 +403,28 @@ private void PutRequiredStatusChecks(object Value) --- -##### `ResetAllowsDeletions` +##### `PutRestrictPushes` ```csharp -private void ResetAllowsDeletions() +private void PutRestrictPushes(object Value) ``` -##### `ResetAllowsForcePushes` +###### `Value`Required + +- *Type:* object + +--- + +##### `ResetAllowsDeletions` ```csharp -private void ResetAllowsForcePushes() +private void ResetAllowsDeletions() ``` -##### `ResetBlocksCreations` +##### `ResetAllowsForcePushes` ```csharp -private void ResetBlocksCreations() +private void ResetAllowsForcePushes() ``` ##### `ResetEnforceAdmins` @@ -445,12 +451,6 @@ private void ResetId() private void ResetLockBranch() ``` -##### `ResetPushRestrictions` - -```csharp -private void ResetPushRestrictions() -``` - ##### `ResetRequireConversationResolution` ```csharp @@ -481,6 +481,12 @@ private void ResetRequiredStatusChecks() private void ResetRequireSignedCommits() ``` +##### `ResetRestrictPushes` + +```csharp +private void ResetRestrictPushes() +``` + #### Static Functions | **Name** | **Description** | @@ -584,7 +590,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use --- @@ -616,30 +622,28 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | Provisioners | object[] | *No description.* | | RequiredPullRequestReviews | BranchProtectionRequiredPullRequestReviewsList | *No description.* | | RequiredStatusChecks | BranchProtectionRequiredStatusChecksList | *No description.* | +| RestrictPushes | BranchProtectionRestrictPushesList | *No description.* | | AllowsDeletionsInput | object | *No description.* | | AllowsForcePushesInput | object | *No description.* | -| BlocksCreationsInput | object | *No description.* | | EnforceAdminsInput | object | *No description.* | | ForcePushBypassersInput | string[] | *No description.* | | IdInput | string | *No description.* | | LockBranchInput | object | *No description.* | | PatternInput | string | *No description.* | -| PushRestrictionsInput | string[] | *No description.* | | RepositoryIdInput | string | *No description.* | | RequireConversationResolutionInput | object | *No description.* | | RequiredLinearHistoryInput | object | *No description.* | | RequiredPullRequestReviewsInput | object | *No description.* | | RequiredStatusChecksInput | object | *No description.* | | RequireSignedCommitsInput | object | *No description.* | +| RestrictPushesInput | object | *No description.* | | AllowsDeletions | object | *No description.* | | AllowsForcePushes | object | *No description.* | -| BlocksCreations | object | *No description.* | | EnforceAdmins | object | *No description.* | | ForcePushBypassers | string[] | *No description.* | | Id | string | *No description.* | | LockBranch | object | *No description.* | | Pattern | string | *No description.* | -| PushRestrictions | string[] | *No description.* | | RepositoryId | string | *No description.* | | RequireConversationResolution | object | *No description.* | | RequiredLinearHistory | object | *No description.* | @@ -809,30 +813,30 @@ public BranchProtectionRequiredStatusChecksList RequiredStatusChecks { get; } --- -##### `AllowsDeletionsInput`Optional +##### `RestrictPushes`Required ```csharp -public object AllowsDeletionsInput { get; } +public BranchProtectionRestrictPushesList RestrictPushes { get; } ``` -- *Type:* object +- *Type:* BranchProtectionRestrictPushesList --- -##### `AllowsForcePushesInput`Optional +##### `AllowsDeletionsInput`Optional ```csharp -public object AllowsForcePushesInput { get; } +public object AllowsDeletionsInput { get; } ``` - *Type:* object --- -##### `BlocksCreationsInput`Optional +##### `AllowsForcePushesInput`Optional ```csharp -public object BlocksCreationsInput { get; } +public object AllowsForcePushesInput { get; } ``` - *Type:* object @@ -889,16 +893,6 @@ public string PatternInput { get; } --- -##### `PushRestrictionsInput`Optional - -```csharp -public string[] PushRestrictionsInput { get; } -``` - -- *Type:* string[] - ---- - ##### `RepositoryIdInput`Optional ```csharp @@ -959,30 +953,30 @@ public object RequireSignedCommitsInput { get; } --- -##### `AllowsDeletions`Required +##### `RestrictPushesInput`Optional ```csharp -public object AllowsDeletions { get; } +public object RestrictPushesInput { get; } ``` - *Type:* object --- -##### `AllowsForcePushes`Required +##### `AllowsDeletions`Required ```csharp -public object AllowsForcePushes { get; } +public object AllowsDeletions { get; } ``` - *Type:* object --- -##### `BlocksCreations`Required +##### `AllowsForcePushes`Required ```csharp -public object BlocksCreations { get; } +public object AllowsForcePushes { get; } ``` - *Type:* object @@ -1039,16 +1033,6 @@ public string Pattern { get; } --- -##### `PushRestrictions`Required - -```csharp -public string[] PushRestrictions { get; } -``` - -- *Type:* string[] - ---- - ##### `RepositoryId`Required ```csharp @@ -1128,17 +1112,16 @@ new BranchProtectionConfig { string RepositoryId, object AllowsDeletions = null, object AllowsForcePushes = null, - object BlocksCreations = null, object EnforceAdmins = null, string[] ForcePushBypassers = null, string Id = null, object LockBranch = null, - string[] PushRestrictions = null, object RequireConversationResolution = null, object RequiredLinearHistory = null, object RequiredPullRequestReviews = null, object RequiredStatusChecks = null, - object RequireSignedCommits = null + object RequireSignedCommits = null, + object RestrictPushes = null }; ``` @@ -1157,17 +1140,16 @@ new BranchProtectionConfig { | RepositoryId | string | The name or node ID of the repository associated with this branch protection rule. | | AllowsDeletions | object | Setting this to 'true' to allow the branch to be deleted. | | AllowsForcePushes | object | Setting this to 'true' to allow force pushes on the branch. | -| BlocksCreations | object | Setting this to 'true' to block creating the branch. | | EnforceAdmins | object | Setting this to 'true' enforces status checks for repository administrators. | | ForcePushBypassers | string[] | The list of actor Names/IDs that are allowed to bypass force push restrictions. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. | | LockBranch | object | Setting this to 'true' will make the branch read-only and preventing any pushes to it. | -| PushRestrictions | string[] | The list of actor Names/IDs that may push to the branch. | | RequireConversationResolution | object | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | RequiredLinearHistory | object | Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. | | RequiredPullRequestReviews | object | required_pull_request_reviews block. | | RequiredStatusChecks | object | required_status_checks block. | | RequireSignedCommits | object | Setting this to 'true' requires all commits to be signed with GPG. | +| RestrictPushes | object | restrict_pushes block. | --- @@ -1251,7 +1233,7 @@ public string Pattern { get; set; } Identifies the protection rule pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pattern BranchProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pattern BranchProtection#pattern} --- @@ -1265,7 +1247,7 @@ public string RepositoryId { get; set; } The name or node ID of the repository associated with this branch protection rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} --- @@ -1279,7 +1261,7 @@ public object AllowsDeletions { get; set; } Setting this to 'true' to allow the branch to be deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} --- @@ -1293,21 +1275,7 @@ public object AllowsForcePushes { get; set; } Setting this to 'true' to allow force pushes on the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} - ---- - -##### `BlocksCreations`Optional - -```csharp -public object BlocksCreations { get; set; } -``` - -- *Type:* object - -Setting this to 'true' to block creating the branch. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} --- @@ -1321,7 +1289,7 @@ public object EnforceAdmins { get; set; } Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} --- @@ -1337,7 +1305,7 @@ The list of actor Names/IDs that are allowed to bypass force push restrictions. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} --- @@ -1349,7 +1317,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1366,23 +1334,7 @@ public object LockBranch { get; set; } Setting this to 'true' will make the branch read-only and preventing any pushes to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} - ---- - -##### `PushRestrictions`Optional - -```csharp -public string[] PushRestrictions { get; set; } -``` - -- *Type:* string[] - -The list of actor Names/IDs that may push to the branch. - -Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#push_restrictions BranchProtection#push_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} --- @@ -1396,7 +1348,7 @@ public object RequireConversationResolution { get; set; } Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} --- @@ -1410,7 +1362,7 @@ public object RequiredLinearHistory { get; set; } Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} --- @@ -1424,7 +1376,7 @@ public object RequiredPullRequestReviews { get; set; } required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} --- @@ -1438,7 +1390,7 @@ public object RequiredStatusChecks { get; set; } required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} --- @@ -1452,7 +1404,21 @@ public object RequireSignedCommits { get; set; } Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} + +--- + +##### `RestrictPushes`Optional + +```csharp +public object RestrictPushes { get; set; } +``` + +- *Type:* object + +restrict_pushes block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_pushes BranchProtection#restrict_pushes} --- @@ -1500,7 +1466,7 @@ The list of actor Names/IDs with dismissal access. If not empty, 'restrict_dismissals' is ignored. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} --- @@ -1514,7 +1480,7 @@ public object DismissStaleReviews { get; set; } Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} --- @@ -1530,7 +1496,7 @@ The list of actor Names/IDs that are allowed to bypass pull request requirements Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} --- @@ -1544,7 +1510,7 @@ public object RequireCodeOwnerReviews { get; set; } Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} --- @@ -1560,7 +1526,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} --- @@ -1574,7 +1540,7 @@ public object RequireLastPushApproval { get; set; } Require that The most recent push must be approved by someone other than the last pusher. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} --- @@ -1588,7 +1554,7 @@ public object RestrictDismissals { get; set; } Restrict pull request review dismissals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} --- @@ -1626,7 +1592,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#contexts BranchProtection#contexts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#contexts BranchProtection#contexts} --- @@ -1640,7 +1606,59 @@ public object Strict { get; set; } Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#strict BranchProtection#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#strict BranchProtection#strict} + +--- + +### BranchProtectionRestrictPushes + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Github; + +new BranchProtectionRestrictPushes { + object BlocksCreations = null, + string[] PushAllowances = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| BlocksCreations | object | Restrict pushes that create matching branches. | +| PushAllowances | string[] | The list of actor Names/IDs that may push to the branch. | + +--- + +##### `BlocksCreations`Optional + +```csharp +public object BlocksCreations { get; set; } +``` + +- *Type:* object + +Restrict pushes that create matching branches. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} + +--- + +##### `PushAllowances`Optional + +```csharp +public string[] PushAllowances { get; set; } +``` + +- *Type:* string[] + +The list of actor Names/IDs that may push to the branch. + +Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#push_allowances BranchProtection#push_allowances} --- @@ -2761,4 +2779,489 @@ public object InternalValue { get; } --- +### BranchProtectionRestrictPushesList + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Github; + +new BranchProtectionRestrictPushesList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| WrapsSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `WrapsSet`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| AllWithMapKey | Creating an iterator for this complex list. | +| ComputeFqn | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| Get | *No description.* | + +--- + +##### `AllWithMapKey` + +```csharp +private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName) +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `MapKeyAttributeName`Required + +- *Type:* string + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `Get` + +```csharp +private BranchProtectionRestrictPushesOutputReference Get(double Index) +``` + +###### `Index`Required + +- *Type:* double + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + +### BranchProtectionRestrictPushesOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Github; + +new BranchProtectionRestrictPushesOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | +| ComplexObjectIndex | double | the index of this item in the list. | +| ComplexObjectIsFromSet | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `ComplexObjectIndex`Required + +- *Type:* double + +the index of this item in the list. + +--- + +##### `ComplexObjectIsFromSet`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetBlocksCreations | *No description.* | +| ResetPushAllowances | *No description.* | + +--- + +##### `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. + +##### `ResetBlocksCreations` + +```csharp +private void ResetBlocksCreations() +``` + +##### `ResetPushAllowances` + +```csharp +private void ResetPushAllowances() +``` + + +#### 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.* | +| BlocksCreationsInput | object | *No description.* | +| PushAllowancesInput | string[] | *No description.* | +| BlocksCreations | object | *No description.* | +| PushAllowances | string[] | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `BlocksCreationsInput`Optional + +```csharp +public object BlocksCreationsInput { get; } +``` + +- *Type:* object + +--- + +##### `PushAllowancesInput`Optional + +```csharp +public string[] PushAllowancesInput { get; } +``` + +- *Type:* string[] + +--- + +##### `BlocksCreations`Required + +```csharp +public object BlocksCreations { get; } +``` + +- *Type:* object + +--- + +##### `PushAllowances`Required + +```csharp +public string[] PushAllowances { get; } +``` + +- *Type:* string[] + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object + +--- + + diff --git a/docs/branchProtection.go.md b/docs/branchProtection.go.md index abd4e7041..b76dddf27 100644 --- a/docs/branchProtection.go.md +++ b/docs/branchProtection.go.md @@ -4,12 +4,12 @@ ### BranchProtection -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection github_branch_protection}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection github_branch_protection}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" branchprotection.NewBranchProtection(scope Construct, id *string, config BranchProtectionConfig) BranchProtection ``` @@ -75,19 +75,19 @@ Must be unique amongst siblings in the same scope | MoveToId | Moves this resource to the resource corresponding to "id". | | PutRequiredPullRequestReviews | *No description.* | | PutRequiredStatusChecks | *No description.* | +| PutRestrictPushes | *No description.* | | ResetAllowsDeletions | *No description.* | | ResetAllowsForcePushes | *No description.* | -| ResetBlocksCreations | *No description.* | | ResetEnforceAdmins | *No description.* | | ResetForcePushBypassers | *No description.* | | ResetId | *No description.* | | ResetLockBranch | *No description.* | -| ResetPushRestrictions | *No description.* | | ResetRequireConversationResolution | *No description.* | | ResetRequiredLinearHistory | *No description.* | | ResetRequiredPullRequestReviews | *No description.* | | ResetRequiredStatusChecks | *No description.* | | ResetRequireSignedCommits | *No description.* | +| ResetRestrictPushes | *No description.* | --- @@ -403,22 +403,28 @@ func PutRequiredStatusChecks(value interface{}) --- -##### `ResetAllowsDeletions` +##### `PutRestrictPushes` ```go -func ResetAllowsDeletions() +func PutRestrictPushes(value interface{}) ``` -##### `ResetAllowsForcePushes` +###### `value`Required + +- *Type:* interface{} + +--- + +##### `ResetAllowsDeletions` ```go -func ResetAllowsForcePushes() +func ResetAllowsDeletions() ``` -##### `ResetBlocksCreations` +##### `ResetAllowsForcePushes` ```go -func ResetBlocksCreations() +func ResetAllowsForcePushes() ``` ##### `ResetEnforceAdmins` @@ -445,12 +451,6 @@ func ResetId() func ResetLockBranch() ``` -##### `ResetPushRestrictions` - -```go -func ResetPushRestrictions() -``` - ##### `ResetRequireConversationResolution` ```go @@ -481,6 +481,12 @@ func ResetRequiredStatusChecks() func ResetRequireSignedCommits() ``` +##### `ResetRestrictPushes` + +```go +func ResetRestrictPushes() +``` + #### Static Functions | **Name** | **Description** | @@ -495,7 +501,7 @@ func ResetRequireSignedCommits() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" branchprotection.BranchProtection_IsConstruct(x interface{}) *bool ``` @@ -527,7 +533,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" branchprotection.BranchProtection_IsTerraformElement(x interface{}) *bool ``` @@ -541,7 +547,7 @@ branchprotection.BranchProtection_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" branchprotection.BranchProtection_IsTerraformResource(x interface{}) *bool ``` @@ -555,7 +561,7 @@ branchprotection.BranchProtection_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" branchprotection.BranchProtection_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -584,7 +590,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use --- @@ -616,30 +622,28 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | Provisioners | *[]interface{} | *No description.* | | RequiredPullRequestReviews | BranchProtectionRequiredPullRequestReviewsList | *No description.* | | RequiredStatusChecks | BranchProtectionRequiredStatusChecksList | *No description.* | +| RestrictPushes | BranchProtectionRestrictPushesList | *No description.* | | AllowsDeletionsInput | interface{} | *No description.* | | AllowsForcePushesInput | interface{} | *No description.* | -| BlocksCreationsInput | interface{} | *No description.* | | EnforceAdminsInput | interface{} | *No description.* | | ForcePushBypassersInput | *[]*string | *No description.* | | IdInput | *string | *No description.* | | LockBranchInput | interface{} | *No description.* | | PatternInput | *string | *No description.* | -| PushRestrictionsInput | *[]*string | *No description.* | | RepositoryIdInput | *string | *No description.* | | RequireConversationResolutionInput | interface{} | *No description.* | | RequiredLinearHistoryInput | interface{} | *No description.* | | RequiredPullRequestReviewsInput | interface{} | *No description.* | | RequiredStatusChecksInput | interface{} | *No description.* | | RequireSignedCommitsInput | interface{} | *No description.* | +| RestrictPushesInput | interface{} | *No description.* | | AllowsDeletions | interface{} | *No description.* | | AllowsForcePushes | interface{} | *No description.* | -| BlocksCreations | interface{} | *No description.* | | EnforceAdmins | interface{} | *No description.* | | ForcePushBypassers | *[]*string | *No description.* | | Id | *string | *No description.* | | LockBranch | interface{} | *No description.* | | Pattern | *string | *No description.* | -| PushRestrictions | *[]*string | *No description.* | | RepositoryId | *string | *No description.* | | RequireConversationResolution | interface{} | *No description.* | | RequiredLinearHistory | interface{} | *No description.* | @@ -809,30 +813,30 @@ func RequiredStatusChecks() BranchProtectionRequiredStatusChecksList --- -##### `AllowsDeletionsInput`Optional +##### `RestrictPushes`Required ```go -func AllowsDeletionsInput() interface{} +func RestrictPushes() BranchProtectionRestrictPushesList ``` -- *Type:* interface{} +- *Type:* BranchProtectionRestrictPushesList --- -##### `AllowsForcePushesInput`Optional +##### `AllowsDeletionsInput`Optional ```go -func AllowsForcePushesInput() interface{} +func AllowsDeletionsInput() interface{} ``` - *Type:* interface{} --- -##### `BlocksCreationsInput`Optional +##### `AllowsForcePushesInput`Optional ```go -func BlocksCreationsInput() interface{} +func AllowsForcePushesInput() interface{} ``` - *Type:* interface{} @@ -889,16 +893,6 @@ func PatternInput() *string --- -##### `PushRestrictionsInput`Optional - -```go -func PushRestrictionsInput() *[]*string -``` - -- *Type:* *[]*string - ---- - ##### `RepositoryIdInput`Optional ```go @@ -959,30 +953,30 @@ func RequireSignedCommitsInput() interface{} --- -##### `AllowsDeletions`Required +##### `RestrictPushesInput`Optional ```go -func AllowsDeletions() interface{} +func RestrictPushesInput() interface{} ``` - *Type:* interface{} --- -##### `AllowsForcePushes`Required +##### `AllowsDeletions`Required ```go -func AllowsForcePushes() interface{} +func AllowsDeletions() interface{} ``` - *Type:* interface{} --- -##### `BlocksCreations`Required +##### `AllowsForcePushes`Required ```go -func BlocksCreations() interface{} +func AllowsForcePushes() interface{} ``` - *Type:* interface{} @@ -1039,16 +1033,6 @@ func Pattern() *string --- -##### `PushRestrictions`Required - -```go -func PushRestrictions() *[]*string -``` - -- *Type:* *[]*string - ---- - ##### `RepositoryId`Required ```go @@ -1114,7 +1098,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" &branchprotection.BranchProtectionConfig { Connection: interface{}, @@ -1128,17 +1112,16 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" RepositoryId: *string, AllowsDeletions: interface{}, AllowsForcePushes: interface{}, - BlocksCreations: interface{}, EnforceAdmins: interface{}, ForcePushBypassers: *[]*string, Id: *string, LockBranch: interface{}, - PushRestrictions: *[]*string, RequireConversationResolution: interface{}, RequiredLinearHistory: interface{}, RequiredPullRequestReviews: interface{}, RequiredStatusChecks: interface{}, RequireSignedCommits: interface{}, + RestrictPushes: interface{}, } ``` @@ -1157,17 +1140,16 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" | RepositoryId | *string | The name or node ID of the repository associated with this branch protection rule. | | AllowsDeletions | interface{} | Setting this to 'true' to allow the branch to be deleted. | | AllowsForcePushes | interface{} | Setting this to 'true' to allow force pushes on the branch. | -| BlocksCreations | interface{} | Setting this to 'true' to block creating the branch. | | EnforceAdmins | interface{} | Setting this to 'true' enforces status checks for repository administrators. | | ForcePushBypassers | *[]*string | The list of actor Names/IDs that are allowed to bypass force push restrictions. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. | | LockBranch | interface{} | Setting this to 'true' will make the branch read-only and preventing any pushes to it. | -| PushRestrictions | *[]*string | The list of actor Names/IDs that may push to the branch. | | RequireConversationResolution | interface{} | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | RequiredLinearHistory | interface{} | Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. | | RequiredPullRequestReviews | interface{} | required_pull_request_reviews block. | | RequiredStatusChecks | interface{} | required_status_checks block. | | RequireSignedCommits | interface{} | Setting this to 'true' requires all commits to be signed with GPG. | +| RestrictPushes | interface{} | restrict_pushes block. | --- @@ -1251,7 +1233,7 @@ Pattern *string Identifies the protection rule pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pattern BranchProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pattern BranchProtection#pattern} --- @@ -1265,7 +1247,7 @@ RepositoryId *string The name or node ID of the repository associated with this branch protection rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} --- @@ -1279,7 +1261,7 @@ AllowsDeletions interface{} Setting this to 'true' to allow the branch to be deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} --- @@ -1293,21 +1275,7 @@ AllowsForcePushes interface{} Setting this to 'true' to allow force pushes on the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} - ---- - -##### `BlocksCreations`Optional - -```go -BlocksCreations interface{} -``` - -- *Type:* interface{} - -Setting this to 'true' to block creating the branch. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} --- @@ -1321,7 +1289,7 @@ EnforceAdmins interface{} Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} --- @@ -1337,7 +1305,7 @@ The list of actor Names/IDs that are allowed to bypass force push restrictions. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} --- @@ -1349,7 +1317,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1366,23 +1334,7 @@ LockBranch interface{} Setting this to 'true' will make the branch read-only and preventing any pushes to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} - ---- - -##### `PushRestrictions`Optional - -```go -PushRestrictions *[]*string -``` - -- *Type:* *[]*string - -The list of actor Names/IDs that may push to the branch. - -Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#push_restrictions BranchProtection#push_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} --- @@ -1396,7 +1348,7 @@ RequireConversationResolution interface{} Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} --- @@ -1410,7 +1362,7 @@ RequiredLinearHistory interface{} Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} --- @@ -1424,7 +1376,7 @@ RequiredPullRequestReviews interface{} required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} --- @@ -1438,7 +1390,7 @@ RequiredStatusChecks interface{} required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} --- @@ -1452,7 +1404,21 @@ RequireSignedCommits interface{} Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} + +--- + +##### `RestrictPushes`Optional + +```go +RestrictPushes interface{} +``` + +- *Type:* interface{} + +restrict_pushes block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_pushes BranchProtection#restrict_pushes} --- @@ -1461,7 +1427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" &branchprotection.BranchProtectionRequiredPullRequestReviews { DismissalRestrictions: *[]*string, @@ -1500,7 +1466,7 @@ The list of actor Names/IDs with dismissal access. If not empty, 'restrict_dismissals' is ignored. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} --- @@ -1514,7 +1480,7 @@ DismissStaleReviews interface{} Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} --- @@ -1530,7 +1496,7 @@ The list of actor Names/IDs that are allowed to bypass pull request requirements Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} --- @@ -1544,7 +1510,7 @@ RequireCodeOwnerReviews interface{} Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} --- @@ -1560,7 +1526,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} --- @@ -1574,7 +1540,7 @@ RequireLastPushApproval interface{} Require that The most recent push must be approved by someone other than the last pusher. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} --- @@ -1588,7 +1554,7 @@ RestrictDismissals interface{} Restrict pull request review dismissals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} --- @@ -1597,7 +1563,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" &branchprotection.BranchProtectionRequiredStatusChecks { Contexts: *[]*string, @@ -1626,7 +1592,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#contexts BranchProtection#contexts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#contexts BranchProtection#contexts} --- @@ -1640,7 +1606,59 @@ Strict interface{} Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#strict BranchProtection#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#strict BranchProtection#strict} + +--- + +### BranchProtectionRestrictPushes + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" + +&branchprotection.BranchProtectionRestrictPushes { + BlocksCreations: interface{}, + PushAllowances: *[]*string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| BlocksCreations | interface{} | Restrict pushes that create matching branches. | +| PushAllowances | *[]*string | The list of actor Names/IDs that may push to the branch. | + +--- + +##### `BlocksCreations`Optional + +```go +BlocksCreations interface{} +``` + +- *Type:* interface{} + +Restrict pushes that create matching branches. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} + +--- + +##### `PushAllowances`Optional + +```go +PushAllowances *[]*string +``` + +- *Type:* *[]*string + +The list of actor Names/IDs that may push to the branch. + +Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#push_allowances BranchProtection#push_allowances} --- @@ -1651,7 +1669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" branchprotection.NewBranchProtectionRequiredPullRequestReviewsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BranchProtectionRequiredPullRequestReviewsList ``` @@ -1811,7 +1829,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" branchprotection.NewBranchProtectionRequiredPullRequestReviewsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) BranchProtectionRequiredPullRequestReviewsOutputReference ``` @@ -2281,7 +2299,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" branchprotection.NewBranchProtectionRequiredStatusChecksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BranchProtectionRequiredStatusChecksList ``` @@ -2441,7 +2459,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" branchprotection.NewBranchProtectionRequiredStatusChecksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) BranchProtectionRequiredStatusChecksOutputReference ``` @@ -2761,4 +2779,489 @@ func InternalValue() interface{} --- +### BranchProtectionRestrictPushesList + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" + +branchprotection.NewBranchProtectionRestrictPushesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BranchProtectionRestrictPushesList +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| wrapsSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +##### `wrapsSet`Required + +- *Type:* *bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| AllWithMapKey | Creating an iterator for this complex list. | +| ComputeFqn | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| Get | *No description.* | + +--- + +##### `AllWithMapKey` + +```go +func AllWithMapKey(mapKeyAttributeName *string) DynamicListTerraformIterator +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `mapKeyAttributeName`Required + +- *Type:* *string + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `Get` + +```go +func Get(index *f64) BranchProtectionRestrictPushesOutputReference +``` + +###### `index`Required + +- *Type:* *f64 + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + +### BranchProtectionRestrictPushesOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotection" + +branchprotection.NewBranchProtectionRestrictPushesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) BranchProtectionRestrictPushesOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | *f64 | the index of this item in the list. | +| complexObjectIsFromSet | *bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +##### `complexObjectIndex`Required + +- *Type:* *f64 + +the index of this item in the list. + +--- + +##### `complexObjectIsFromSet`Required + +- *Type:* *bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetBlocksCreations | *No description.* | +| ResetPushAllowances | *No description.* | + +--- + +##### `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. + +##### `ResetBlocksCreations` + +```go +func ResetBlocksCreations() +``` + +##### `ResetPushAllowances` + +```go +func ResetPushAllowances() +``` + + +#### 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.* | +| BlocksCreationsInput | interface{} | *No description.* | +| PushAllowancesInput | *[]*string | *No description.* | +| BlocksCreations | interface{} | *No description.* | +| PushAllowances | *[]*string | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `BlocksCreationsInput`Optional + +```go +func BlocksCreationsInput() interface{} +``` + +- *Type:* interface{} + +--- + +##### `PushAllowancesInput`Optional + +```go +func PushAllowancesInput() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `BlocksCreations`Required + +```go +func BlocksCreations() interface{} +``` + +- *Type:* interface{} + +--- + +##### `PushAllowances`Required + +```go +func PushAllowances() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} + +--- + + diff --git a/docs/branchProtection.java.md b/docs/branchProtection.java.md index ba86c5272..7d53b0ecd 100644 --- a/docs/branchProtection.java.md +++ b/docs/branchProtection.java.md @@ -4,7 +4,7 @@ ### BranchProtection -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection github_branch_protection}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection github_branch_protection}. #### Initializers @@ -29,15 +29,12 @@ BranchProtection.Builder.create(Construct scope, java.lang.String id) // .allowsDeletions(IResolvable) // .allowsForcePushes(java.lang.Boolean) // .allowsForcePushes(IResolvable) -// .blocksCreations(java.lang.Boolean) -// .blocksCreations(IResolvable) // .enforceAdmins(java.lang.Boolean) // .enforceAdmins(IResolvable) // .forcePushBypassers(java.util.List) // .id(java.lang.String) // .lockBranch(java.lang.Boolean) // .lockBranch(IResolvable) -// .pushRestrictions(java.util.List) // .requireConversationResolution(java.lang.Boolean) // .requireConversationResolution(IResolvable) // .requiredLinearHistory(java.lang.Boolean) @@ -48,6 +45,8 @@ BranchProtection.Builder.create(Construct scope, java.lang.String id) // .requiredStatusChecks(java.util.List) // .requireSignedCommits(java.lang.Boolean) // .requireSignedCommits(IResolvable) +// .restrictPushes(IResolvable) +// .restrictPushes(java.util.List) .build(); ``` @@ -66,17 +65,16 @@ BranchProtection.Builder.create(Construct scope, java.lang.String id) | repositoryId | java.lang.String | The name or node ID of the repository associated with this branch protection rule. | | allowsDeletions | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' to allow the branch to be deleted. | | allowsForcePushes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' to allow force pushes on the branch. | -| blocksCreations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' to block creating the branch. | | enforceAdmins | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' enforces status checks for repository administrators. | | forcePushBypassers | java.util.List | The list of actor Names/IDs that are allowed to bypass force push restrictions. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. | | lockBranch | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' will make the branch read-only and preventing any pushes to it. | -| pushRestrictions | java.util.List | The list of actor Names/IDs that may push to the branch. | | requireConversationResolution | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | requiredLinearHistory | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. | | requiredPullRequestReviews | com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRequiredPullRequestReviews> | required_pull_request_reviews block. | | requiredStatusChecks | com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRequiredStatusChecks> | required_status_checks block. | | requireSignedCommits | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' requires all commits to be signed with GPG. | +| restrictPushes | com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRestrictPushes> | restrict_pushes block. | --- @@ -146,7 +144,7 @@ Must be unique amongst siblings in the same scope Identifies the protection rule pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pattern BranchProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pattern BranchProtection#pattern} --- @@ -156,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name or node ID of the repository associated with this branch protection rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} --- @@ -166,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' to allow the branch to be deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} --- @@ -176,17 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' to allow force pushes on the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} - ---- - -##### `blocksCreations`Optional - -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable - -Setting this to 'true' to block creating the branch. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} --- @@ -196,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} --- @@ -208,7 +196,7 @@ The list of actor Names/IDs that are allowed to bypass force push restrictions. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} --- @@ -216,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -229,19 +217,7 @@ If you experience problems setting this value it might not be settable. Please t Setting this to 'true' will make the branch read-only and preventing any pushes to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} - ---- - -##### `pushRestrictions`Optional - -- *Type:* java.util.List - -The list of actor Names/IDs that may push to the branch. - -Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#push_restrictions BranchProtection#push_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} --- @@ -251,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} --- @@ -261,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} --- @@ -271,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} --- @@ -281,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} --- @@ -291,7 +267,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} + +--- + +##### `restrictPushes`Optional + +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRestrictPushes> + +restrict_pushes block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_pushes BranchProtection#restrict_pushes} --- @@ -324,19 +310,19 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ | moveToId | Moves this resource to the resource corresponding to "id". | | putRequiredPullRequestReviews | *No description.* | | putRequiredStatusChecks | *No description.* | +| putRestrictPushes | *No description.* | | resetAllowsDeletions | *No description.* | | resetAllowsForcePushes | *No description.* | -| resetBlocksCreations | *No description.* | | resetEnforceAdmins | *No description.* | | resetForcePushBypassers | *No description.* | | resetId | *No description.* | | resetLockBranch | *No description.* | -| resetPushRestrictions | *No description.* | | resetRequireConversationResolution | *No description.* | | resetRequiredLinearHistory | *No description.* | | resetRequiredPullRequestReviews | *No description.* | | resetRequiredStatusChecks | *No description.* | | resetRequireSignedCommits | *No description.* | +| resetRestrictPushes | *No description.* | --- @@ -654,22 +640,28 @@ public void putRequiredStatusChecks(IResolvable OR java.util.List +##### `putRestrictPushes` ```java -public void resetAllowsDeletions() +public void putRestrictPushes(IResolvable OR java.util.List value) ``` -##### `resetAllowsForcePushes` +###### `value`Required + +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRestrictPushes> + +--- + +##### `resetAllowsDeletions` ```java -public void resetAllowsForcePushes() +public void resetAllowsDeletions() ``` -##### `resetBlocksCreations` +##### `resetAllowsForcePushes` ```java -public void resetBlocksCreations() +public void resetAllowsForcePushes() ``` ##### `resetEnforceAdmins` @@ -696,12 +688,6 @@ public void resetId() public void resetLockBranch() ``` -##### `resetPushRestrictions` - -```java -public void resetPushRestrictions() -``` - ##### `resetRequireConversationResolution` ```java @@ -732,6 +718,12 @@ public void resetRequiredStatusChecks() public void resetRequireSignedCommits() ``` +##### `resetRestrictPushes` + +```java +public void resetRestrictPushes() +``` + #### Static Functions | **Name** | **Description** | @@ -835,7 +827,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use --- @@ -867,30 +859,28 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | provisioners | java.util.List | *No description.* | | requiredPullRequestReviews | BranchProtectionRequiredPullRequestReviewsList | *No description.* | | requiredStatusChecks | BranchProtectionRequiredStatusChecksList | *No description.* | +| restrictPushes | BranchProtectionRestrictPushesList | *No description.* | | allowsDeletionsInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | allowsForcePushesInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | -| blocksCreationsInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | enforceAdminsInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | forcePushBypassersInput | java.util.List | *No description.* | | idInput | java.lang.String | *No description.* | | lockBranchInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | patternInput | java.lang.String | *No description.* | -| pushRestrictionsInput | java.util.List | *No description.* | | repositoryIdInput | java.lang.String | *No description.* | | requireConversationResolutionInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | requiredLinearHistoryInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | requiredPullRequestReviewsInput | com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRequiredPullRequestReviews> | *No description.* | | requiredStatusChecksInput | com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRequiredStatusChecks> | *No description.* | | requireSignedCommitsInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | +| restrictPushesInput | com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRestrictPushes> | *No description.* | | allowsDeletions | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | allowsForcePushes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | -| blocksCreations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | enforceAdmins | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | forcePushBypassers | java.util.List | *No description.* | | id | java.lang.String | *No description.* | | lockBranch | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | pattern | java.lang.String | *No description.* | -| pushRestrictions | java.util.List | *No description.* | | repositoryId | java.lang.String | *No description.* | | requireConversationResolution | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | requiredLinearHistory | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | @@ -1060,30 +1050,30 @@ public BranchProtectionRequiredStatusChecksList getRequiredStatusChecks(); --- -##### `allowsDeletionsInput`Optional +##### `restrictPushes`Required ```java -public java.lang.Object getAllowsDeletionsInput(); +public BranchProtectionRestrictPushesList getRestrictPushes(); ``` -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable +- *Type:* BranchProtectionRestrictPushesList --- -##### `allowsForcePushesInput`Optional +##### `allowsDeletionsInput`Optional ```java -public java.lang.Object getAllowsForcePushesInput(); +public java.lang.Object getAllowsDeletionsInput(); ``` - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable --- -##### `blocksCreationsInput`Optional +##### `allowsForcePushesInput`Optional ```java -public java.lang.Object getBlocksCreationsInput(); +public java.lang.Object getAllowsForcePushesInput(); ``` - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable @@ -1140,16 +1130,6 @@ public java.lang.String getPatternInput(); --- -##### `pushRestrictionsInput`Optional - -```java -public java.util.List getPushRestrictionsInput(); -``` - -- *Type:* java.util.List - ---- - ##### `repositoryIdInput`Optional ```java @@ -1210,30 +1190,30 @@ public java.lang.Object getRequireSignedCommitsInput(); --- -##### `allowsDeletions`Required +##### `restrictPushesInput`Optional ```java -public java.lang.Object getAllowsDeletions(); +public java.lang.Object getRestrictPushesInput(); ``` -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRestrictPushes> --- -##### `allowsForcePushes`Required +##### `allowsDeletions`Required ```java -public java.lang.Object getAllowsForcePushes(); +public java.lang.Object getAllowsDeletions(); ``` - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable --- -##### `blocksCreations`Required +##### `allowsForcePushes`Required ```java -public java.lang.Object getBlocksCreations(); +public java.lang.Object getAllowsForcePushes(); ``` - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable @@ -1290,16 +1270,6 @@ public java.lang.String getPattern(); --- -##### `pushRestrictions`Required - -```java -public java.util.List getPushRestrictions(); -``` - -- *Type:* java.util.List - ---- - ##### `repositoryId`Required ```java @@ -1385,15 +1355,12 @@ BranchProtectionConfig.builder() // .allowsDeletions(IResolvable) // .allowsForcePushes(java.lang.Boolean) // .allowsForcePushes(IResolvable) -// .blocksCreations(java.lang.Boolean) -// .blocksCreations(IResolvable) // .enforceAdmins(java.lang.Boolean) // .enforceAdmins(IResolvable) // .forcePushBypassers(java.util.List) // .id(java.lang.String) // .lockBranch(java.lang.Boolean) // .lockBranch(IResolvable) -// .pushRestrictions(java.util.List) // .requireConversationResolution(java.lang.Boolean) // .requireConversationResolution(IResolvable) // .requiredLinearHistory(java.lang.Boolean) @@ -1404,6 +1371,8 @@ BranchProtectionConfig.builder() // .requiredStatusChecks(java.util.List) // .requireSignedCommits(java.lang.Boolean) // .requireSignedCommits(IResolvable) +// .restrictPushes(IResolvable) +// .restrictPushes(java.util.List) .build(); ``` @@ -1422,17 +1391,16 @@ BranchProtectionConfig.builder() | repositoryId | java.lang.String | The name or node ID of the repository associated with this branch protection rule. | | allowsDeletions | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' to allow the branch to be deleted. | | allowsForcePushes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' to allow force pushes on the branch. | -| blocksCreations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' to block creating the branch. | | enforceAdmins | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' enforces status checks for repository administrators. | | forcePushBypassers | java.util.List | The list of actor Names/IDs that are allowed to bypass force push restrictions. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. | | lockBranch | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' will make the branch read-only and preventing any pushes to it. | -| pushRestrictions | java.util.List | The list of actor Names/IDs that may push to the branch. | | requireConversationResolution | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | requiredLinearHistory | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. | | requiredPullRequestReviews | com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRequiredPullRequestReviews> | required_pull_request_reviews block. | | requiredStatusChecks | com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRequiredStatusChecks> | required_status_checks block. | | requireSignedCommits | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' requires all commits to be signed with GPG. | +| restrictPushes | com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRestrictPushes> | restrict_pushes block. | --- @@ -1516,7 +1484,7 @@ public java.lang.String getPattern(); Identifies the protection rule pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pattern BranchProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pattern BranchProtection#pattern} --- @@ -1530,7 +1498,7 @@ public java.lang.String getRepositoryId(); The name or node ID of the repository associated with this branch protection rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} --- @@ -1544,7 +1512,7 @@ public java.lang.Object getAllowsDeletions(); Setting this to 'true' to allow the branch to be deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} --- @@ -1558,21 +1526,7 @@ public java.lang.Object getAllowsForcePushes(); Setting this to 'true' to allow force pushes on the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} - ---- - -##### `blocksCreations`Optional - -```java -public java.lang.Object getBlocksCreations(); -``` - -- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable - -Setting this to 'true' to block creating the branch. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} --- @@ -1586,7 +1540,7 @@ public java.lang.Object getEnforceAdmins(); Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} --- @@ -1602,7 +1556,7 @@ The list of actor Names/IDs that are allowed to bypass force push restrictions. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} --- @@ -1614,7 +1568,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1631,23 +1585,7 @@ public java.lang.Object getLockBranch(); Setting this to 'true' will make the branch read-only and preventing any pushes to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} - ---- - -##### `pushRestrictions`Optional - -```java -public java.util.List getPushRestrictions(); -``` - -- *Type:* java.util.List - -The list of actor Names/IDs that may push to the branch. - -Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#push_restrictions BranchProtection#push_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} --- @@ -1661,7 +1599,7 @@ public java.lang.Object getRequireConversationResolution(); Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} --- @@ -1675,7 +1613,7 @@ public java.lang.Object getRequiredLinearHistory(); Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} --- @@ -1689,7 +1627,7 @@ public java.lang.Object getRequiredPullRequestReviews(); required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} --- @@ -1703,7 +1641,7 @@ public java.lang.Object getRequiredStatusChecks(); required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} --- @@ -1717,7 +1655,21 @@ public java.lang.Object getRequireSignedCommits(); Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} + +--- + +##### `restrictPushes`Optional + +```java +public java.lang.Object getRestrictPushes(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRestrictPushes> + +restrict_pushes block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_pushes BranchProtection#restrict_pushes} --- @@ -1769,7 +1721,7 @@ The list of actor Names/IDs with dismissal access. If not empty, 'restrict_dismissals' is ignored. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} --- @@ -1783,7 +1735,7 @@ public java.lang.Object getDismissStaleReviews(); Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} --- @@ -1799,7 +1751,7 @@ The list of actor Names/IDs that are allowed to bypass pull request requirements Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} --- @@ -1813,7 +1765,7 @@ public java.lang.Object getRequireCodeOwnerReviews(); Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} --- @@ -1829,7 +1781,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} --- @@ -1843,7 +1795,7 @@ public java.lang.Object getRequireLastPushApproval(); Require that The most recent push must be approved by someone other than the last pusher. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} --- @@ -1857,7 +1809,7 @@ public java.lang.Object getRestrictDismissals(); Restrict pull request review dismissals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} --- @@ -1896,7 +1848,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#contexts BranchProtection#contexts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#contexts BranchProtection#contexts} --- @@ -1910,7 +1862,60 @@ public java.lang.Object getStrict(); Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#strict BranchProtection#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#strict BranchProtection#strict} + +--- + +### BranchProtectionRestrictPushes + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.github.branch_protection.BranchProtectionRestrictPushes; + +BranchProtectionRestrictPushes.builder() +// .blocksCreations(java.lang.Boolean) +// .blocksCreations(IResolvable) +// .pushAllowances(java.util.List) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| blocksCreations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Restrict pushes that create matching branches. | +| pushAllowances | java.util.List | The list of actor Names/IDs that may push to the branch. | + +--- + +##### `blocksCreations`Optional + +```java +public java.lang.Object getBlocksCreations(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +Restrict pushes that create matching branches. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} + +--- + +##### `pushAllowances`Optional + +```java +public java.util.List getPushAllowances(); +``` + +- *Type:* java.util.List + +The list of actor Names/IDs that may push to the branch. + +Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#push_allowances BranchProtection#push_allowances} --- @@ -3031,4 +3036,489 @@ public java.lang.Object getInternalValue(); --- +### BranchProtectionRestrictPushesList + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.github.branch_protection.BranchProtectionRestrictPushesList; + +new BranchProtectionRestrictPushesList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| wrapsSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +##### `wrapsSet`Required + +- *Type:* java.lang.Boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| allWithMapKey | Creating an iterator for this complex list. | +| computeFqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| get | *No description.* | + +--- + +##### `allWithMapKey` + +```java +public DynamicListTerraformIterator allWithMapKey(java.lang.String mapKeyAttributeName) +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `mapKeyAttributeName`Required + +- *Type:* java.lang.String + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `get` + +```java +public BranchProtectionRestrictPushesOutputReference get(java.lang.Number index) +``` + +###### `index`Required + +- *Type:* java.lang.Number + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRestrictPushes> | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<BranchProtectionRestrictPushes> + +--- + + +### BranchProtectionRestrictPushesOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.github.branch_protection.BranchProtectionRestrictPushesOutputReference; + +new BranchProtectionRestrictPushesOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Number complexObjectIndex, java.lang.Boolean complexObjectIsFromSet); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | java.lang.Number | the index of this item in the list. | +| complexObjectIsFromSet | java.lang.Boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +##### `complexObjectIndex`Required + +- *Type:* java.lang.Number + +the index of this item in the list. + +--- + +##### `complexObjectIsFromSet`Required + +- *Type:* java.lang.Boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetBlocksCreations | *No description.* | +| resetPushAllowances | *No description.* | + +--- + +##### `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. + +##### `resetBlocksCreations` + +```java +public void resetBlocksCreations() +``` + +##### `resetPushAllowances` + +```java +public void resetPushAllowances() +``` + + +#### 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.* | +| blocksCreationsInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | +| pushAllowancesInput | java.util.List | *No description.* | +| blocksCreations | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | +| pushAllowances | java.util.List | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR BranchProtectionRestrictPushes | *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 + +--- + +##### `blocksCreationsInput`Optional + +```java +public java.lang.Object getBlocksCreationsInput(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +--- + +##### `pushAllowancesInput`Optional + +```java +public java.util.List getPushAllowancesInput(); +``` + +- *Type:* java.util.List + +--- + +##### `blocksCreations`Required + +```java +public java.lang.Object getBlocksCreations(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +--- + +##### `pushAllowances`Required + +```java +public java.util.List getPushAllowances(); +``` + +- *Type:* java.util.List + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR BranchProtectionRestrictPushes + +--- + + diff --git a/docs/branchProtection.python.md b/docs/branchProtection.python.md index aa31d5d3f..0734db448 100644 --- a/docs/branchProtection.python.md +++ b/docs/branchProtection.python.md @@ -4,7 +4,7 @@ ### BranchProtection -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection github_branch_protection}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection github_branch_protection}. #### Initializers @@ -25,17 +25,16 @@ branchProtection.BranchProtection( repository_id: str, allows_deletions: typing.Union[bool, IResolvable] = None, allows_force_pushes: typing.Union[bool, IResolvable] = None, - blocks_creations: typing.Union[bool, IResolvable] = None, enforce_admins: typing.Union[bool, IResolvable] = None, force_push_bypassers: typing.List[str] = None, id: str = None, lock_branch: typing.Union[bool, IResolvable] = None, - push_restrictions: typing.List[str] = None, require_conversation_resolution: typing.Union[bool, IResolvable] = None, required_linear_history: typing.Union[bool, IResolvable] = None, required_pull_request_reviews: typing.Union[IResolvable, typing.List[BranchProtectionRequiredPullRequestReviews]] = None, required_status_checks: typing.Union[IResolvable, typing.List[BranchProtectionRequiredStatusChecks]] = None, - require_signed_commits: typing.Union[bool, IResolvable] = None + require_signed_commits: typing.Union[bool, IResolvable] = None, + restrict_pushes: typing.Union[IResolvable, typing.List[BranchProtectionRestrictPushes]] = None ) ``` @@ -54,17 +53,16 @@ branchProtection.BranchProtection( | repository_id | str | The name or node ID of the repository associated with this branch protection rule. | | allows_deletions | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' to allow the branch to be deleted. | | allows_force_pushes | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' to allow force pushes on the branch. | -| blocks_creations | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' to block creating the branch. | | enforce_admins | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' enforces status checks for repository administrators. | | force_push_bypassers | typing.List[str] | The list of actor Names/IDs that are allowed to bypass force push restrictions. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. | | lock_branch | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' will make the branch read-only and preventing any pushes to it. | -| push_restrictions | typing.List[str] | The list of actor Names/IDs that may push to the branch. | | require_conversation_resolution | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | required_linear_history | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. | | required_pull_request_reviews | typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRequiredPullRequestReviews]] | required_pull_request_reviews block. | | required_status_checks | typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRequiredStatusChecks]] | required_status_checks block. | | require_signed_commits | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' requires all commits to be signed with GPG. | +| restrict_pushes | typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRestrictPushes]] | restrict_pushes block. | --- @@ -134,7 +132,7 @@ Must be unique amongst siblings in the same scope Identifies the protection rule pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pattern BranchProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pattern BranchProtection#pattern} --- @@ -144,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name or node ID of the repository associated with this branch protection rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} --- @@ -154,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' to allow the branch to be deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} --- @@ -164,17 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' to allow force pushes on the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} - ---- - -##### `blocks_creations`Optional - -- *Type:* typing.Union[bool, cdktf.IResolvable] - -Setting this to 'true' to block creating the branch. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} --- @@ -184,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} --- @@ -196,7 +184,7 @@ The list of actor Names/IDs that are allowed to bypass force push restrictions. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} --- @@ -204,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -217,19 +205,7 @@ If you experience problems setting this value it might not be settable. Please t Setting this to 'true' will make the branch read-only and preventing any pushes to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} - ---- - -##### `push_restrictions`Optional - -- *Type:* typing.List[str] - -The list of actor Names/IDs that may push to the branch. - -Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#push_restrictions BranchProtection#push_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} --- @@ -239,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} --- @@ -249,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} --- @@ -259,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} --- @@ -269,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} --- @@ -279,7 +255,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} + +--- + +##### `restrict_pushes`Optional + +- *Type:* typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRestrictPushes]] + +restrict_pushes block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_pushes BranchProtection#restrict_pushes} --- @@ -312,19 +298,19 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ | move_to_id | Moves this resource to the resource corresponding to "id". | | put_required_pull_request_reviews | *No description.* | | put_required_status_checks | *No description.* | +| put_restrict_pushes | *No description.* | | reset_allows_deletions | *No description.* | | reset_allows_force_pushes | *No description.* | -| reset_blocks_creations | *No description.* | | reset_enforce_admins | *No description.* | | reset_force_push_bypassers | *No description.* | | reset_id | *No description.* | | reset_lock_branch | *No description.* | -| reset_push_restrictions | *No description.* | | reset_require_conversation_resolution | *No description.* | | reset_required_linear_history | *No description.* | | reset_required_pull_request_reviews | *No description.* | | reset_required_status_checks | *No description.* | | reset_require_signed_commits | *No description.* | +| reset_restrict_pushes | *No description.* | --- @@ -681,22 +667,30 @@ def put_required_status_checks( --- -##### `reset_allows_deletions` +##### `put_restrict_pushes` ```python -def reset_allows_deletions() -> None +def put_restrict_pushes( + value: typing.Union[IResolvable, typing.List[BranchProtectionRestrictPushes]] +) -> None ``` -##### `reset_allows_force_pushes` +###### `value`Required + +- *Type:* typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRestrictPushes]] + +--- + +##### `reset_allows_deletions` ```python -def reset_allows_force_pushes() -> None +def reset_allows_deletions() -> None ``` -##### `reset_blocks_creations` +##### `reset_allows_force_pushes` ```python -def reset_blocks_creations() -> None +def reset_allows_force_pushes() -> None ``` ##### `reset_enforce_admins` @@ -723,12 +717,6 @@ def reset_id() -> None def reset_lock_branch() -> None ``` -##### `reset_push_restrictions` - -```python -def reset_push_restrictions() -> None -``` - ##### `reset_require_conversation_resolution` ```python @@ -759,6 +747,12 @@ def reset_required_status_checks() -> None def reset_require_signed_commits() -> None ``` +##### `reset_restrict_pushes` + +```python +def reset_restrict_pushes() -> None +``` + #### Static Functions | **Name** | **Description** | @@ -873,7 +867,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use --- @@ -905,30 +899,28 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | required_pull_request_reviews | BranchProtectionRequiredPullRequestReviewsList | *No description.* | | required_status_checks | BranchProtectionRequiredStatusChecksList | *No description.* | +| restrict_pushes | BranchProtectionRestrictPushesList | *No description.* | | allows_deletions_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | allows_force_pushes_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | -| blocks_creations_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | enforce_admins_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | force_push_bypassers_input | typing.List[str] | *No description.* | | id_input | str | *No description.* | | lock_branch_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | pattern_input | str | *No description.* | -| push_restrictions_input | typing.List[str] | *No description.* | | repository_id_input | str | *No description.* | | require_conversation_resolution_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | required_linear_history_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | required_pull_request_reviews_input | typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRequiredPullRequestReviews]] | *No description.* | | required_status_checks_input | typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRequiredStatusChecks]] | *No description.* | | require_signed_commits_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | +| restrict_pushes_input | typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRestrictPushes]] | *No description.* | | allows_deletions | typing.Union[bool, cdktf.IResolvable] | *No description.* | | allows_force_pushes | typing.Union[bool, cdktf.IResolvable] | *No description.* | -| blocks_creations | typing.Union[bool, cdktf.IResolvable] | *No description.* | | enforce_admins | typing.Union[bool, cdktf.IResolvable] | *No description.* | | force_push_bypassers | typing.List[str] | *No description.* | | id | str | *No description.* | | lock_branch | typing.Union[bool, cdktf.IResolvable] | *No description.* | | pattern | str | *No description.* | -| push_restrictions | typing.List[str] | *No description.* | | repository_id | str | *No description.* | | require_conversation_resolution | typing.Union[bool, cdktf.IResolvable] | *No description.* | | required_linear_history | typing.Union[bool, cdktf.IResolvable] | *No description.* | @@ -1098,30 +1090,30 @@ required_status_checks: BranchProtectionRequiredStatusChecksList --- -##### `allows_deletions_input`Optional +##### `restrict_pushes`Required ```python -allows_deletions_input: typing.Union[bool, IResolvable] +restrict_pushes: BranchProtectionRestrictPushesList ``` -- *Type:* typing.Union[bool, cdktf.IResolvable] +- *Type:* BranchProtectionRestrictPushesList --- -##### `allows_force_pushes_input`Optional +##### `allows_deletions_input`Optional ```python -allows_force_pushes_input: typing.Union[bool, IResolvable] +allows_deletions_input: typing.Union[bool, IResolvable] ``` - *Type:* typing.Union[bool, cdktf.IResolvable] --- -##### `blocks_creations_input`Optional +##### `allows_force_pushes_input`Optional ```python -blocks_creations_input: typing.Union[bool, IResolvable] +allows_force_pushes_input: typing.Union[bool, IResolvable] ``` - *Type:* typing.Union[bool, cdktf.IResolvable] @@ -1178,16 +1170,6 @@ pattern_input: str --- -##### `push_restrictions_input`Optional - -```python -push_restrictions_input: typing.List[str] -``` - -- *Type:* typing.List[str] - ---- - ##### `repository_id_input`Optional ```python @@ -1248,30 +1230,30 @@ require_signed_commits_input: typing.Union[bool, IResolvable] --- -##### `allows_deletions`Required +##### `restrict_pushes_input`Optional ```python -allows_deletions: typing.Union[bool, IResolvable] +restrict_pushes_input: typing.Union[IResolvable, typing.List[BranchProtectionRestrictPushes]] ``` -- *Type:* typing.Union[bool, cdktf.IResolvable] +- *Type:* typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRestrictPushes]] --- -##### `allows_force_pushes`Required +##### `allows_deletions`Required ```python -allows_force_pushes: typing.Union[bool, IResolvable] +allows_deletions: typing.Union[bool, IResolvable] ``` - *Type:* typing.Union[bool, cdktf.IResolvable] --- -##### `blocks_creations`Required +##### `allows_force_pushes`Required ```python -blocks_creations: typing.Union[bool, IResolvable] +allows_force_pushes: typing.Union[bool, IResolvable] ``` - *Type:* typing.Union[bool, cdktf.IResolvable] @@ -1328,16 +1310,6 @@ pattern: str --- -##### `push_restrictions`Required - -```python -push_restrictions: typing.List[str] -``` - -- *Type:* typing.List[str] - ---- - ##### `repository_id`Required ```python @@ -1417,17 +1389,16 @@ branchProtection.BranchProtectionConfig( repository_id: str, allows_deletions: typing.Union[bool, IResolvable] = None, allows_force_pushes: typing.Union[bool, IResolvable] = None, - blocks_creations: typing.Union[bool, IResolvable] = None, enforce_admins: typing.Union[bool, IResolvable] = None, force_push_bypassers: typing.List[str] = None, id: str = None, lock_branch: typing.Union[bool, IResolvable] = None, - push_restrictions: typing.List[str] = None, require_conversation_resolution: typing.Union[bool, IResolvable] = None, required_linear_history: typing.Union[bool, IResolvable] = None, required_pull_request_reviews: typing.Union[IResolvable, typing.List[BranchProtectionRequiredPullRequestReviews]] = None, required_status_checks: typing.Union[IResolvable, typing.List[BranchProtectionRequiredStatusChecks]] = None, - require_signed_commits: typing.Union[bool, IResolvable] = None + require_signed_commits: typing.Union[bool, IResolvable] = None, + restrict_pushes: typing.Union[IResolvable, typing.List[BranchProtectionRestrictPushes]] = None ) ``` @@ -1446,17 +1417,16 @@ branchProtection.BranchProtectionConfig( | repository_id | str | The name or node ID of the repository associated with this branch protection rule. | | allows_deletions | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' to allow the branch to be deleted. | | allows_force_pushes | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' to allow force pushes on the branch. | -| blocks_creations | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' to block creating the branch. | | enforce_admins | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' enforces status checks for repository administrators. | | force_push_bypassers | typing.List[str] | The list of actor Names/IDs that are allowed to bypass force push restrictions. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. | | lock_branch | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' will make the branch read-only and preventing any pushes to it. | -| push_restrictions | typing.List[str] | The list of actor Names/IDs that may push to the branch. | | require_conversation_resolution | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | required_linear_history | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. | | required_pull_request_reviews | typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRequiredPullRequestReviews]] | required_pull_request_reviews block. | | required_status_checks | typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRequiredStatusChecks]] | required_status_checks block. | | require_signed_commits | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' requires all commits to be signed with GPG. | +| restrict_pushes | typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRestrictPushes]] | restrict_pushes block. | --- @@ -1540,7 +1510,7 @@ pattern: str Identifies the protection rule pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pattern BranchProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pattern BranchProtection#pattern} --- @@ -1554,7 +1524,7 @@ repository_id: str The name or node ID of the repository associated with this branch protection rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} --- @@ -1568,7 +1538,7 @@ allows_deletions: typing.Union[bool, IResolvable] Setting this to 'true' to allow the branch to be deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} --- @@ -1582,21 +1552,7 @@ allows_force_pushes: typing.Union[bool, IResolvable] Setting this to 'true' to allow force pushes on the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} - ---- - -##### `blocks_creations`Optional - -```python -blocks_creations: typing.Union[bool, IResolvable] -``` - -- *Type:* typing.Union[bool, cdktf.IResolvable] - -Setting this to 'true' to block creating the branch. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} --- @@ -1610,7 +1566,7 @@ enforce_admins: typing.Union[bool, IResolvable] Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} --- @@ -1626,7 +1582,7 @@ The list of actor Names/IDs that are allowed to bypass force push restrictions. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} --- @@ -1638,7 +1594,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1655,23 +1611,7 @@ lock_branch: typing.Union[bool, IResolvable] Setting this to 'true' will make the branch read-only and preventing any pushes to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} - ---- - -##### `push_restrictions`Optional - -```python -push_restrictions: typing.List[str] -``` - -- *Type:* typing.List[str] - -The list of actor Names/IDs that may push to the branch. - -Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#push_restrictions BranchProtection#push_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} --- @@ -1685,7 +1625,7 @@ require_conversation_resolution: typing.Union[bool, IResolvable] Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} --- @@ -1699,7 +1639,7 @@ required_linear_history: typing.Union[bool, IResolvable] Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} --- @@ -1713,7 +1653,7 @@ required_pull_request_reviews: typing.Union[IResolvable, typing.List[BranchProte required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} --- @@ -1727,7 +1667,7 @@ required_status_checks: typing.Union[IResolvable, typing.List[BranchProtectionRe required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} --- @@ -1741,7 +1681,21 @@ require_signed_commits: typing.Union[bool, IResolvable] Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} + +--- + +##### `restrict_pushes`Optional + +```python +restrict_pushes: typing.Union[IResolvable, typing.List[BranchProtectionRestrictPushes]] +``` + +- *Type:* typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRestrictPushes]] + +restrict_pushes block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_pushes BranchProtection#restrict_pushes} --- @@ -1789,7 +1743,7 @@ The list of actor Names/IDs with dismissal access. If not empty, 'restrict_dismissals' is ignored. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} --- @@ -1803,7 +1757,7 @@ dismiss_stale_reviews: typing.Union[bool, IResolvable] Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} --- @@ -1819,7 +1773,7 @@ The list of actor Names/IDs that are allowed to bypass pull request requirements Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} --- @@ -1833,7 +1787,7 @@ require_code_owner_reviews: typing.Union[bool, IResolvable] Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} --- @@ -1849,7 +1803,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} --- @@ -1863,7 +1817,7 @@ require_last_push_approval: typing.Union[bool, IResolvable] Require that The most recent push must be approved by someone other than the last pusher. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} --- @@ -1877,7 +1831,7 @@ restrict_dismissals: typing.Union[bool, IResolvable] Restrict pull request review dismissals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} --- @@ -1915,7 +1869,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#contexts BranchProtection#contexts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#contexts BranchProtection#contexts} --- @@ -1929,7 +1883,59 @@ strict: typing.Union[bool, IResolvable] Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#strict BranchProtection#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#strict BranchProtection#strict} + +--- + +### BranchProtectionRestrictPushes + +#### Initializer + +```python +from cdktf_cdktf_provider_github import branch_protection + +branchProtection.BranchProtectionRestrictPushes( + blocks_creations: typing.Union[bool, IResolvable] = None, + push_allowances: typing.List[str] = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| blocks_creations | typing.Union[bool, cdktf.IResolvable] | Restrict pushes that create matching branches. | +| push_allowances | typing.List[str] | The list of actor Names/IDs that may push to the branch. | + +--- + +##### `blocks_creations`Optional + +```python +blocks_creations: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +Restrict pushes that create matching branches. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} + +--- + +##### `push_allowances`Optional + +```python +push_allowances: typing.List[str] +``` + +- *Type:* typing.List[str] + +The list of actor Names/IDs that may push to the branch. + +Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#push_allowances BranchProtection#push_allowances} --- @@ -3124,4 +3130,526 @@ internal_value: typing.Union[IResolvable, BranchProtectionRequiredStatusChecks] --- +### BranchProtectionRestrictPushesList + +#### Initializers + +```python +from cdktf_cdktf_provider_github import branch_protection + +branchProtection.BranchProtectionRestrictPushesList( + terraform_resource: IInterpolatingParent, + terraform_attribute: str, + wraps_set: bool +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| wraps_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +##### `wraps_set`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| all_with_map_key | Creating an iterator for this complex list. | +| compute_fqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | +| get | *No description.* | + +--- + +##### `all_with_map_key` + +```python +def all_with_map_key( + map_key_attribute_name: str +) -> DynamicListTerraformIterator +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `map_key_attribute_name`Required + +- *Type:* str + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `get` + +```python +def get( + index: typing.Union[int, float] +) -> BranchProtectionRestrictPushesOutputReference +``` + +###### `index`Required + +- *Type:* typing.Union[int, float] + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRestrictPushes]] | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, typing.List[BranchProtectionRestrictPushes]] +``` + +- *Type:* typing.Union[cdktf.IResolvable, typing.List[BranchProtectionRestrictPushes]] + +--- + + +### BranchProtectionRestrictPushesOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_github import branch_protection + +branchProtection.BranchProtectionRestrictPushesOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str, + complex_object_index: typing.Union[int, float], + complex_object_is_from_set: bool +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | +| complex_object_index | typing.Union[int, float] | the index of this item in the list. | +| complex_object_is_from_set | bool | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +##### `complex_object_index`Required + +- *Type:* typing.Union[int, float] + +the index of this item in the list. + +--- + +##### `complex_object_is_from_set`Required + +- *Type:* bool + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | +| reset_blocks_creations | *No description.* | +| reset_push_allowances | *No description.* | + +--- + +##### `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. + +##### `reset_blocks_creations` + +```python +def reset_blocks_creations() -> None +``` + +##### `reset_push_allowances` + +```python +def reset_push_allowances() -> None +``` + + +#### 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.* | +| blocks_creations_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | +| push_allowances_input | typing.List[str] | *No description.* | +| blocks_creations | typing.Union[bool, cdktf.IResolvable] | *No description.* | +| push_allowances | typing.List[str] | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, BranchProtectionRestrictPushes] | *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 + +--- + +##### `blocks_creations_input`Optional + +```python +blocks_creations_input: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +--- + +##### `push_allowances_input`Optional + +```python +push_allowances_input: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `blocks_creations`Required + +```python +blocks_creations: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +--- + +##### `push_allowances`Required + +```python +push_allowances: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, BranchProtectionRestrictPushes] +``` + +- *Type:* typing.Union[cdktf.IResolvable, BranchProtectionRestrictPushes] + +--- + + diff --git a/docs/branchProtection.typescript.md b/docs/branchProtection.typescript.md index 4bd0bf2f8..f566f9d51 100644 --- a/docs/branchProtection.typescript.md +++ b/docs/branchProtection.typescript.md @@ -4,7 +4,7 @@ ### BranchProtection -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection github_branch_protection}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection github_branch_protection}. #### Initializers @@ -75,19 +75,19 @@ Must be unique amongst siblings in the same scope | moveToId | Moves this resource to the resource corresponding to "id". | | putRequiredPullRequestReviews | *No description.* | | putRequiredStatusChecks | *No description.* | +| putRestrictPushes | *No description.* | | resetAllowsDeletions | *No description.* | | resetAllowsForcePushes | *No description.* | -| resetBlocksCreations | *No description.* | | resetEnforceAdmins | *No description.* | | resetForcePushBypassers | *No description.* | | resetId | *No description.* | | resetLockBranch | *No description.* | -| resetPushRestrictions | *No description.* | | resetRequireConversationResolution | *No description.* | | resetRequiredLinearHistory | *No description.* | | resetRequiredPullRequestReviews | *No description.* | | resetRequiredStatusChecks | *No description.* | | resetRequireSignedCommits | *No description.* | +| resetRestrictPushes | *No description.* | --- @@ -403,22 +403,28 @@ public putRequiredStatusChecks(value: IResolvable | BranchProtectionRequiredStat --- -##### `resetAllowsDeletions` +##### `putRestrictPushes` ```typescript -public resetAllowsDeletions(): void +public putRestrictPushes(value: IResolvable | BranchProtectionRestrictPushes[]): void ``` -##### `resetAllowsForcePushes` +###### `value`Required + +- *Type:* cdktf.IResolvable | BranchProtectionRestrictPushes[] + +--- + +##### `resetAllowsDeletions` ```typescript -public resetAllowsForcePushes(): void +public resetAllowsDeletions(): void ``` -##### `resetBlocksCreations` +##### `resetAllowsForcePushes` ```typescript -public resetBlocksCreations(): void +public resetAllowsForcePushes(): void ``` ##### `resetEnforceAdmins` @@ -445,12 +451,6 @@ public resetId(): void public resetLockBranch(): void ``` -##### `resetPushRestrictions` - -```typescript -public resetPushRestrictions(): void -``` - ##### `resetRequireConversationResolution` ```typescript @@ -481,6 +481,12 @@ public resetRequiredStatusChecks(): void public resetRequireSignedCommits(): void ``` +##### `resetRestrictPushes` + +```typescript +public resetRestrictPushes(): void +``` + #### Static Functions | **Name** | **Description** | @@ -584,7 +590,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/branch_protection#import import section} in the documentation of this resource for the id to use --- @@ -616,30 +622,28 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | requiredPullRequestReviews | BranchProtectionRequiredPullRequestReviewsList | *No description.* | | requiredStatusChecks | BranchProtectionRequiredStatusChecksList | *No description.* | +| restrictPushes | BranchProtectionRestrictPushesList | *No description.* | | allowsDeletionsInput | boolean \| cdktf.IResolvable | *No description.* | | allowsForcePushesInput | boolean \| cdktf.IResolvable | *No description.* | -| blocksCreationsInput | boolean \| cdktf.IResolvable | *No description.* | | enforceAdminsInput | boolean \| cdktf.IResolvable | *No description.* | | forcePushBypassersInput | string[] | *No description.* | | idInput | string | *No description.* | | lockBranchInput | boolean \| cdktf.IResolvable | *No description.* | | patternInput | string | *No description.* | -| pushRestrictionsInput | string[] | *No description.* | | repositoryIdInput | string | *No description.* | | requireConversationResolutionInput | boolean \| cdktf.IResolvable | *No description.* | | requiredLinearHistoryInput | boolean \| cdktf.IResolvable | *No description.* | | requiredPullRequestReviewsInput | cdktf.IResolvable \| BranchProtectionRequiredPullRequestReviews[] | *No description.* | | requiredStatusChecksInput | cdktf.IResolvable \| BranchProtectionRequiredStatusChecks[] | *No description.* | | requireSignedCommitsInput | boolean \| cdktf.IResolvable | *No description.* | +| restrictPushesInput | cdktf.IResolvable \| BranchProtectionRestrictPushes[] | *No description.* | | allowsDeletions | boolean \| cdktf.IResolvable | *No description.* | | allowsForcePushes | boolean \| cdktf.IResolvable | *No description.* | -| blocksCreations | boolean \| cdktf.IResolvable | *No description.* | | enforceAdmins | boolean \| cdktf.IResolvable | *No description.* | | forcePushBypassers | string[] | *No description.* | | id | string | *No description.* | | lockBranch | boolean \| cdktf.IResolvable | *No description.* | | pattern | string | *No description.* | -| pushRestrictions | string[] | *No description.* | | repositoryId | string | *No description.* | | requireConversationResolution | boolean \| cdktf.IResolvable | *No description.* | | requiredLinearHistory | boolean \| cdktf.IResolvable | *No description.* | @@ -809,30 +813,30 @@ public readonly requiredStatusChecks: BranchProtectionRequiredStatusChecksList; --- -##### `allowsDeletionsInput`Optional +##### `restrictPushes`Required ```typescript -public readonly allowsDeletionsInput: boolean | IResolvable; +public readonly restrictPushes: BranchProtectionRestrictPushesList; ``` -- *Type:* boolean | cdktf.IResolvable +- *Type:* BranchProtectionRestrictPushesList --- -##### `allowsForcePushesInput`Optional +##### `allowsDeletionsInput`Optional ```typescript -public readonly allowsForcePushesInput: boolean | IResolvable; +public readonly allowsDeletionsInput: boolean | IResolvable; ``` - *Type:* boolean | cdktf.IResolvable --- -##### `blocksCreationsInput`Optional +##### `allowsForcePushesInput`Optional ```typescript -public readonly blocksCreationsInput: boolean | IResolvable; +public readonly allowsForcePushesInput: boolean | IResolvable; ``` - *Type:* boolean | cdktf.IResolvable @@ -889,16 +893,6 @@ public readonly patternInput: string; --- -##### `pushRestrictionsInput`Optional - -```typescript -public readonly pushRestrictionsInput: string[]; -``` - -- *Type:* string[] - ---- - ##### `repositoryIdInput`Optional ```typescript @@ -959,30 +953,30 @@ public readonly requireSignedCommitsInput: boolean | IResolvable; --- -##### `allowsDeletions`Required +##### `restrictPushesInput`Optional ```typescript -public readonly allowsDeletions: boolean | IResolvable; +public readonly restrictPushesInput: IResolvable | BranchProtectionRestrictPushes[]; ``` -- *Type:* boolean | cdktf.IResolvable +- *Type:* cdktf.IResolvable | BranchProtectionRestrictPushes[] --- -##### `allowsForcePushes`Required +##### `allowsDeletions`Required ```typescript -public readonly allowsForcePushes: boolean | IResolvable; +public readonly allowsDeletions: boolean | IResolvable; ``` - *Type:* boolean | cdktf.IResolvable --- -##### `blocksCreations`Required +##### `allowsForcePushes`Required ```typescript -public readonly blocksCreations: boolean | IResolvable; +public readonly allowsForcePushes: boolean | IResolvable; ``` - *Type:* boolean | cdktf.IResolvable @@ -1039,16 +1033,6 @@ public readonly pattern: string; --- -##### `pushRestrictions`Required - -```typescript -public readonly pushRestrictions: string[]; -``` - -- *Type:* string[] - ---- - ##### `repositoryId`Required ```typescript @@ -1134,17 +1118,16 @@ const branchProtectionConfig: branchProtection.BranchProtectionConfig = { ... } | repositoryId | string | The name or node ID of the repository associated with this branch protection rule. | | allowsDeletions | boolean \| cdktf.IResolvable | Setting this to 'true' to allow the branch to be deleted. | | allowsForcePushes | boolean \| cdktf.IResolvable | Setting this to 'true' to allow force pushes on the branch. | -| blocksCreations | boolean \| cdktf.IResolvable | Setting this to 'true' to block creating the branch. | | enforceAdmins | boolean \| cdktf.IResolvable | Setting this to 'true' enforces status checks for repository administrators. | | forcePushBypassers | string[] | The list of actor Names/IDs that are allowed to bypass force push restrictions. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. | | lockBranch | boolean \| cdktf.IResolvable | Setting this to 'true' will make the branch read-only and preventing any pushes to it. | -| pushRestrictions | string[] | The list of actor Names/IDs that may push to the branch. | | requireConversationResolution | boolean \| cdktf.IResolvable | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | requiredLinearHistory | boolean \| cdktf.IResolvable | Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. | | requiredPullRequestReviews | cdktf.IResolvable \| BranchProtectionRequiredPullRequestReviews[] | required_pull_request_reviews block. | | requiredStatusChecks | cdktf.IResolvable \| BranchProtectionRequiredStatusChecks[] | required_status_checks block. | | requireSignedCommits | boolean \| cdktf.IResolvable | Setting this to 'true' requires all commits to be signed with GPG. | +| restrictPushes | cdktf.IResolvable \| BranchProtectionRestrictPushes[] | restrict_pushes block. | --- @@ -1228,7 +1211,7 @@ public readonly pattern: string; Identifies the protection rule pattern. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pattern BranchProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pattern BranchProtection#pattern} --- @@ -1242,7 +1225,7 @@ public readonly repositoryId: string; The name or node ID of the repository associated with this branch protection rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} --- @@ -1256,7 +1239,7 @@ public readonly allowsDeletions: boolean | IResolvable; Setting this to 'true' to allow the branch to be deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} --- @@ -1270,21 +1253,7 @@ public readonly allowsForcePushes: boolean | IResolvable; Setting this to 'true' to allow force pushes on the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} - ---- - -##### `blocksCreations`Optional - -```typescript -public readonly blocksCreations: boolean | IResolvable; -``` - -- *Type:* boolean | cdktf.IResolvable - -Setting this to 'true' to block creating the branch. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} --- @@ -1298,7 +1267,7 @@ public readonly enforceAdmins: boolean | IResolvable; Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} --- @@ -1314,7 +1283,7 @@ The list of actor Names/IDs that are allowed to bypass force push restrictions. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} --- @@ -1326,7 +1295,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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,23 +1312,7 @@ public readonly lockBranch: boolean | IResolvable; Setting this to 'true' will make the branch read-only and preventing any pushes to it. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} - ---- - -##### `pushRestrictions`Optional - -```typescript -public readonly pushRestrictions: string[]; -``` - -- *Type:* string[] - -The list of actor Names/IDs that may push to the branch. - -Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#push_restrictions BranchProtection#push_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} --- @@ -1373,7 +1326,7 @@ public readonly requireConversationResolution: boolean | IResolvable; Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} --- @@ -1387,7 +1340,7 @@ public readonly requiredLinearHistory: boolean | IResolvable; Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} --- @@ -1401,7 +1354,7 @@ public readonly requiredPullRequestReviews: IResolvable | BranchProtectionRequir required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} --- @@ -1415,7 +1368,7 @@ public readonly requiredStatusChecks: IResolvable | BranchProtectionRequiredStat required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} --- @@ -1429,7 +1382,21 @@ public readonly requireSignedCommits: boolean | IResolvable; Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} + +--- + +##### `restrictPushes`Optional + +```typescript +public readonly restrictPushes: IResolvable | BranchProtectionRestrictPushes[]; +``` + +- *Type:* cdktf.IResolvable | BranchProtectionRestrictPushes[] + +restrict_pushes block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_pushes BranchProtection#restrict_pushes} --- @@ -1469,7 +1436,7 @@ The list of actor Names/IDs with dismissal access. If not empty, 'restrict_dismissals' is ignored. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} --- @@ -1483,7 +1450,7 @@ public readonly dismissStaleReviews: boolean | IResolvable; Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} --- @@ -1499,7 +1466,7 @@ The list of actor Names/IDs that are allowed to bypass pull request requirements Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} --- @@ -1513,7 +1480,7 @@ public readonly requireCodeOwnerReviews: boolean | IResolvable; Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} --- @@ -1529,7 +1496,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} --- @@ -1543,7 +1510,7 @@ public readonly requireLastPushApproval: boolean | IResolvable; Require that The most recent push must be approved by someone other than the last pusher. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} --- @@ -1557,7 +1524,7 @@ public readonly restrictDismissals: boolean | IResolvable; Restrict pull request review dismissals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} --- @@ -1592,7 +1559,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#contexts BranchProtection#contexts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#contexts BranchProtection#contexts} --- @@ -1606,7 +1573,56 @@ public readonly strict: boolean | IResolvable; Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#strict BranchProtection#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#strict BranchProtection#strict} + +--- + +### BranchProtectionRestrictPushes + +#### Initializer + +```typescript +import { branchProtection } from '@cdktf/provider-github' + +const branchProtectionRestrictPushes: branchProtection.BranchProtectionRestrictPushes = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| blocksCreations | boolean \| cdktf.IResolvable | Restrict pushes that create matching branches. | +| pushAllowances | string[] | The list of actor Names/IDs that may push to the branch. | + +--- + +##### `blocksCreations`Optional + +```typescript +public readonly blocksCreations: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +Restrict pushes that create matching branches. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} + +--- + +##### `pushAllowances`Optional + +```typescript +public readonly pushAllowances: string[]; +``` + +- *Type:* string[] + +The list of actor Names/IDs that may push to the branch. + +Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#push_allowances BranchProtection#push_allowances} --- @@ -2727,4 +2743,489 @@ public readonly internalValue: IResolvable | BranchProtectionRequiredStatusCheck --- +### BranchProtectionRestrictPushesList + +#### Initializers + +```typescript +import { branchProtection } from '@cdktf/provider-github' + +new branchProtection.BranchProtectionRestrictPushesList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | +| wrapsSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `wrapsSet`Required + +- *Type:* boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| allWithMapKey | Creating an iterator for this complex list. | +| computeFqn | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| get | *No description.* | + +--- + +##### `allWithMapKey` + +```typescript +public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator +``` + +Creating an iterator for this complex list. + +The list will be converted into a map with the mapKeyAttributeName as the key. + +###### `mapKeyAttributeName`Required + +- *Type:* string + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `get` + +```typescript +public get(index: number): BranchProtectionRestrictPushesOutputReference +``` + +###### `index`Required + +- *Type:* number + +the index of the item to return. + +--- + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| internalValue | cdktf.IResolvable \| BranchProtectionRestrictPushes[] | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | BranchProtectionRestrictPushes[]; +``` + +- *Type:* cdktf.IResolvable | BranchProtectionRestrictPushes[] + +--- + + +### BranchProtectionRestrictPushesOutputReference + +#### Initializers + +```typescript +import { branchProtection } from '@cdktf/provider-github' + +new branchProtection.BranchProtectionRestrictPushesOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | +| complexObjectIndex | number | the index of this item in the list. | +| complexObjectIsFromSet | boolean | whether the list is wrapping a set (will add tolist() to be able to access an item via an index). | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +##### `complexObjectIndex`Required + +- *Type:* number + +the index of this item in the list. + +--- + +##### `complexObjectIsFromSet`Required + +- *Type:* boolean + +whether the list is wrapping a set (will add tolist() to be able to access an item via an index). + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetBlocksCreations | *No description.* | +| resetPushAllowances | *No description.* | + +--- + +##### `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. + +##### `resetBlocksCreations` + +```typescript +public resetBlocksCreations(): void +``` + +##### `resetPushAllowances` + +```typescript +public resetPushAllowances(): void +``` + + +#### 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.* | +| blocksCreationsInput | boolean \| cdktf.IResolvable | *No description.* | +| pushAllowancesInput | string[] | *No description.* | +| blocksCreations | boolean \| cdktf.IResolvable | *No description.* | +| pushAllowances | string[] | *No description.* | +| internalValue | cdktf.IResolvable \| BranchProtectionRestrictPushes | *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 + +--- + +##### `blocksCreationsInput`Optional + +```typescript +public readonly blocksCreationsInput: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +--- + +##### `pushAllowancesInput`Optional + +```typescript +public readonly pushAllowancesInput: string[]; +``` + +- *Type:* string[] + +--- + +##### `blocksCreations`Required + +```typescript +public readonly blocksCreations: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +--- + +##### `pushAllowances`Required + +```typescript +public readonly pushAllowances: string[]; +``` + +- *Type:* string[] + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | BranchProtectionRestrictPushes; +``` + +- *Type:* cdktf.IResolvable | BranchProtectionRestrictPushes + +--- + + diff --git a/docs/branchProtectionV3.csharp.md b/docs/branchProtectionV3.csharp.md index d0a28a86d..f037a83cf 100644 --- a/docs/branchProtectionV3.csharp.md +++ b/docs/branchProtectionV3.csharp.md @@ -4,7 +4,7 @@ ### BranchProtectionV3 -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3 github_branch_protection_v3}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3 github_branch_protection_v3}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the BranchProtectionV3 to impo The id of the existing BranchProtectionV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use --- @@ -1000,7 +1000,7 @@ new BranchProtectionV3Config { | Branch | string | The Git branch to protect. | | Repository | string | The GitHub repository name. | | EnforceAdmins | object | Setting this to 'true' enforces status checks for repository administrators. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | | RequireConversationResolution | object | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | RequiredPullRequestReviews | BranchProtectionV3RequiredPullRequestReviews | required_pull_request_reviews block. | | RequiredStatusChecks | BranchProtectionV3RequiredStatusChecks | required_status_checks block. | @@ -1089,7 +1089,7 @@ public string Branch { get; set; } The Git branch to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} --- @@ -1103,7 +1103,7 @@ public string Repository { get; set; } The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} --- @@ -1117,7 +1117,7 @@ public object EnforceAdmins { get; set; } Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} --- @@ -1129,7 +1129,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1146,7 +1146,7 @@ public object RequireConversationResolution { get; set; } Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} --- @@ -1160,7 +1160,7 @@ public BranchProtectionV3RequiredPullRequestReviews RequiredPullRequestReviews { required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} --- @@ -1174,7 +1174,7 @@ public BranchProtectionV3RequiredStatusChecks RequiredStatusChecks { get; set; } required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} --- @@ -1188,7 +1188,7 @@ public object RequireSignedCommits { get; set; } Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} --- @@ -1202,7 +1202,7 @@ public BranchProtectionV3Restrictions Restrictions { get; set; } restrictions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} --- @@ -1234,7 +1234,7 @@ new BranchProtectionV3RequiredPullRequestReviews { | DismissalTeams | string[] | The list of team slugs with dismissal access. | | DismissalUsers | string[] | The list of user logins with dismissal access. | | DismissStaleReviews | object | Dismiss approved reviews automatically when a new commit is pushed. | -| IncludeAdmins | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | +| IncludeAdmins | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | | RequireCodeOwnerReviews | object | Require an approved review in pull requests including files with a designated code owner. | | RequiredApprovingReviewCount | double | Require 'x' number of approvals to satisfy branch protection requirements. | @@ -1250,7 +1250,7 @@ public BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances B bypass_pull_request_allowances block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} --- @@ -1266,7 +1266,7 @@ The list of apps slugs with dismissal access. Always use slug of the app, not its name. Each app already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} --- @@ -1282,7 +1282,7 @@ The list of team slugs with dismissal access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} --- @@ -1296,7 +1296,7 @@ public string[] DismissalUsers { get; set; } The list of user logins with dismissal access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} --- @@ -1310,7 +1310,7 @@ public object DismissStaleReviews { get; set; } Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} --- @@ -1322,7 +1322,7 @@ public object IncludeAdmins { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -1336,7 +1336,7 @@ public object RequireCodeOwnerReviews { get; set; } Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} --- @@ -1352,7 +1352,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} --- @@ -1374,9 +1374,9 @@ new BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Apps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. | -| Teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. | -| Users | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. | +| Apps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. | +| Teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. | +| Users | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. | --- @@ -1388,7 +1388,7 @@ public string[] Apps { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. --- @@ -1400,7 +1400,7 @@ public string[] Teams { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. --- @@ -1412,7 +1412,7 @@ public string[] Users { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. --- @@ -1436,8 +1436,8 @@ new BranchProtectionV3RequiredStatusChecks { | **Name** | **Type** | **Description** | | --- | --- | --- | | Checks | string[] | The list of status checks to require in order to merge into this branch. | -| Contexts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. | -| IncludeAdmins | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | +| Contexts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. | +| IncludeAdmins | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | | Strict | object | Require branches to be up to date before merging. | --- @@ -1454,7 +1454,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. Checks should be strings containing the 'context' and 'app_id' like so 'context:app_id' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} --- @@ -1466,7 +1466,7 @@ public string[] Contexts { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. --- @@ -1478,7 +1478,7 @@ public object IncludeAdmins { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -1492,7 +1492,7 @@ public object Strict { get; set; } Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} --- @@ -1530,7 +1530,7 @@ public string[] Apps { get; set; } The list of app slugs with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} --- @@ -1546,7 +1546,7 @@ The list of team slugs with push access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} --- @@ -1560,7 +1560,7 @@ public string[] Users { get; set; } The list of user logins with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} --- diff --git a/docs/branchProtectionV3.go.md b/docs/branchProtectionV3.go.md index 6133ef1c2..fce557c33 100644 --- a/docs/branchProtectionV3.go.md +++ b/docs/branchProtectionV3.go.md @@ -4,12 +4,12 @@ ### BranchProtectionV3 -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3 github_branch_protection_v3}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3 github_branch_protection_v3}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" branchprotectionv3.NewBranchProtectionV3(scope Construct, id *string, config BranchProtectionV3Config) BranchProtectionV3 ``` @@ -466,7 +466,7 @@ func ResetRestrictions() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" branchprotectionv3.BranchProtectionV3_IsConstruct(x interface{}) *bool ``` @@ -498,7 +498,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" branchprotectionv3.BranchProtectionV3_IsTerraformElement(x interface{}) *bool ``` @@ -512,7 +512,7 @@ branchprotectionv3.BranchProtectionV3_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" branchprotectionv3.BranchProtectionV3_IsTerraformResource(x interface{}) *bool ``` @@ -526,7 +526,7 @@ branchprotectionv3.BranchProtectionV3_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" branchprotectionv3.BranchProtectionV3_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -555,7 +555,7 @@ The construct id used in the generated config for the BranchProtectionV3 to impo The id of the existing BranchProtectionV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use --- @@ -964,7 +964,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" &branchprotectionv3.BranchProtectionV3Config { Connection: interface{}, @@ -979,10 +979,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" EnforceAdmins: interface{}, Id: *string, RequireConversationResolution: interface{}, - RequiredPullRequestReviews: github.com/cdktf/cdktf-provider-github-go/github/v13.branchProtectionV3.BranchProtectionV3RequiredPullRequestReviews, - RequiredStatusChecks: github.com/cdktf/cdktf-provider-github-go/github/v13.branchProtectionV3.BranchProtectionV3RequiredStatusChecks, + RequiredPullRequestReviews: github.com/cdktf/cdktf-provider-github-go/github/v14.branchProtectionV3.BranchProtectionV3RequiredPullRequestReviews, + RequiredStatusChecks: github.com/cdktf/cdktf-provider-github-go/github/v14.branchProtectionV3.BranchProtectionV3RequiredStatusChecks, RequireSignedCommits: interface{}, - Restrictions: github.com/cdktf/cdktf-provider-github-go/github/v13.branchProtectionV3.BranchProtectionV3Restrictions, + Restrictions: github.com/cdktf/cdktf-provider-github-go/github/v14.branchProtectionV3.BranchProtectionV3Restrictions, } ``` @@ -1000,7 +1000,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" | Branch | *string | The Git branch to protect. | | Repository | *string | The GitHub repository name. | | EnforceAdmins | interface{} | Setting this to 'true' enforces status checks for repository administrators. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | | RequireConversationResolution | interface{} | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | RequiredPullRequestReviews | BranchProtectionV3RequiredPullRequestReviews | required_pull_request_reviews block. | | RequiredStatusChecks | BranchProtectionV3RequiredStatusChecks | required_status_checks block. | @@ -1089,7 +1089,7 @@ Branch *string The Git branch to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} --- @@ -1103,7 +1103,7 @@ Repository *string The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} --- @@ -1117,7 +1117,7 @@ EnforceAdmins interface{} Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} --- @@ -1129,7 +1129,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1146,7 +1146,7 @@ RequireConversationResolution interface{} Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} --- @@ -1160,7 +1160,7 @@ RequiredPullRequestReviews BranchProtectionV3RequiredPullRequestReviews required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} --- @@ -1174,7 +1174,7 @@ RequiredStatusChecks BranchProtectionV3RequiredStatusChecks required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} --- @@ -1188,7 +1188,7 @@ RequireSignedCommits interface{} Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} --- @@ -1202,7 +1202,7 @@ Restrictions BranchProtectionV3Restrictions restrictions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} --- @@ -1211,10 +1211,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" &branchprotectionv3.BranchProtectionV3RequiredPullRequestReviews { - BypassPullRequestAllowances: github.com/cdktf/cdktf-provider-github-go/github/v13.branchProtectionV3.BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances, + BypassPullRequestAllowances: github.com/cdktf/cdktf-provider-github-go/github/v14.branchProtectionV3.BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances, DismissalApps: *[]*string, DismissalTeams: *[]*string, DismissalUsers: *[]*string, @@ -1234,7 +1234,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" | DismissalTeams | *[]*string | The list of team slugs with dismissal access. | | DismissalUsers | *[]*string | The list of user logins with dismissal access. | | DismissStaleReviews | interface{} | Dismiss approved reviews automatically when a new commit is pushed. | -| IncludeAdmins | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | +| IncludeAdmins | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | | RequireCodeOwnerReviews | interface{} | Require an approved review in pull requests including files with a designated code owner. | | RequiredApprovingReviewCount | *f64 | Require 'x' number of approvals to satisfy branch protection requirements. | @@ -1250,7 +1250,7 @@ BypassPullRequestAllowances BranchProtectionV3RequiredPullRequestReviewsBypassPu bypass_pull_request_allowances block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} --- @@ -1266,7 +1266,7 @@ The list of apps slugs with dismissal access. Always use slug of the app, not its name. Each app already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} --- @@ -1282,7 +1282,7 @@ The list of team slugs with dismissal access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} --- @@ -1296,7 +1296,7 @@ DismissalUsers *[]*string The list of user logins with dismissal access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} --- @@ -1310,7 +1310,7 @@ DismissStaleReviews interface{} Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} --- @@ -1322,7 +1322,7 @@ IncludeAdmins interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -1336,7 +1336,7 @@ RequireCodeOwnerReviews interface{} Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} --- @@ -1352,7 +1352,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} --- @@ -1361,7 +1361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" &branchprotectionv3.BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances { Apps: *[]*string, @@ -1374,9 +1374,9 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Apps | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. | -| Teams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. | -| Users | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. | +| Apps | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. | +| Teams | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. | +| Users | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. | --- @@ -1388,7 +1388,7 @@ Apps *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. --- @@ -1400,7 +1400,7 @@ Teams *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. --- @@ -1412,7 +1412,7 @@ Users *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. --- @@ -1421,7 +1421,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" &branchprotectionv3.BranchProtectionV3RequiredStatusChecks { Checks: *[]*string, @@ -1436,8 +1436,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" | **Name** | **Type** | **Description** | | --- | --- | --- | | Checks | *[]*string | The list of status checks to require in order to merge into this branch. | -| Contexts | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. | -| IncludeAdmins | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | +| Contexts | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. | +| IncludeAdmins | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | | Strict | interface{} | Require branches to be up to date before merging. | --- @@ -1454,7 +1454,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. Checks should be strings containing the 'context' and 'app_id' like so 'context:app_id' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} --- @@ -1466,7 +1466,7 @@ Contexts *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. --- @@ -1478,7 +1478,7 @@ IncludeAdmins interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -1492,7 +1492,7 @@ Strict interface{} Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} --- @@ -1501,7 +1501,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" &branchprotectionv3.BranchProtectionV3Restrictions { Apps: *[]*string, @@ -1530,7 +1530,7 @@ Apps *[]*string The list of app slugs with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} --- @@ -1546,7 +1546,7 @@ The list of team slugs with push access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} --- @@ -1560,7 +1560,7 @@ Users *[]*string The list of user logins with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} --- @@ -1571,7 +1571,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" branchprotectionv3.NewBranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowancesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowancesOutputReference ``` @@ -1907,7 +1907,7 @@ func InternalValue() BranchProtectionV3RequiredPullRequestReviewsBypassPullReque #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" branchprotectionv3.NewBranchProtectionV3RequiredPullRequestReviewsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BranchProtectionV3RequiredPullRequestReviewsOutputReference ``` @@ -2401,7 +2401,7 @@ func InternalValue() BranchProtectionV3RequiredPullRequestReviews #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" branchprotectionv3.NewBranchProtectionV3RequiredStatusChecksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BranchProtectionV3RequiredStatusChecksOutputReference ``` @@ -2766,7 +2766,7 @@ func InternalValue() BranchProtectionV3RequiredStatusChecks #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/branchprotectionv3" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/branchprotectionv3" branchprotectionv3.NewBranchProtectionV3RestrictionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) BranchProtectionV3RestrictionsOutputReference ``` diff --git a/docs/branchProtectionV3.java.md b/docs/branchProtectionV3.java.md index 7a7a3b9ae..882bce1a5 100644 --- a/docs/branchProtectionV3.java.md +++ b/docs/branchProtectionV3.java.md @@ -4,7 +4,7 @@ ### BranchProtectionV3 -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3 github_branch_protection_v3}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3 github_branch_protection_v3}. #### Initializers @@ -52,7 +52,7 @@ BranchProtectionV3.Builder.create(Construct scope, java.lang.String id) | branch | java.lang.String | The Git branch to protect. | | repository | java.lang.String | The GitHub repository name. | | enforceAdmins | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' enforces status checks for repository administrators. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | | requireConversationResolution | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | requiredPullRequestReviews | BranchProtectionV3RequiredPullRequestReviews | required_pull_request_reviews block. | | requiredStatusChecks | BranchProtectionV3RequiredStatusChecks | required_status_checks block. | @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope The Git branch to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 you experience problems setting this value it might not be settable. Please t Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ restrictions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} --- @@ -723,7 +723,7 @@ The construct id used in the generated config for the BranchProtectionV3 to impo The id of the existing BranchProtectionV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use --- @@ -1175,7 +1175,7 @@ BranchProtectionV3Config.builder() | branch | java.lang.String | The Git branch to protect. | | repository | java.lang.String | The GitHub repository name. | | enforceAdmins | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' enforces status checks for repository administrators. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | | requireConversationResolution | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | requiredPullRequestReviews | BranchProtectionV3RequiredPullRequestReviews | required_pull_request_reviews block. | | requiredStatusChecks | BranchProtectionV3RequiredStatusChecks | required_status_checks block. | @@ -1264,7 +1264,7 @@ public java.lang.String getBranch(); The Git branch to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} --- @@ -1278,7 +1278,7 @@ public java.lang.String getRepository(); The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} --- @@ -1292,7 +1292,7 @@ public java.lang.Object getEnforceAdmins(); Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} --- @@ -1304,7 +1304,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1321,7 +1321,7 @@ public java.lang.Object getRequireConversationResolution(); Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} --- @@ -1335,7 +1335,7 @@ public BranchProtectionV3RequiredPullRequestReviews getRequiredPullRequestReview required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} --- @@ -1349,7 +1349,7 @@ public BranchProtectionV3RequiredStatusChecks getRequiredStatusChecks(); required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} --- @@ -1363,7 +1363,7 @@ public java.lang.Object getRequireSignedCommits(); Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} --- @@ -1377,7 +1377,7 @@ public BranchProtectionV3Restrictions getRestrictions(); restrictions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} --- @@ -1412,7 +1412,7 @@ BranchProtectionV3RequiredPullRequestReviews.builder() | dismissalTeams | java.util.List | The list of team slugs with dismissal access. | | dismissalUsers | java.util.List | The list of user logins with dismissal access. | | dismissStaleReviews | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Dismiss approved reviews automatically when a new commit is pushed. | -| includeAdmins | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | +| includeAdmins | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | | requireCodeOwnerReviews | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Require an approved review in pull requests including files with a designated code owner. | | requiredApprovingReviewCount | java.lang.Number | Require 'x' number of approvals to satisfy branch protection requirements. | @@ -1428,7 +1428,7 @@ public BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances g bypass_pull_request_allowances block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} --- @@ -1444,7 +1444,7 @@ The list of apps slugs with dismissal access. Always use slug of the app, not its name. Each app already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} --- @@ -1460,7 +1460,7 @@ The list of team slugs with dismissal access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} --- @@ -1474,7 +1474,7 @@ public java.util.List getDismissalUsers(); The list of user logins with dismissal access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} --- @@ -1488,7 +1488,7 @@ public java.lang.Object getDismissStaleReviews(); Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} --- @@ -1500,7 +1500,7 @@ public java.lang.Object getIncludeAdmins(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -1514,7 +1514,7 @@ public java.lang.Object getRequireCodeOwnerReviews(); Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} --- @@ -1530,7 +1530,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} --- @@ -1552,9 +1552,9 @@ BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances.builder( | **Name** | **Type** | **Description** | | --- | --- | --- | -| apps | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. | -| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. | -| users | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. | +| apps | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. | +| teams | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. | +| users | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. | --- @@ -1566,7 +1566,7 @@ public java.util.List getApps(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. --- @@ -1578,7 +1578,7 @@ public java.util.List getTeams(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. --- @@ -1590,7 +1590,7 @@ public java.util.List getUsers(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. --- @@ -1616,8 +1616,8 @@ BranchProtectionV3RequiredStatusChecks.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | checks | java.util.List | The list of status checks to require in order to merge into this branch. | -| contexts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. | -| includeAdmins | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | +| contexts | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. | +| includeAdmins | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | | strict | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Require branches to be up to date before merging. | --- @@ -1634,7 +1634,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. Checks should be strings containing the 'context' and 'app_id' like so 'context:app_id' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} --- @@ -1646,7 +1646,7 @@ public java.util.List getContexts(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. --- @@ -1658,7 +1658,7 @@ public java.lang.Object getIncludeAdmins(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -1672,7 +1672,7 @@ public java.lang.Object getStrict(); Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} --- @@ -1710,7 +1710,7 @@ public java.util.List getApps(); The list of app slugs with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} --- @@ -1726,7 +1726,7 @@ The list of team slugs with push access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} --- @@ -1740,7 +1740,7 @@ public java.util.List getUsers(); The list of user logins with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} --- diff --git a/docs/branchProtectionV3.python.md b/docs/branchProtectionV3.python.md index 7b537a3b9..cbbb81658 100644 --- a/docs/branchProtectionV3.python.md +++ b/docs/branchProtectionV3.python.md @@ -4,7 +4,7 @@ ### BranchProtectionV3 -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3 github_branch_protection_v3}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3 github_branch_protection_v3}. #### Initializers @@ -47,7 +47,7 @@ branchProtectionV3.BranchProtectionV3( | branch | str | The Git branch to protect. | | repository | str | The GitHub repository name. | | enforce_admins | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' enforces status checks for repository administrators. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | | require_conversation_resolution | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | required_pull_request_reviews | BranchProtectionV3RequiredPullRequestReviews | required_pull_request_reviews block. | | required_status_checks | BranchProtectionV3RequiredStatusChecks | required_status_checks block. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The Git branch to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ restrictions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} --- @@ -593,7 +593,7 @@ def put_required_pull_request_reviews( bypass_pull_request_allowances block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} --- @@ -605,7 +605,7 @@ The list of apps slugs with dismissal access. Always use slug of the app, not its name. Each app already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} --- @@ -617,7 +617,7 @@ The list of team slugs with dismissal access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} --- @@ -627,7 +627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The list of user logins with dismissal access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} --- @@ -637,7 +637,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} --- @@ -645,7 +645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -655,7 +655,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} --- @@ -667,7 +667,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} --- @@ -690,7 +690,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. Checks should be strings containing the 'context' and 'app_id' like so 'context:app_id' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} --- @@ -698,7 +698,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. --- @@ -706,7 +706,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -716,7 +716,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} --- @@ -736,7 +736,7 @@ def put_restrictions( The list of app slugs with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} --- @@ -748,7 +748,7 @@ The list of team slugs with push access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} --- @@ -758,7 +758,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The list of user logins with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} --- @@ -918,7 +918,7 @@ The construct id used in the generated config for the BranchProtectionV3 to impo The id of the existing BranchProtectionV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use --- @@ -1363,7 +1363,7 @@ branchProtectionV3.BranchProtectionV3Config( | branch | str | The Git branch to protect. | | repository | str | The GitHub repository name. | | enforce_admins | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' enforces status checks for repository administrators. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | | require_conversation_resolution | typing.Union[bool, cdktf.IResolvable] | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | required_pull_request_reviews | BranchProtectionV3RequiredPullRequestReviews | required_pull_request_reviews block. | | required_status_checks | BranchProtectionV3RequiredStatusChecks | required_status_checks block. | @@ -1452,7 +1452,7 @@ branch: str The Git branch to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} --- @@ -1466,7 +1466,7 @@ repository: str The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} --- @@ -1480,7 +1480,7 @@ enforce_admins: typing.Union[bool, IResolvable] Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} --- @@ -1492,7 +1492,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1509,7 +1509,7 @@ require_conversation_resolution: typing.Union[bool, IResolvable] Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} --- @@ -1523,7 +1523,7 @@ required_pull_request_reviews: BranchProtectionV3RequiredPullRequestReviews required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} --- @@ -1537,7 +1537,7 @@ required_status_checks: BranchProtectionV3RequiredStatusChecks required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} --- @@ -1551,7 +1551,7 @@ require_signed_commits: typing.Union[bool, IResolvable] Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} --- @@ -1565,7 +1565,7 @@ restrictions: BranchProtectionV3Restrictions restrictions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} --- @@ -1597,7 +1597,7 @@ branchProtectionV3.BranchProtectionV3RequiredPullRequestReviews( | dismissal_teams | typing.List[str] | The list of team slugs with dismissal access. | | dismissal_users | typing.List[str] | The list of user logins with dismissal access. | | dismiss_stale_reviews | typing.Union[bool, cdktf.IResolvable] | Dismiss approved reviews automatically when a new commit is pushed. | -| include_admins | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | +| include_admins | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | | require_code_owner_reviews | typing.Union[bool, cdktf.IResolvable] | Require an approved review in pull requests including files with a designated code owner. | | required_approving_review_count | typing.Union[int, float] | Require 'x' number of approvals to satisfy branch protection requirements. | @@ -1613,7 +1613,7 @@ bypass_pull_request_allowances: BranchProtectionV3RequiredPullRequestReviewsBypa bypass_pull_request_allowances block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} --- @@ -1629,7 +1629,7 @@ The list of apps slugs with dismissal access. Always use slug of the app, not its name. Each app already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} --- @@ -1645,7 +1645,7 @@ The list of team slugs with dismissal access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} --- @@ -1659,7 +1659,7 @@ dismissal_users: typing.List[str] The list of user logins with dismissal access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} --- @@ -1673,7 +1673,7 @@ dismiss_stale_reviews: typing.Union[bool, IResolvable] Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} --- @@ -1685,7 +1685,7 @@ include_admins: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -1699,7 +1699,7 @@ require_code_owner_reviews: typing.Union[bool, IResolvable] Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} --- @@ -1715,7 +1715,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} --- @@ -1737,9 +1737,9 @@ branchProtectionV3.BranchProtectionV3RequiredPullRequestReviewsBypassPullRequest | **Name** | **Type** | **Description** | | --- | --- | --- | -| apps | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. | -| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. | -| users | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. | +| apps | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. | +| teams | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. | +| users | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. | --- @@ -1751,7 +1751,7 @@ apps: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. --- @@ -1763,7 +1763,7 @@ teams: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. --- @@ -1775,7 +1775,7 @@ users: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. --- @@ -1799,8 +1799,8 @@ branchProtectionV3.BranchProtectionV3RequiredStatusChecks( | **Name** | **Type** | **Description** | | --- | --- | --- | | checks | typing.List[str] | The list of status checks to require in order to merge into this branch. | -| contexts | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. | -| include_admins | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | +| contexts | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. | +| include_admins | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | | strict | typing.Union[bool, cdktf.IResolvable] | Require branches to be up to date before merging. | --- @@ -1817,7 +1817,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. Checks should be strings containing the 'context' and 'app_id' like so 'context:app_id' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} --- @@ -1829,7 +1829,7 @@ contexts: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. --- @@ -1841,7 +1841,7 @@ include_admins: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -1855,7 +1855,7 @@ strict: typing.Union[bool, IResolvable] Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} --- @@ -1893,7 +1893,7 @@ apps: typing.List[str] The list of app slugs with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} --- @@ -1909,7 +1909,7 @@ The list of team slugs with push access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} --- @@ -1923,7 +1923,7 @@ users: typing.List[str] The list of user logins with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} --- @@ -2541,7 +2541,7 @@ def put_bypass_pull_request_allowances( - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. --- @@ -2549,7 +2549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. --- @@ -2557,7 +2557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. --- diff --git a/docs/branchProtectionV3.typescript.md b/docs/branchProtectionV3.typescript.md index 804df21b9..cadc99035 100644 --- a/docs/branchProtectionV3.typescript.md +++ b/docs/branchProtectionV3.typescript.md @@ -4,7 +4,7 @@ ### BranchProtectionV3 -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3 github_branch_protection_v3}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3 github_branch_protection_v3}. #### Initializers @@ -555,7 +555,7 @@ The construct id used in the generated config for the BranchProtectionV3 to impo The id of the existing BranchProtectionV3 that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use --- @@ -983,7 +983,7 @@ const branchProtectionV3Config: branchProtectionV3.BranchProtectionV3Config = { | branch | string | The Git branch to protect. | | repository | string | The GitHub repository name. | | enforceAdmins | boolean \| cdktf.IResolvable | Setting this to 'true' enforces status checks for repository administrators. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. | | requireConversationResolution | boolean \| cdktf.IResolvable | Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. | | requiredPullRequestReviews | BranchProtectionV3RequiredPullRequestReviews | required_pull_request_reviews block. | | requiredStatusChecks | BranchProtectionV3RequiredStatusChecks | required_status_checks block. | @@ -1072,7 +1072,7 @@ public readonly branch: string; The Git branch to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} --- @@ -1086,7 +1086,7 @@ public readonly repository: string; The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} --- @@ -1100,7 +1100,7 @@ public readonly enforceAdmins: boolean | IResolvable; Setting this to 'true' enforces status checks for repository administrators. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} --- @@ -1112,7 +1112,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1129,7 +1129,7 @@ public readonly requireConversationResolution: boolean | IResolvable; Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} --- @@ -1143,7 +1143,7 @@ public readonly requiredPullRequestReviews: BranchProtectionV3RequiredPullReques required_pull_request_reviews block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} --- @@ -1157,7 +1157,7 @@ public readonly requiredStatusChecks: BranchProtectionV3RequiredStatusChecks; required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} --- @@ -1171,7 +1171,7 @@ public readonly requireSignedCommits: boolean | IResolvable; Setting this to 'true' requires all commits to be signed with GPG. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} --- @@ -1185,7 +1185,7 @@ public readonly restrictions: BranchProtectionV3Restrictions; restrictions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} --- @@ -1208,7 +1208,7 @@ const branchProtectionV3RequiredPullRequestReviews: branchProtectionV3.BranchPro | dismissalTeams | string[] | The list of team slugs with dismissal access. | | dismissalUsers | string[] | The list of user logins with dismissal access. | | dismissStaleReviews | boolean \| cdktf.IResolvable | Dismiss approved reviews automatically when a new commit is pushed. | -| includeAdmins | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | +| includeAdmins | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | | requireCodeOwnerReviews | boolean \| cdktf.IResolvable | Require an approved review in pull requests including files with a designated code owner. | | requiredApprovingReviewCount | number | Require 'x' number of approvals to satisfy branch protection requirements. | @@ -1224,7 +1224,7 @@ public readonly bypassPullRequestAllowances: BranchProtectionV3RequiredPullReque bypass_pull_request_allowances block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} --- @@ -1240,7 +1240,7 @@ The list of apps slugs with dismissal access. Always use slug of the app, not its name. Each app already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} --- @@ -1256,7 +1256,7 @@ The list of team slugs with dismissal access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} --- @@ -1270,7 +1270,7 @@ public readonly dismissalUsers: string[]; The list of user logins with dismissal access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} --- @@ -1284,7 +1284,7 @@ public readonly dismissStaleReviews: boolean | IResolvable; Dismiss approved reviews automatically when a new commit is pushed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} --- @@ -1296,7 +1296,7 @@ public readonly includeAdmins: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -1310,7 +1310,7 @@ public readonly requireCodeOwnerReviews: boolean | IResolvable; Require an approved review in pull requests including files with a designated code owner. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} --- @@ -1326,7 +1326,7 @@ Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} --- @@ -1344,9 +1344,9 @@ const branchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances: b | **Name** | **Type** | **Description** | | --- | --- | --- | -| apps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. | -| teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. | -| users | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. | +| apps | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. | +| teams | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. | +| users | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. | --- @@ -1358,7 +1358,7 @@ public readonly apps: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps}. --- @@ -1370,7 +1370,7 @@ public readonly teams: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams}. --- @@ -1382,7 +1382,7 @@ public readonly users: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users}. --- @@ -1401,8 +1401,8 @@ const branchProtectionV3RequiredStatusChecks: branchProtectionV3.BranchProtectio | **Name** | **Type** | **Description** | | --- | --- | --- | | checks | string[] | The list of status checks to require in order to merge into this branch. | -| contexts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. | -| includeAdmins | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | +| contexts | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. | +| includeAdmins | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. | | strict | boolean \| cdktf.IResolvable | Require branches to be up to date before merging. | --- @@ -1419,7 +1419,7 @@ The list of status checks to require in order to merge into this branch. No status checks are required by default. Checks should be strings containing the 'context' and 'app_id' like so 'context:app_id' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} --- @@ -1431,7 +1431,7 @@ public readonly contexts: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts}. --- @@ -1443,7 +1443,7 @@ public readonly includeAdmins: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins}. --- @@ -1457,7 +1457,7 @@ public readonly strict: boolean | IResolvable; Require branches to be up to date before merging. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} --- @@ -1491,7 +1491,7 @@ public readonly apps: string[]; The list of app slugs with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} --- @@ -1507,7 +1507,7 @@ The list of team slugs with push access. Always use slug of the team, not its name. Each team already has to have access to the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} --- @@ -1521,7 +1521,7 @@ public readonly users: string[]; The list of user logins with push access. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} --- diff --git a/docs/codespacesOrganizationSecret.csharp.md b/docs/codespacesOrganizationSecret.csharp.md index d0d571a4e..eca6931fe 100644 --- a/docs/codespacesOrganizationSecret.csharp.md +++ b/docs/codespacesOrganizationSecret.csharp.md @@ -4,7 +4,7 @@ ### CodespacesOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the CodespacesOrganizationSecr The id of the existing CodespacesOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -882,7 +882,7 @@ new CodespacesOrganizationSecretConfig { | SecretName | string | Name of the secret. | | Visibility | string | Configures the access that repositories have to the organization secret. | | EncryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | | PlaintextValue | string | Plaintext value of the secret to be encrypted. | | SelectedRepositoryIds | double[] | An array of repository ids that can access the organization secret. | @@ -968,7 +968,7 @@ public string SecretName { get; set; } Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} --- @@ -984,7 +984,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} --- @@ -998,7 +998,7 @@ public string EncryptedValue { get; set; } Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} --- @@ -1010,7 +1010,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1027,7 +1027,7 @@ public string PlaintextValue { get; set; } Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} --- @@ -1041,7 +1041,7 @@ public double[] SelectedRepositoryIds { get; set; } An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} --- diff --git a/docs/codespacesOrganizationSecret.go.md b/docs/codespacesOrganizationSecret.go.md index da3aac400..9bf1d8c59 100644 --- a/docs/codespacesOrganizationSecret.go.md +++ b/docs/codespacesOrganizationSecret.go.md @@ -4,12 +4,12 @@ ### CodespacesOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecret" codespacesorganizationsecret.NewCodespacesOrganizationSecret(scope Construct, id *string, config CodespacesOrganizationSecretConfig) CodespacesOrganizationSecret ``` @@ -406,7 +406,7 @@ func ResetSelectedRepositoryIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecret" codespacesorganizationsecret.CodespacesOrganizationSecret_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecret" codespacesorganizationsecret.CodespacesOrganizationSecret_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ codespacesorganizationsecret.CodespacesOrganizationSecret_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecret" codespacesorganizationsecret.CodespacesOrganizationSecret_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ codespacesorganizationsecret.CodespacesOrganizationSecret_IsTerraformResource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecret" codespacesorganizationsecret.CodespacesOrganizationSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -495,7 +495,7 @@ The construct id used in the generated config for the CodespacesOrganizationSecr The id of the existing CodespacesOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -849,7 +849,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecret" &codespacesorganizationsecret.CodespacesOrganizationSecretConfig { Connection: interface{}, @@ -882,7 +882,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizat | SecretName | *string | Name of the secret. | | Visibility | *string | Configures the access that repositories have to the organization secret. | | EncryptedValue | *string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | | PlaintextValue | *string | Plaintext value of the secret to be encrypted. | | SelectedRepositoryIds | *[]*f64 | An array of repository ids that can access the organization secret. | @@ -968,7 +968,7 @@ SecretName *string Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} --- @@ -984,7 +984,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} --- @@ -998,7 +998,7 @@ EncryptedValue *string Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} --- @@ -1010,7 +1010,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1027,7 +1027,7 @@ PlaintextValue *string Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} --- @@ -1041,7 +1041,7 @@ SelectedRepositoryIds *[]*f64 An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} --- diff --git a/docs/codespacesOrganizationSecret.java.md b/docs/codespacesOrganizationSecret.java.md index a3edd39f4..4fe449942 100644 --- a/docs/codespacesOrganizationSecret.java.md +++ b/docs/codespacesOrganizationSecret.java.md @@ -4,7 +4,7 @@ ### CodespacesOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret}. #### Initializers @@ -46,7 +46,7 @@ CodespacesOrganizationSecret.Builder.create(Construct scope, java.lang.String id | secretName | java.lang.String | Name of the secret. | | visibility | java.lang.String | Configures the access that repositories have to the organization secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} --- @@ -130,7 +130,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} --- @@ -626,7 +626,7 @@ The construct id used in the generated config for the CodespacesOrganizationSecr The id of the existing CodespacesOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -1017,7 +1017,7 @@ CodespacesOrganizationSecretConfig.builder() | secretName | java.lang.String | Name of the secret. | | visibility | java.lang.String | Configures the access that repositories have to the organization secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | @@ -1103,7 +1103,7 @@ public java.lang.String getSecretName(); Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} --- @@ -1119,7 +1119,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} --- @@ -1133,7 +1133,7 @@ public java.lang.String getEncryptedValue(); Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} --- @@ -1145,7 +1145,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ public java.lang.String getPlaintextValue(); Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} --- @@ -1176,7 +1176,7 @@ public java.util.List getSelectedRepositoryIds(); An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} --- diff --git a/docs/codespacesOrganizationSecret.python.md b/docs/codespacesOrganizationSecret.python.md index c9ec507d0..d52e39612 100644 --- a/docs/codespacesOrganizationSecret.python.md +++ b/docs/codespacesOrganizationSecret.python.md @@ -4,7 +4,7 @@ ### CodespacesOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret}. #### Initializers @@ -44,7 +44,7 @@ codespacesOrganizationSecret.CodespacesOrganizationSecret( | secret_name | str | Name of the secret. | | visibility | str | Configures the access that repositories have to the organization secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} --- @@ -128,7 +128,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} --- @@ -670,7 +670,7 @@ The construct id used in the generated config for the CodespacesOrganizationSecr The id of the existing CodespacesOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -1057,7 +1057,7 @@ codespacesOrganizationSecret.CodespacesOrganizationSecretConfig( | secret_name | str | Name of the secret. | | visibility | str | Configures the access that repositories have to the organization secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | @@ -1143,7 +1143,7 @@ secret_name: str Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} --- @@ -1159,7 +1159,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} --- @@ -1173,7 +1173,7 @@ encrypted_value: str Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} --- @@ -1185,7 +1185,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1202,7 +1202,7 @@ plaintext_value: str Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} --- @@ -1216,7 +1216,7 @@ selected_repository_ids: typing.List[typing.Union[int, float]] An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} --- diff --git a/docs/codespacesOrganizationSecret.typescript.md b/docs/codespacesOrganizationSecret.typescript.md index 3282d7645..9028d90f1 100644 --- a/docs/codespacesOrganizationSecret.typescript.md +++ b/docs/codespacesOrganizationSecret.typescript.md @@ -4,7 +4,7 @@ ### CodespacesOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the CodespacesOrganizationSecr The id of the existing CodespacesOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -868,7 +868,7 @@ const codespacesOrganizationSecretConfig: codespacesOrganizationSecret.Codespace | secretName | string | Name of the secret. | | visibility | string | Configures the access that repositories have to the organization secret. | | encryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. | | plaintextValue | string | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | number[] | An array of repository ids that can access the organization secret. | @@ -954,7 +954,7 @@ public readonly secretName: string; Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} --- @@ -970,7 +970,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} --- @@ -984,7 +984,7 @@ public readonly encryptedValue: string; Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} --- @@ -996,7 +996,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1013,7 +1013,7 @@ public readonly plaintextValue: string; Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} --- @@ -1027,7 +1027,7 @@ public readonly selectedRepositoryIds: number[]; An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} --- diff --git a/docs/codespacesOrganizationSecretRepositories.csharp.md b/docs/codespacesOrganizationSecretRepositories.csharp.md index 044c186b7..6ab036223 100644 --- a/docs/codespacesOrganizationSecretRepositories.csharp.md +++ b/docs/codespacesOrganizationSecretRepositories.csharp.md @@ -4,7 +4,7 @@ ### CodespacesOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CodespacesOrganizationSecr The id of the existing CodespacesOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new CodespacesOrganizationSecretRepositoriesConfig { | Provisioners | object[] | *No description.* | | SecretName | string | Name of the existing secret. | | SelectedRepositoryIds | double[] | An array of repository ids that can access the organization secret. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | --- @@ -853,7 +853,7 @@ public string SecretName { get; set; } Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} --- @@ -867,7 +867,7 @@ public double[] SelectedRepositoryIds { get; set; } An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/codespacesOrganizationSecretRepositories.go.md b/docs/codespacesOrganizationSecretRepositories.go.md index 01fc61d90..d639dd7c3 100644 --- a/docs/codespacesOrganizationSecretRepositories.go.md +++ b/docs/codespacesOrganizationSecretRepositories.go.md @@ -4,12 +4,12 @@ ### CodespacesOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecretrepositories" codespacesorganizationsecretrepositories.NewCodespacesOrganizationSecretRepositories(scope Construct, id *string, config CodespacesOrganizationSecretRepositoriesConfig) CodespacesOrganizationSecretRepositories ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecretrepositories" codespacesorganizationsecretrepositories.CodespacesOrganizationSecretRepositories_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecretrepositories" codespacesorganizationsecretrepositories.CodespacesOrganizationSecretRepositories_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ codespacesorganizationsecretrepositories.CodespacesOrganizationSecretRepositorie ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecretrepositories" codespacesorganizationsecretrepositories.CodespacesOrganizationSecretRepositories_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ codespacesorganizationsecretrepositories.CodespacesOrganizationSecretRepositorie ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecretrepositories" codespacesorganizationsecretrepositories.CodespacesOrganizationSecretRepositories_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the CodespacesOrganizationSecr The id of the existing CodespacesOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesorganizationsecretrepositories" &codespacesorganizationsecretrepositories.CodespacesOrganizationSecretRepositoriesConfig { Connection: interface{}, @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesorganizat | Provisioners | *[]interface{} | *No description.* | | SecretName | *string | Name of the existing secret. | | SelectedRepositoryIds | *[]*f64 | An array of repository ids that can access the organization secret. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | --- @@ -853,7 +853,7 @@ SecretName *string Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} --- @@ -867,7 +867,7 @@ SelectedRepositoryIds *[]*f64 An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/codespacesOrganizationSecretRepositories.java.md b/docs/codespacesOrganizationSecretRepositories.java.md index 06e238b11..b9eedb6ea 100644 --- a/docs/codespacesOrganizationSecretRepositories.java.md +++ b/docs/codespacesOrganizationSecretRepositories.java.md @@ -4,7 +4,7 @@ ### CodespacesOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories}. #### Initializers @@ -42,7 +42,7 @@ CodespacesOrganizationSecretRepositories.Builder.create(Construct scope, java.la | provisioners | java.util.List | *No description.* | | secretName | java.lang.String | Name of the existing secret. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 CodespacesOrganizationSecr The id of the existing CodespacesOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ CodespacesOrganizationSecretRepositoriesConfig.builder() | provisioners | java.util.List | *No description.* | | secretName | java.lang.String | Name of the existing secret. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getSecretName(); Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} --- @@ -964,7 +964,7 @@ public java.util.List getSelectedRepositoryIds(); An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/codespacesOrganizationSecretRepositories.python.md b/docs/codespacesOrganizationSecretRepositories.python.md index 7b13d768d..d87a529bf 100644 --- a/docs/codespacesOrganizationSecretRepositories.python.md +++ b/docs/codespacesOrganizationSecretRepositories.python.md @@ -4,7 +4,7 @@ ### CodespacesOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories}. #### Initializers @@ -40,7 +40,7 @@ codespacesOrganizationSecretRepositories.CodespacesOrganizationSecretRepositorie | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | secret_name | str | Name of the existing secret. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 CodespacesOrganizationSecr The id of the existing CodespacesOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ codespacesOrganizationSecretRepositories.CodespacesOrganizationSecretRepositorie | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | secret_name | str | Name of the existing secret. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | --- @@ -990,7 +990,7 @@ secret_name: str Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} --- @@ -1004,7 +1004,7 @@ selected_repository_ids: typing.List[typing.Union[int, float]] An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/codespacesOrganizationSecretRepositories.typescript.md b/docs/codespacesOrganizationSecretRepositories.typescript.md index 2eb4d5256..209007795 100644 --- a/docs/codespacesOrganizationSecretRepositories.typescript.md +++ b/docs/codespacesOrganizationSecretRepositories.typescript.md @@ -4,7 +4,7 @@ ### CodespacesOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the CodespacesOrganizationSecr The id of the existing CodespacesOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const codespacesOrganizationSecretRepositoriesConfig: codespacesOrganizationSecr | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | secretName | string | Name of the existing secret. | | selectedRepositoryIds | number[] | An array of repository ids that can access the organization secret. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. | --- @@ -842,7 +842,7 @@ public readonly secretName: string; Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} --- @@ -856,7 +856,7 @@ public readonly selectedRepositoryIds: number[]; An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/codespacesSecret.csharp.md b/docs/codespacesSecret.csharp.md index d8773f23d..5e4761ffc 100644 --- a/docs/codespacesSecret.csharp.md +++ b/docs/codespacesSecret.csharp.md @@ -4,7 +4,7 @@ ### CodespacesSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret github_codespaces_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret github_codespaces_secret}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CodespacesSecret to import The id of the existing CodespacesSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ new CodespacesSecretConfig { | Repository | string | Name of the repository. | | SecretName | string | Name of the secret. | | EncryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | | PlaintextValue | string | Plaintext value of the secret to be encrypted. | --- @@ -937,7 +937,7 @@ public string Repository { get; set; } Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} --- @@ -951,7 +951,7 @@ public string SecretName { get; set; } Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} --- @@ -965,7 +965,7 @@ public string EncryptedValue { get; set; } Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} --- @@ -977,7 +977,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 string PlaintextValue { get; set; } Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} --- diff --git a/docs/codespacesSecret.go.md b/docs/codespacesSecret.go.md index bd1a4704f..324646a41 100644 --- a/docs/codespacesSecret.go.md +++ b/docs/codespacesSecret.go.md @@ -4,12 +4,12 @@ ### CodespacesSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret github_codespaces_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret github_codespaces_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacessecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacessecret" codespacessecret.NewCodespacesSecret(scope Construct, id *string, config CodespacesSecretConfig) CodespacesSecret ``` @@ -399,7 +399,7 @@ func ResetPlaintextValue() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacessecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacessecret" codespacessecret.CodespacesSecret_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacessecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacessecret" codespacessecret.CodespacesSecret_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ codespacessecret.CodespacesSecret_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacessecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacessecret" codespacessecret.CodespacesSecret_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ codespacessecret.CodespacesSecret_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacessecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacessecret" codespacessecret.CodespacesSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -488,7 +488,7 @@ The construct id used in the generated config for the CodespacesSecret to import The id of the existing CodespacesSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use --- @@ -820,7 +820,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacessecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacessecret" &codespacessecret.CodespacesSecretConfig { Connection: interface{}, @@ -852,7 +852,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacessecret" | Repository | *string | Name of the repository. | | SecretName | *string | Name of the secret. | | EncryptedValue | *string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | | PlaintextValue | *string | Plaintext value of the secret to be encrypted. | --- @@ -937,7 +937,7 @@ Repository *string Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} --- @@ -951,7 +951,7 @@ SecretName *string Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} --- @@ -965,7 +965,7 @@ EncryptedValue *string Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} --- @@ -977,7 +977,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ PlaintextValue *string Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} --- diff --git a/docs/codespacesSecret.java.md b/docs/codespacesSecret.java.md index 441411e9b..3c06ea972 100644 --- a/docs/codespacesSecret.java.md +++ b/docs/codespacesSecret.java.md @@ -4,7 +4,7 @@ ### CodespacesSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret github_codespaces_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret github_codespaces_secret}. #### Initializers @@ -45,7 +45,7 @@ CodespacesSecret.Builder.create(Construct scope, java.lang.String id) | repository | java.lang.String | Name of the repository. | | secretName | java.lang.String | Name of the secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} --- @@ -605,7 +605,7 @@ The construct id used in the generated config for the CodespacesSecret to import The id of the existing CodespacesSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use --- @@ -973,7 +973,7 @@ CodespacesSecretConfig.builder() | repository | java.lang.String | Name of the repository. | | secretName | java.lang.String | Name of the secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | --- @@ -1058,7 +1058,7 @@ public java.lang.String getRepository(); Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} --- @@ -1072,7 +1072,7 @@ public java.lang.String getSecretName(); Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} --- @@ -1086,7 +1086,7 @@ public java.lang.String getEncryptedValue(); Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} --- @@ -1098,7 +1098,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1115,7 +1115,7 @@ public java.lang.String getPlaintextValue(); Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} --- diff --git a/docs/codespacesSecret.python.md b/docs/codespacesSecret.python.md index d8b2de6e1..77ec5e603 100644 --- a/docs/codespacesSecret.python.md +++ b/docs/codespacesSecret.python.md @@ -4,7 +4,7 @@ ### CodespacesSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret github_codespaces_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret github_codespaces_secret}. #### Initializers @@ -43,7 +43,7 @@ codespacesSecret.CodespacesSecret( | repository | str | Name of the repository. | | secret_name | str | Name of the secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the CodespacesSecret to import The id of the existing CodespacesSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use --- @@ -1013,7 +1013,7 @@ codespacesSecret.CodespacesSecretConfig( | repository | str | Name of the repository. | | secret_name | str | Name of the secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | --- @@ -1098,7 +1098,7 @@ repository: str Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} --- @@ -1112,7 +1112,7 @@ secret_name: str Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} --- @@ -1126,7 +1126,7 @@ encrypted_value: str Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} --- @@ -1138,7 +1138,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ plaintext_value: str Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} --- diff --git a/docs/codespacesSecret.typescript.md b/docs/codespacesSecret.typescript.md index 59c561e92..e250460d9 100644 --- a/docs/codespacesSecret.typescript.md +++ b/docs/codespacesSecret.typescript.md @@ -4,7 +4,7 @@ ### CodespacesSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret github_codespaces_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret github_codespaces_secret}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CodespacesSecret to import The id of the existing CodespacesSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,7 @@ const codespacesSecretConfig: codespacesSecret.CodespacesSecretConfig = { ... } | repository | string | Name of the repository. | | secretName | string | Name of the secret. | | encryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. | | plaintextValue | string | Plaintext value of the secret to be encrypted. | --- @@ -924,7 +924,7 @@ public readonly repository: string; Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} --- @@ -938,7 +938,7 @@ public readonly secretName: string; Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} --- @@ -952,7 +952,7 @@ public readonly encryptedValue: string; Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} --- @@ -964,7 +964,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -981,7 +981,7 @@ public readonly plaintextValue: string; Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} --- diff --git a/docs/codespacesUserSecret.csharp.md b/docs/codespacesUserSecret.csharp.md index 82bf91727..1e20c18dd 100644 --- a/docs/codespacesUserSecret.csharp.md +++ b/docs/codespacesUserSecret.csharp.md @@ -4,7 +4,7 @@ ### CodespacesUserSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret github_codespaces_user_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret github_codespaces_user_secret}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the CodespacesUserSecret to im The id of the existing CodespacesUserSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use --- @@ -858,7 +858,7 @@ new CodespacesUserSecretConfig { | Provisioners | object[] | *No description.* | | SecretName | string | Name of the secret. | | EncryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | | PlaintextValue | string | Plaintext value of the secret to be encrypted. | | SelectedRepositoryIds | double[] | An array of repository ids that can access the user secret. | @@ -944,7 +944,7 @@ public string SecretName { get; set; } Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} --- @@ -958,7 +958,7 @@ public string EncryptedValue { get; set; } Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} --- @@ -970,7 +970,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 PlaintextValue { get; set; } Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} --- @@ -1001,7 +1001,7 @@ public double[] SelectedRepositoryIds { get; set; } An array of repository ids that can access the user secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} --- diff --git a/docs/codespacesUserSecret.go.md b/docs/codespacesUserSecret.go.md index 7474a4338..3050349f6 100644 --- a/docs/codespacesUserSecret.go.md +++ b/docs/codespacesUserSecret.go.md @@ -4,12 +4,12 @@ ### CodespacesUserSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret github_codespaces_user_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret github_codespaces_user_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesusersecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesusersecret" codespacesusersecret.NewCodespacesUserSecret(scope Construct, id *string, config CodespacesUserSecretConfig) CodespacesUserSecret ``` @@ -406,7 +406,7 @@ func ResetSelectedRepositoryIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesusersecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesusersecret" codespacesusersecret.CodespacesUserSecret_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesusersecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesusersecret" codespacesusersecret.CodespacesUserSecret_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ codespacesusersecret.CodespacesUserSecret_IsTerraformElement(x interface{}) *boo ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesusersecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesusersecret" codespacesusersecret.CodespacesUserSecret_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ codespacesusersecret.CodespacesUserSecret_IsTerraformResource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesusersecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesusersecret" codespacesusersecret.CodespacesUserSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -495,7 +495,7 @@ The construct id used in the generated config for the CodespacesUserSecret to im The id of the existing CodespacesUserSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use --- @@ -827,7 +827,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesusersecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/codespacesusersecret" &codespacesusersecret.CodespacesUserSecretConfig { Connection: interface{}, @@ -858,7 +858,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/codespacesusersecre | Provisioners | *[]interface{} | *No description.* | | SecretName | *string | Name of the secret. | | EncryptedValue | *string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | | PlaintextValue | *string | Plaintext value of the secret to be encrypted. | | SelectedRepositoryIds | *[]*f64 | An array of repository ids that can access the user secret. | @@ -944,7 +944,7 @@ SecretName *string Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} --- @@ -958,7 +958,7 @@ EncryptedValue *string Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} --- @@ -970,7 +970,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ PlaintextValue *string Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} --- @@ -1001,7 +1001,7 @@ SelectedRepositoryIds *[]*f64 An array of repository ids that can access the user secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} --- diff --git a/docs/codespacesUserSecret.java.md b/docs/codespacesUserSecret.java.md index e38211157..495da3315 100644 --- a/docs/codespacesUserSecret.java.md +++ b/docs/codespacesUserSecret.java.md @@ -4,7 +4,7 @@ ### CodespacesUserSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret github_codespaces_user_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret github_codespaces_user_secret}. #### Initializers @@ -44,7 +44,7 @@ CodespacesUserSecret.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | secretName | java.lang.String | Name of the secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the user secret. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the user secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} --- @@ -612,7 +612,7 @@ The construct id used in the generated config for the CodespacesUserSecret to im The id of the existing CodespacesUserSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use --- @@ -979,7 +979,7 @@ CodespacesUserSecretConfig.builder() | provisioners | java.util.List | *No description.* | | secretName | java.lang.String | Name of the secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the user secret. | @@ -1065,7 +1065,7 @@ public java.lang.String getSecretName(); Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} --- @@ -1079,7 +1079,7 @@ public java.lang.String getEncryptedValue(); Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} --- @@ -1091,7 +1091,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 getPlaintextValue(); Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} --- @@ -1122,7 +1122,7 @@ public java.util.List getSelectedRepositoryIds(); An array of repository ids that can access the user secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} --- diff --git a/docs/codespacesUserSecret.python.md b/docs/codespacesUserSecret.python.md index 286fb6c5a..808e1d2e6 100644 --- a/docs/codespacesUserSecret.python.md +++ b/docs/codespacesUserSecret.python.md @@ -4,7 +4,7 @@ ### CodespacesUserSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret github_codespaces_user_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret github_codespaces_user_secret}. #### Initializers @@ -42,7 +42,7 @@ codespacesUserSecret.CodespacesUserSecret( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | secret_name | str | Name of the secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the user secret. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the user secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} --- @@ -656,7 +656,7 @@ The construct id used in the generated config for the CodespacesUserSecret to im The id of the existing CodespacesUserSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use --- @@ -1019,7 +1019,7 @@ codespacesUserSecret.CodespacesUserSecretConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | secret_name | str | Name of the secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the user secret. | @@ -1105,7 +1105,7 @@ secret_name: str Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} --- @@ -1119,7 +1119,7 @@ encrypted_value: str Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} --- @@ -1131,7 +1131,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ plaintext_value: str Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} --- @@ -1162,7 +1162,7 @@ selected_repository_ids: typing.List[typing.Union[int, float]] An array of repository ids that can access the user secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} --- diff --git a/docs/codespacesUserSecret.typescript.md b/docs/codespacesUserSecret.typescript.md index dde3e8363..d07c8e12d 100644 --- a/docs/codespacesUserSecret.typescript.md +++ b/docs/codespacesUserSecret.typescript.md @@ -4,7 +4,7 @@ ### CodespacesUserSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret github_codespaces_user_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret github_codespaces_user_secret}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the CodespacesUserSecret to im The id of the existing CodespacesUserSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use --- @@ -845,7 +845,7 @@ const codespacesUserSecretConfig: codespacesUserSecret.CodespacesUserSecretConfi | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | secretName | string | Name of the secret. | | encryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. | | plaintextValue | string | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | number[] | An array of repository ids that can access the user secret. | @@ -931,7 +931,7 @@ public readonly secretName: string; Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} --- @@ -945,7 +945,7 @@ public readonly encryptedValue: string; Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} --- @@ -957,7 +957,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 plaintextValue: string; Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} --- @@ -988,7 +988,7 @@ public readonly selectedRepositoryIds: number[]; An array of repository ids that can access the user secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} --- diff --git a/docs/dataGithubActionsEnvironmentSecrets.csharp.md b/docs/dataGithubActionsEnvironmentSecrets.csharp.md index 7580b9adc..43a5f1714 100644 --- a/docs/dataGithubActionsEnvironmentSecrets.csharp.md +++ b/docs/dataGithubActionsEnvironmentSecrets.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsEnvironmentSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsEnvironme The id of the existing DataGithubActionsEnvironmentSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use --- @@ -691,10 +691,10 @@ new DataGithubActionsEnvironmentSecretsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Environment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | -| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | +| Environment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | +| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | --- @@ -776,7 +776,7 @@ public string Environment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. --- @@ -788,7 +788,7 @@ public string FullName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. --- @@ -800,7 +800,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -815,7 +815,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. --- diff --git a/docs/dataGithubActionsEnvironmentSecrets.go.md b/docs/dataGithubActionsEnvironmentSecrets.go.md index c78468996..7aa5753de 100644 --- a/docs/dataGithubActionsEnvironmentSecrets.go.md +++ b/docs/dataGithubActionsEnvironmentSecrets.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsEnvironmentSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentsecrets" datagithubactionsenvironmentsecrets.NewDataGithubActionsEnvironmentSecrets(scope Construct, id *string, config DataGithubActionsEnvironmentSecretsConfig) DataGithubActionsEnvironmentSecrets ``` @@ -297,7 +297,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentsecrets" datagithubactionsenvironmentsecrets.DataGithubActionsEnvironmentSecrets_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentsecrets" datagithubactionsenvironmentsecrets.DataGithubActionsEnvironmentSecrets_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionsenvironmentsecrets.DataGithubActionsEnvironmentSecrets_IsTerraf ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentsecrets" datagithubactionsenvironmentsecrets.DataGithubActionsEnvironmentSecrets_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datagithubactionsenvironmentsecrets.DataGithubActionsEnvironmentSecrets_IsTerraf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentsecrets" datagithubactionsenvironmentsecrets.DataGithubActionsEnvironmentSecrets_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsEnvironme The id of the existing DataGithubActionsEnvironmentSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use --- @@ -663,7 +663,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentsecrets" &datagithubactionsenvironmentsecrets.DataGithubActionsEnvironmentSecretsConfig { Connection: interface{}, @@ -691,10 +691,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsen | 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.* | -| Environment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | -| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | +| Environment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | +| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | --- @@ -776,7 +776,7 @@ Environment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. --- @@ -788,7 +788,7 @@ FullName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. --- @@ -800,7 +800,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -815,7 +815,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. --- @@ -824,7 +824,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentsecrets" &datagithubactionsenvironmentsecrets.DataGithubActionsEnvironmentSecretsSecrets { @@ -839,7 +839,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsen #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentsecrets" datagithubactionsenvironmentsecrets.NewDataGithubActionsEnvironmentSecretsSecretsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubActionsEnvironmentSecretsSecretsList ``` @@ -988,7 +988,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentsecrets" datagithubactionsenvironmentsecrets.NewDataGithubActionsEnvironmentSecretsSecretsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubActionsEnvironmentSecretsSecretsOutputReference ``` diff --git a/docs/dataGithubActionsEnvironmentSecrets.java.md b/docs/dataGithubActionsEnvironmentSecrets.java.md index df253f71f..556e52bda 100644 --- a/docs/dataGithubActionsEnvironmentSecrets.java.md +++ b/docs/dataGithubActionsEnvironmentSecrets.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsEnvironmentSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets}. #### Initializers @@ -41,10 +41,10 @@ DataGithubActionsEnvironmentSecrets.Builder.create(Construct scope, java.lang.St | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| environment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | +| environment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. --- @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubActionsEnvironme The id of the existing DataGithubActionsEnvironmentSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use --- @@ -792,10 +792,10 @@ DataGithubActionsEnvironmentSecretsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| environment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | +| environment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | --- @@ -877,7 +877,7 @@ public java.lang.String getEnvironment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. --- @@ -889,7 +889,7 @@ public java.lang.String getFullName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. --- @@ -901,7 +901,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -916,7 +916,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. --- diff --git a/docs/dataGithubActionsEnvironmentSecrets.python.md b/docs/dataGithubActionsEnvironmentSecrets.python.md index d9a4ba8e3..61986c4cb 100644 --- a/docs/dataGithubActionsEnvironmentSecrets.python.md +++ b/docs/dataGithubActionsEnvironmentSecrets.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsEnvironmentSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets}. #### Initializers @@ -39,10 +39,10 @@ dataGithubActionsEnvironmentSecrets.DataGithubActionsEnvironmentSecrets( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| environment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | +| environment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. --- @@ -517,7 +517,7 @@ The construct id used in the generated config for the DataGithubActionsEnvironme The id of the existing DataGithubActionsEnvironmentSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use --- @@ -822,10 +822,10 @@ dataGithubActionsEnvironmentSecrets.DataGithubActionsEnvironmentSecretsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| environment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | +| environment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | --- @@ -907,7 +907,7 @@ environment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. --- @@ -919,7 +919,7 @@ full_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. --- @@ -931,7 +931,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -946,7 +946,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. --- diff --git a/docs/dataGithubActionsEnvironmentSecrets.typescript.md b/docs/dataGithubActionsEnvironmentSecrets.typescript.md index 7c2ffb225..89ddd01f2 100644 --- a/docs/dataGithubActionsEnvironmentSecrets.typescript.md +++ b/docs/dataGithubActionsEnvironmentSecrets.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsEnvironmentSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsEnvironme The id of the existing DataGithubActionsEnvironmentSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use --- @@ -679,10 +679,10 @@ const dataGithubActionsEnvironmentSecretsConfig: dataGithubActionsEnvironmentSec | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| environment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | -| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | +| environment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. | +| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. | --- @@ -764,7 +764,7 @@ public readonly environment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment}. --- @@ -776,7 +776,7 @@ public readonly fullName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name}. --- @@ -788,7 +788,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -803,7 +803,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name}. --- diff --git a/docs/dataGithubActionsEnvironmentVariables.csharp.md b/docs/dataGithubActionsEnvironmentVariables.csharp.md index cd2c613a9..c3f7dade2 100644 --- a/docs/dataGithubActionsEnvironmentVariables.csharp.md +++ b/docs/dataGithubActionsEnvironmentVariables.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsEnvironmentVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables github_actions_environment_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables github_actions_environment_variables}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsEnvironme The id of the existing DataGithubActionsEnvironmentVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use --- @@ -691,10 +691,10 @@ new DataGithubActionsEnvironmentVariablesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Environment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | -| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | +| Environment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | +| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | --- @@ -776,7 +776,7 @@ public string Environment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. --- @@ -788,7 +788,7 @@ public string FullName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. --- @@ -800,7 +800,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -815,7 +815,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. --- diff --git a/docs/dataGithubActionsEnvironmentVariables.go.md b/docs/dataGithubActionsEnvironmentVariables.go.md index c108678a4..c8711eced 100644 --- a/docs/dataGithubActionsEnvironmentVariables.go.md +++ b/docs/dataGithubActionsEnvironmentVariables.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsEnvironmentVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables github_actions_environment_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables github_actions_environment_variables}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentvariables" datagithubactionsenvironmentvariables.NewDataGithubActionsEnvironmentVariables(scope Construct, id *string, config DataGithubActionsEnvironmentVariablesConfig) DataGithubActionsEnvironmentVariables ``` @@ -297,7 +297,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentvariables" datagithubactionsenvironmentvariables.DataGithubActionsEnvironmentVariables_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentvariables" datagithubactionsenvironmentvariables.DataGithubActionsEnvironmentVariables_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionsenvironmentvariables.DataGithubActionsEnvironmentVariables_IsTe ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentvariables" datagithubactionsenvironmentvariables.DataGithubActionsEnvironmentVariables_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datagithubactionsenvironmentvariables.DataGithubActionsEnvironmentVariables_IsTe ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentvariables" datagithubactionsenvironmentvariables.DataGithubActionsEnvironmentVariables_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsEnvironme The id of the existing DataGithubActionsEnvironmentVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use --- @@ -663,7 +663,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentvariables" &datagithubactionsenvironmentvariables.DataGithubActionsEnvironmentVariablesConfig { Connection: interface{}, @@ -691,10 +691,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsen | 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.* | -| Environment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | -| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | +| Environment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | +| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | --- @@ -776,7 +776,7 @@ Environment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. --- @@ -788,7 +788,7 @@ FullName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. --- @@ -800,7 +800,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -815,7 +815,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. --- @@ -824,7 +824,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentvariables" &datagithubactionsenvironmentvariables.DataGithubActionsEnvironmentVariablesVariables { @@ -839,7 +839,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsen #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentvariables" datagithubactionsenvironmentvariables.NewDataGithubActionsEnvironmentVariablesVariablesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubActionsEnvironmentVariablesVariablesList ``` @@ -988,7 +988,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsenvironmentvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsenvironmentvariables" datagithubactionsenvironmentvariables.NewDataGithubActionsEnvironmentVariablesVariablesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubActionsEnvironmentVariablesVariablesOutputReference ``` diff --git a/docs/dataGithubActionsEnvironmentVariables.java.md b/docs/dataGithubActionsEnvironmentVariables.java.md index 9feb3fbb1..7ecc5b6ae 100644 --- a/docs/dataGithubActionsEnvironmentVariables.java.md +++ b/docs/dataGithubActionsEnvironmentVariables.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsEnvironmentVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables github_actions_environment_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables github_actions_environment_variables}. #### Initializers @@ -41,10 +41,10 @@ DataGithubActionsEnvironmentVariables.Builder.create(Construct scope, java.lang. | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| environment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | +| environment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. --- @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubActionsEnvironme The id of the existing DataGithubActionsEnvironmentVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use --- @@ -792,10 +792,10 @@ DataGithubActionsEnvironmentVariablesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| environment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | +| environment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | --- @@ -877,7 +877,7 @@ public java.lang.String getEnvironment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. --- @@ -889,7 +889,7 @@ public java.lang.String getFullName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. --- @@ -901,7 +901,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -916,7 +916,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. --- diff --git a/docs/dataGithubActionsEnvironmentVariables.python.md b/docs/dataGithubActionsEnvironmentVariables.python.md index 026ae17ba..ba48138fb 100644 --- a/docs/dataGithubActionsEnvironmentVariables.python.md +++ b/docs/dataGithubActionsEnvironmentVariables.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsEnvironmentVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables github_actions_environment_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables github_actions_environment_variables}. #### Initializers @@ -39,10 +39,10 @@ dataGithubActionsEnvironmentVariables.DataGithubActionsEnvironmentVariables( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| environment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | +| environment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. --- @@ -517,7 +517,7 @@ The construct id used in the generated config for the DataGithubActionsEnvironme The id of the existing DataGithubActionsEnvironmentVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use --- @@ -822,10 +822,10 @@ dataGithubActionsEnvironmentVariables.DataGithubActionsEnvironmentVariablesConfi | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| environment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | +| environment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | --- @@ -907,7 +907,7 @@ environment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. --- @@ -919,7 +919,7 @@ full_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. --- @@ -931,7 +931,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -946,7 +946,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. --- diff --git a/docs/dataGithubActionsEnvironmentVariables.typescript.md b/docs/dataGithubActionsEnvironmentVariables.typescript.md index c63102135..b9d4f62b4 100644 --- a/docs/dataGithubActionsEnvironmentVariables.typescript.md +++ b/docs/dataGithubActionsEnvironmentVariables.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsEnvironmentVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables github_actions_environment_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables github_actions_environment_variables}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsEnvironme The id of the existing DataGithubActionsEnvironmentVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use --- @@ -679,10 +679,10 @@ const dataGithubActionsEnvironmentVariablesConfig: dataGithubActionsEnvironmentV | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| environment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | -| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | +| environment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. | +| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. | --- @@ -764,7 +764,7 @@ public readonly environment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment}. --- @@ -776,7 +776,7 @@ public readonly fullName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name}. --- @@ -788,7 +788,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -803,7 +803,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name}. --- diff --git a/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.csharp.md b/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.csharp.md index 2e20d55c3..5843ac0fb 100644 --- a/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.csharp.md +++ b/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig { | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.go.md b/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.go.md index 369718795..57653fe0c 100644 --- a/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.go.md +++ b/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate.NewDataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate(scope Construct, id *string, config DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig) DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate.DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate.DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate.DataGithubAct ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate.DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate.DataGithubAct ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate.DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate" &datagithubactionsorganizationoidcsubjectclaimcustomizationtemplate.DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsor | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.java.md b/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.java.md index 9dcc4376f..c6d0fdc13 100644 --- a/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.java.md +++ b/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. #### Initializers @@ -38,7 +38,7 @@ DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.Builder.creat | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#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/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig.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/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.python.md b/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.python.md index d2d3d5fb8..65990c9ba 100644 --- a/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.python.md +++ b/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. #### Initializers @@ -36,7 +36,7 @@ dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.DataGithubAct | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#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/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.DataGithubAct | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.typescript.md b/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.typescript.md index 35a5d4019..c98599871 100644 --- a/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.typescript.md +++ b/docs/dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig: | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationPublicKey.csharp.md b/docs/dataGithubActionsOrganizationPublicKey.csharp.md index eaea5a9b8..b1019d39c 100644 --- a/docs/dataGithubActionsOrganizationPublicKey.csharp.md +++ b/docs/dataGithubActionsOrganizationPublicKey.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +619,7 @@ new DataGithubActionsOrganizationPublicKeyConfig { | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | --- @@ -701,7 +701,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationPublicKey.go.md b/docs/dataGithubActionsOrganizationPublicKey.go.md index 13e331ed5..b573a29b0 100644 --- a/docs/dataGithubActionsOrganizationPublicKey.go.md +++ b/docs/dataGithubActionsOrganizationPublicKey.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationpublickey" datagithubactionsorganizationpublickey.NewDataGithubActionsOrganizationPublicKey(scope Construct, id *string, config DataGithubActionsOrganizationPublicKeyConfig) DataGithubActionsOrganizationPublicKey ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationpublickey" datagithubactionsorganizationpublickey.DataGithubActionsOrganizationPublicKey_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationpublickey" datagithubactionsorganizationpublickey.DataGithubActionsOrganizationPublicKey_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubactionsorganizationpublickey.DataGithubActionsOrganizationPublicKey_Is ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationpublickey" datagithubactionsorganizationpublickey.DataGithubActionsOrganizationPublicKey_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionsorganizationpublickey.DataGithubActionsOrganizationPublicKey_Is ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationpublickey" datagithubactionsorganizationpublickey.DataGithubActionsOrganizationPublicKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -594,7 +594,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationpublickey" &datagithubactionsorganizationpublickey.DataGithubActionsOrganizationPublicKeyConfig { Connection: interface{}, @@ -619,7 +619,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsor | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | --- @@ -701,7 +701,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationPublicKey.java.md b/docs/dataGithubActionsOrganizationPublicKey.java.md index 14dfcd611..adb48bc6b 100644 --- a/docs/dataGithubActionsOrganizationPublicKey.java.md +++ b/docs/dataGithubActionsOrganizationPublicKey.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key}. #### Initializers @@ -38,7 +38,7 @@ DataGithubActionsOrganizationPublicKey.Builder.create(Construct scope, java.lang | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#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/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -690,7 +690,7 @@ DataGithubActionsOrganizationPublicKeyConfig.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/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | --- @@ -772,7 +772,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationPublicKey.python.md b/docs/dataGithubActionsOrganizationPublicKey.python.md index ecb8ae81c..6b661c1e8 100644 --- a/docs/dataGithubActionsOrganizationPublicKey.python.md +++ b/docs/dataGithubActionsOrganizationPublicKey.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key}. #### Initializers @@ -36,7 +36,7 @@ dataGithubActionsOrganizationPublicKey.DataGithubActionsOrganizationPublicKey( | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#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/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ dataGithubActionsOrganizationPublicKey.DataGithubActionsOrganizationPublicKeyCon | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | --- @@ -802,7 +802,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationPublicKey.typescript.md b/docs/dataGithubActionsOrganizationPublicKey.typescript.md index 3b93cdeb2..7b255fc71 100644 --- a/docs/dataGithubActionsOrganizationPublicKey.typescript.md +++ b/docs/dataGithubActionsOrganizationPublicKey.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -610,7 +610,7 @@ const dataGithubActionsOrganizationPublicKeyConfig: dataGithubActionsOrganizatio | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. | --- @@ -692,7 +692,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationRegistrationToken.csharp.md b/docs/dataGithubActionsOrganizationRegistrationToken.csharp.md index 2493e849e..79ce1f568 100644 --- a/docs/dataGithubActionsOrganizationRegistrationToken.csharp.md +++ b/docs/dataGithubActionsOrganizationRegistrationToken.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationRegistrationToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationRegistrationToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +619,7 @@ new DataGithubActionsOrganizationRegistrationTokenConfig { | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | --- @@ -701,7 +701,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationRegistrationToken.go.md b/docs/dataGithubActionsOrganizationRegistrationToken.go.md index 13dea04b4..0c5f26870 100644 --- a/docs/dataGithubActionsOrganizationRegistrationToken.go.md +++ b/docs/dataGithubActionsOrganizationRegistrationToken.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsOrganizationRegistrationToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationregistrationtoken" datagithubactionsorganizationregistrationtoken.NewDataGithubActionsOrganizationRegistrationToken(scope Construct, id *string, config DataGithubActionsOrganizationRegistrationTokenConfig) DataGithubActionsOrganizationRegistrationToken ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationregistrationtoken" datagithubactionsorganizationregistrationtoken.DataGithubActionsOrganizationRegistrationToken_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationregistrationtoken" datagithubactionsorganizationregistrationtoken.DataGithubActionsOrganizationRegistrationToken_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubactionsorganizationregistrationtoken.DataGithubActionsOrganizationRegi ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationregistrationtoken" datagithubactionsorganizationregistrationtoken.DataGithubActionsOrganizationRegistrationToken_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionsorganizationregistrationtoken.DataGithubActionsOrganizationRegi ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationregistrationtoken" datagithubactionsorganizationregistrationtoken.DataGithubActionsOrganizationRegistrationToken_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationRegistrationToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use --- @@ -594,7 +594,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationregistrationtoken" &datagithubactionsorganizationregistrationtoken.DataGithubActionsOrganizationRegistrationTokenConfig { Connection: interface{}, @@ -619,7 +619,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsor | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | --- @@ -701,7 +701,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationRegistrationToken.java.md b/docs/dataGithubActionsOrganizationRegistrationToken.java.md index e4abcecd0..d43e3b1cf 100644 --- a/docs/dataGithubActionsOrganizationRegistrationToken.java.md +++ b/docs/dataGithubActionsOrganizationRegistrationToken.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationRegistrationToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token}. #### Initializers @@ -38,7 +38,7 @@ DataGithubActionsOrganizationRegistrationToken.Builder.create(Construct scope, j | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#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/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationRegistrationToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use --- @@ -690,7 +690,7 @@ DataGithubActionsOrganizationRegistrationTokenConfig.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/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | --- @@ -772,7 +772,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationRegistrationToken.python.md b/docs/dataGithubActionsOrganizationRegistrationToken.python.md index 91ca280b4..a1b403623 100644 --- a/docs/dataGithubActionsOrganizationRegistrationToken.python.md +++ b/docs/dataGithubActionsOrganizationRegistrationToken.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationRegistrationToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token}. #### Initializers @@ -36,7 +36,7 @@ dataGithubActionsOrganizationRegistrationToken.DataGithubActionsOrganizationRegi | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#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/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationRegistrationToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ dataGithubActionsOrganizationRegistrationToken.DataGithubActionsOrganizationRegi | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | --- @@ -802,7 +802,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationRegistrationToken.typescript.md b/docs/dataGithubActionsOrganizationRegistrationToken.typescript.md index 4fed3ae28..ce92e9dcf 100644 --- a/docs/dataGithubActionsOrganizationRegistrationToken.typescript.md +++ b/docs/dataGithubActionsOrganizationRegistrationToken.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationRegistrationToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationRegistrationToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use --- @@ -610,7 +610,7 @@ const dataGithubActionsOrganizationRegistrationTokenConfig: dataGithubActionsOrg | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. | --- @@ -692,7 +692,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationSecrets.csharp.md b/docs/dataGithubActionsOrganizationSecrets.csharp.md index a1d49d72e..c22a5b2ef 100644 --- a/docs/dataGithubActionsOrganizationSecrets.csharp.md +++ b/docs/dataGithubActionsOrganizationSecrets.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubActionsOrganizationSecretsConfig { | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationSecrets.go.md b/docs/dataGithubActionsOrganizationSecrets.go.md index 405bf10c4..b345fa925 100644 --- a/docs/dataGithubActionsOrganizationSecrets.go.md +++ b/docs/dataGithubActionsOrganizationSecrets.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationsecrets" datagithubactionsorganizationsecrets.NewDataGithubActionsOrganizationSecrets(scope Construct, id *string, config DataGithubActionsOrganizationSecretsConfig) DataGithubActionsOrganizationSecrets ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationsecrets" datagithubactionsorganizationsecrets.DataGithubActionsOrganizationSecrets_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationsecrets" datagithubactionsorganizationsecrets.DataGithubActionsOrganizationSecrets_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubactionsorganizationsecrets.DataGithubActionsOrganizationSecrets_IsTerr ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationsecrets" datagithubactionsorganizationsecrets.DataGithubActionsOrganizationSecrets_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionsorganizationsecrets.DataGithubActionsOrganizationSecrets_IsTerr ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationsecrets" datagithubactionsorganizationsecrets.DataGithubActionsOrganizationSecrets_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationsecrets" &datagithubactionsorganizationsecrets.DataGithubActionsOrganizationSecretsConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsor | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -702,7 +702,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationsecrets" &datagithubactionsorganizationsecrets.DataGithubActionsOrganizationSecretsSecrets { @@ -717,7 +717,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationsecrets" datagithubactionsorganizationsecrets.NewDataGithubActionsOrganizationSecretsSecretsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubActionsOrganizationSecretsSecretsList ``` @@ -866,7 +866,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationsecrets" datagithubactionsorganizationsecrets.NewDataGithubActionsOrganizationSecretsSecretsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubActionsOrganizationSecretsSecretsOutputReference ``` diff --git a/docs/dataGithubActionsOrganizationSecrets.java.md b/docs/dataGithubActionsOrganizationSecrets.java.md index a0fcfd8ea..3c0f58d0f 100644 --- a/docs/dataGithubActionsOrganizationSecrets.java.md +++ b/docs/dataGithubActionsOrganizationSecrets.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets}. #### Initializers @@ -38,7 +38,7 @@ DataGithubActionsOrganizationSecrets.Builder.create(Construct scope, java.lang.S | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#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/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubActionsOrganizationSecretsConfig.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/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationSecrets.python.md b/docs/dataGithubActionsOrganizationSecrets.python.md index 2c6e94460..a792c169b 100644 --- a/docs/dataGithubActionsOrganizationSecrets.python.md +++ b/docs/dataGithubActionsOrganizationSecrets.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets}. #### Initializers @@ -36,7 +36,7 @@ dataGithubActionsOrganizationSecrets.DataGithubActionsOrganizationSecrets( | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#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/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubActionsOrganizationSecrets.DataGithubActionsOrganizationSecretsConfig( | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationSecrets.typescript.md b/docs/dataGithubActionsOrganizationSecrets.typescript.md index af5f7f945..ebcc2699a 100644 --- a/docs/dataGithubActionsOrganizationSecrets.typescript.md +++ b/docs/dataGithubActionsOrganizationSecrets.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubActionsOrganizationSecretsConfig: dataGithubActionsOrganizationS | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationVariables.csharp.md b/docs/dataGithubActionsOrganizationVariables.csharp.md index 2d49d861d..7661785e6 100644 --- a/docs/dataGithubActionsOrganizationVariables.csharp.md +++ b/docs/dataGithubActionsOrganizationVariables.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables github_actions_organization_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables github_actions_organization_variables}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubActionsOrganizationVariablesConfig { | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationVariables.go.md b/docs/dataGithubActionsOrganizationVariables.go.md index e2d2c3e4f..6762aa49c 100644 --- a/docs/dataGithubActionsOrganizationVariables.go.md +++ b/docs/dataGithubActionsOrganizationVariables.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsOrganizationVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables github_actions_organization_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables github_actions_organization_variables}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationvariables" datagithubactionsorganizationvariables.NewDataGithubActionsOrganizationVariables(scope Construct, id *string, config DataGithubActionsOrganizationVariablesConfig) DataGithubActionsOrganizationVariables ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationvariables" datagithubactionsorganizationvariables.DataGithubActionsOrganizationVariables_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationvariables" datagithubactionsorganizationvariables.DataGithubActionsOrganizationVariables_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubactionsorganizationvariables.DataGithubActionsOrganizationVariables_Is ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationvariables" datagithubactionsorganizationvariables.DataGithubActionsOrganizationVariables_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionsorganizationvariables.DataGithubActionsOrganizationVariables_Is ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationvariables" datagithubactionsorganizationvariables.DataGithubActionsOrganizationVariables_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationvariables" &datagithubactionsorganizationvariables.DataGithubActionsOrganizationVariablesConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsor | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -702,7 +702,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationvariables" &datagithubactionsorganizationvariables.DataGithubActionsOrganizationVariablesVariables { @@ -717,7 +717,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationvariables" datagithubactionsorganizationvariables.NewDataGithubActionsOrganizationVariablesVariablesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubActionsOrganizationVariablesVariablesList ``` @@ -866,7 +866,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsorganizationvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsorganizationvariables" datagithubactionsorganizationvariables.NewDataGithubActionsOrganizationVariablesVariablesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubActionsOrganizationVariablesVariablesOutputReference ``` diff --git a/docs/dataGithubActionsOrganizationVariables.java.md b/docs/dataGithubActionsOrganizationVariables.java.md index 207136d4b..7d047e77e 100644 --- a/docs/dataGithubActionsOrganizationVariables.java.md +++ b/docs/dataGithubActionsOrganizationVariables.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables github_actions_organization_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables github_actions_organization_variables}. #### Initializers @@ -38,7 +38,7 @@ DataGithubActionsOrganizationVariables.Builder.create(Construct scope, java.lang | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#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/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubActionsOrganizationVariablesConfig.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/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationVariables.python.md b/docs/dataGithubActionsOrganizationVariables.python.md index 7e3c722a7..128fe179a 100644 --- a/docs/dataGithubActionsOrganizationVariables.python.md +++ b/docs/dataGithubActionsOrganizationVariables.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables github_actions_organization_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables github_actions_organization_variables}. #### Initializers @@ -36,7 +36,7 @@ dataGithubActionsOrganizationVariables.DataGithubActionsOrganizationVariables( | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#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/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubActionsOrganizationVariables.DataGithubActionsOrganizationVariablesCon | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsOrganizationVariables.typescript.md b/docs/dataGithubActionsOrganizationVariables.typescript.md index 339e4aed1..c0b0c24c4 100644 --- a/docs/dataGithubActionsOrganizationVariables.typescript.md +++ b/docs/dataGithubActionsOrganizationVariables.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsOrganizationVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables github_actions_organization_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables github_actions_organization_variables}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsOrganizat The id of the existing DataGithubActionsOrganizationVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubActionsOrganizationVariablesConfig: dataGithubActionsOrganizatio | 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/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsPublicKey.csharp.md b/docs/dataGithubActionsPublicKey.csharp.md index e25698a79..ef84c8324 100644 --- a/docs/dataGithubActionsPublicKey.csharp.md +++ b/docs/dataGithubActionsPublicKey.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key github_actions_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key github_actions_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsPublicKey The id of the existing DataGithubActionsPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use --- @@ -642,8 +642,8 @@ new DataGithubActionsPublicKeyConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | --- @@ -725,7 +725,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. --- @@ -737,7 +737,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsPublicKey.go.md b/docs/dataGithubActionsPublicKey.go.md index 374e509eb..cad77320b 100644 --- a/docs/dataGithubActionsPublicKey.go.md +++ b/docs/dataGithubActionsPublicKey.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key github_actions_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key github_actions_public_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionspublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionspublickey" datagithubactionspublickey.NewDataGithubActionsPublicKey(scope Construct, id *string, config DataGithubActionsPublicKeyConfig) DataGithubActionsPublicKey ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionspublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionspublickey" datagithubactionspublickey.DataGithubActionsPublicKey_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionspublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionspublickey" datagithubactionspublickey.DataGithubActionsPublicKey_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubactionspublickey.DataGithubActionsPublicKey_IsTerraformElement(x inter ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionspublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionspublickey" datagithubactionspublickey.DataGithubActionsPublicKey_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionspublickey.DataGithubActionsPublicKey_IsTerraformDataSource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionspublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionspublickey" datagithubactionspublickey.DataGithubActionsPublicKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsPublicKey The id of the existing DataGithubActionsPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use --- @@ -616,7 +616,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionspublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionspublickey" &datagithubactionspublickey.DataGithubActionsPublicKeyConfig { Connection: interface{}, @@ -642,8 +642,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionspu | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | --- @@ -725,7 +725,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. --- @@ -737,7 +737,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsPublicKey.java.md b/docs/dataGithubActionsPublicKey.java.md index d4b281ee4..499a9683d 100644 --- a/docs/dataGithubActionsPublicKey.java.md +++ b/docs/dataGithubActionsPublicKey.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key github_actions_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key github_actions_public_key}. #### Initializers @@ -39,8 +39,8 @@ DataGithubActionsPublicKey.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.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubActionsPublicKey The id of the existing DataGithubActionsPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use --- @@ -723,8 +723,8 @@ DataGithubActionsPublicKeyConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | --- @@ -806,7 +806,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. --- @@ -818,7 +818,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsPublicKey.python.md b/docs/dataGithubActionsPublicKey.python.md index 37289d0e5..0a90a06ed 100644 --- a/docs/dataGithubActionsPublicKey.python.md +++ b/docs/dataGithubActionsPublicKey.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key github_actions_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key github_actions_public_key}. #### Initializers @@ -37,8 +37,8 @@ dataGithubActionsPublicKey.DataGithubActionsPublicKey( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubActionsPublicKey The id of the existing DataGithubActionsPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use --- @@ -753,8 +753,8 @@ dataGithubActionsPublicKey.DataGithubActionsPublicKeyConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | --- @@ -836,7 +836,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. --- @@ -848,7 +848,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsPublicKey.typescript.md b/docs/dataGithubActionsPublicKey.typescript.md index 072c5c185..9d258b946 100644 --- a/docs/dataGithubActionsPublicKey.typescript.md +++ b/docs/dataGithubActionsPublicKey.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key github_actions_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key github_actions_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsPublicKey The id of the existing DataGithubActionsPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use --- @@ -632,8 +632,8 @@ const dataGithubActionsPublicKeyConfig: dataGithubActionsPublicKey.DataGithubAct | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. | --- @@ -715,7 +715,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository}. --- @@ -727,7 +727,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsRegistrationToken.csharp.md b/docs/dataGithubActionsRegistrationToken.csharp.md index 99dcf999d..6d0496c62 100644 --- a/docs/dataGithubActionsRegistrationToken.csharp.md +++ b/docs/dataGithubActionsRegistrationToken.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsRegistrationToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token github_actions_registration_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token github_actions_registration_token}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsRegistrat The id of the existing DataGithubActionsRegistrationToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use --- @@ -642,8 +642,8 @@ new DataGithubActionsRegistrationTokenConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | --- @@ -725,7 +725,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. --- @@ -737,7 +737,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsRegistrationToken.go.md b/docs/dataGithubActionsRegistrationToken.go.md index 34a2c1c24..b319dcb13 100644 --- a/docs/dataGithubActionsRegistrationToken.go.md +++ b/docs/dataGithubActionsRegistrationToken.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsRegistrationToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token github_actions_registration_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token github_actions_registration_token}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsregistrationtoken" datagithubactionsregistrationtoken.NewDataGithubActionsRegistrationToken(scope Construct, id *string, config DataGithubActionsRegistrationTokenConfig) DataGithubActionsRegistrationToken ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsregistrationtoken" datagithubactionsregistrationtoken.DataGithubActionsRegistrationToken_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsregistrationtoken" datagithubactionsregistrationtoken.DataGithubActionsRegistrationToken_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubactionsregistrationtoken.DataGithubActionsRegistrationToken_IsTerrafor ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsregistrationtoken" datagithubactionsregistrationtoken.DataGithubActionsRegistrationToken_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionsregistrationtoken.DataGithubActionsRegistrationToken_IsTerrafor ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsregistrationtoken" datagithubactionsregistrationtoken.DataGithubActionsRegistrationToken_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsRegistrat The id of the existing DataGithubActionsRegistrationToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use --- @@ -616,7 +616,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsregistrationtoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsregistrationtoken" &datagithubactionsregistrationtoken.DataGithubActionsRegistrationTokenConfig { Connection: interface{}, @@ -642,8 +642,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsre | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | --- @@ -725,7 +725,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. --- @@ -737,7 +737,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsRegistrationToken.java.md b/docs/dataGithubActionsRegistrationToken.java.md index 01456101d..32b6116a7 100644 --- a/docs/dataGithubActionsRegistrationToken.java.md +++ b/docs/dataGithubActionsRegistrationToken.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsRegistrationToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token github_actions_registration_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token github_actions_registration_token}. #### Initializers @@ -39,8 +39,8 @@ DataGithubActionsRegistrationToken.Builder.create(Construct scope, java.lang.Str | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubActionsRegistrat The id of the existing DataGithubActionsRegistrationToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use --- @@ -723,8 +723,8 @@ DataGithubActionsRegistrationTokenConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | --- @@ -806,7 +806,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. --- @@ -818,7 +818,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsRegistrationToken.python.md b/docs/dataGithubActionsRegistrationToken.python.md index e258ef075..c0c96e2e7 100644 --- a/docs/dataGithubActionsRegistrationToken.python.md +++ b/docs/dataGithubActionsRegistrationToken.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsRegistrationToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token github_actions_registration_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token github_actions_registration_token}. #### Initializers @@ -37,8 +37,8 @@ dataGithubActionsRegistrationToken.DataGithubActionsRegistrationToken( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubActionsRegistrat The id of the existing DataGithubActionsRegistrationToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use --- @@ -753,8 +753,8 @@ dataGithubActionsRegistrationToken.DataGithubActionsRegistrationTokenConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | --- @@ -836,7 +836,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. --- @@ -848,7 +848,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsRegistrationToken.typescript.md b/docs/dataGithubActionsRegistrationToken.typescript.md index 99ccd68cf..cc934bd9c 100644 --- a/docs/dataGithubActionsRegistrationToken.typescript.md +++ b/docs/dataGithubActionsRegistrationToken.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsRegistrationToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token github_actions_registration_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token github_actions_registration_token}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsRegistrat The id of the existing DataGithubActionsRegistrationToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use --- @@ -632,8 +632,8 @@ const dataGithubActionsRegistrationTokenConfig: dataGithubActionsRegistrationTok | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. | --- @@ -715,7 +715,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository}. --- @@ -727,7 +727,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.csharp.md b/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.csharp.md index 1d5e74e77..0aae3d221 100644 --- a/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.csharp.md +++ b/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsRepositor The id of the existing DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -642,8 +642,8 @@ new DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -725,7 +725,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. --- @@ -737,7 +737,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.go.md b/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.go.md index 11a34e413..25ee865a1 100644 --- a/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.go.md +++ b/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate.NewDataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate(scope Construct, id *string, config DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig) DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate.DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate.DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate.DataGithubActio ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate.DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate.DataGithubActio ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate.DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsRepositor The id of the existing DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -616,7 +616,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate" &datagithubactionsrepositoryoidcsubjectclaimcustomizationtemplate.DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig { Connection: interface{}, @@ -642,8 +642,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsre | 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.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -725,7 +725,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. --- @@ -737,7 +737,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.java.md b/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.java.md index 5c04e4fc4..81e41020c 100644 --- a/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.java.md +++ b/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. #### Initializers @@ -39,8 +39,8 @@ DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.Builder.create( | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubActionsRepositor The id of the existing DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -723,8 +723,8 @@ DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -806,7 +806,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. --- @@ -818,7 +818,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.python.md b/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.python.md index aa96dac9c..aba3c7a97 100644 --- a/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.python.md +++ b/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. #### Initializers @@ -37,8 +37,8 @@ dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.DataGithubActio | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubActionsRepositor The id of the existing DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -753,8 +753,8 @@ dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.DataGithubActio | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -836,7 +836,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. --- @@ -848,7 +848,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.typescript.md b/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.typescript.md index 81f32b9c0..f7307b94c 100644 --- a/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.typescript.md +++ b/docs/dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubActionsRepositor The id of the existing DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use --- @@ -632,8 +632,8 @@ const dataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig: da | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. | --- @@ -715,7 +715,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name}. --- @@ -727,7 +727,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubActionsSecrets.csharp.md b/docs/dataGithubActionsSecrets.csharp.md index 65a8afad5..62efdfe6a 100644 --- a/docs/dataGithubActionsSecrets.csharp.md +++ b/docs/dataGithubActionsSecrets.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets github_actions_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets github_actions_secrets}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsSecrets t The id of the existing DataGithubActionsSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use --- @@ -668,9 +668,9 @@ new DataGithubActionsSecretsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | +| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | --- @@ -752,7 +752,7 @@ public string FullName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. --- @@ -764,7 +764,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -779,7 +779,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. --- diff --git a/docs/dataGithubActionsSecrets.go.md b/docs/dataGithubActionsSecrets.go.md index 43e06857f..bb34dbd87 100644 --- a/docs/dataGithubActionsSecrets.go.md +++ b/docs/dataGithubActionsSecrets.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets github_actions_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets github_actions_secrets}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionssecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionssecrets" datagithubactionssecrets.NewDataGithubActionsSecrets(scope Construct, id *string, config DataGithubActionsSecretsConfig) DataGithubActionsSecrets ``` @@ -297,7 +297,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionssecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionssecrets" datagithubactionssecrets.DataGithubActionsSecrets_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionssecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionssecrets" datagithubactionssecrets.DataGithubActionsSecrets_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionssecrets.DataGithubActionsSecrets_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionssecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionssecrets" datagithubactionssecrets.DataGithubActionsSecrets_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datagithubactionssecrets.DataGithubActionsSecrets_IsTerraformDataSource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionssecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionssecrets" datagithubactionssecrets.DataGithubActionsSecrets_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsSecrets t The id of the existing DataGithubActionsSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use --- @@ -641,7 +641,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionssecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionssecrets" &datagithubactionssecrets.DataGithubActionsSecretsConfig { Connection: interface{}, @@ -668,9 +668,9 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsse | 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.* | -| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | +| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | --- @@ -752,7 +752,7 @@ FullName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. --- @@ -764,7 +764,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -779,7 +779,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. --- @@ -788,7 +788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionssecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionssecrets" &datagithubactionssecrets.DataGithubActionsSecretsSecrets { @@ -803,7 +803,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsse #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionssecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionssecrets" datagithubactionssecrets.NewDataGithubActionsSecretsSecretsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubActionsSecretsSecretsList ``` @@ -952,7 +952,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionssecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionssecrets" datagithubactionssecrets.NewDataGithubActionsSecretsSecretsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubActionsSecretsSecretsOutputReference ``` diff --git a/docs/dataGithubActionsSecrets.java.md b/docs/dataGithubActionsSecrets.java.md index 27514ad66..e99a33180 100644 --- a/docs/dataGithubActionsSecrets.java.md +++ b/docs/dataGithubActionsSecrets.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets github_actions_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets github_actions_secrets}. #### Initializers @@ -40,9 +40,9 @@ DataGithubActionsSecrets.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.* | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. --- @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataGithubActionsSecrets t The id of the existing DataGithubActionsSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use --- @@ -759,9 +759,9 @@ DataGithubActionsSecretsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | --- @@ -843,7 +843,7 @@ public java.lang.String getFullName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. --- @@ -855,7 +855,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -870,7 +870,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. --- diff --git a/docs/dataGithubActionsSecrets.python.md b/docs/dataGithubActionsSecrets.python.md index 30078449a..a9d8caf37 100644 --- a/docs/dataGithubActionsSecrets.python.md +++ b/docs/dataGithubActionsSecrets.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets github_actions_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets github_actions_secrets}. #### Initializers @@ -38,9 +38,9 @@ dataGithubActionsSecrets.DataGithubActionsSecrets( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. --- @@ -507,7 +507,7 @@ The construct id used in the generated config for the DataGithubActionsSecrets t The id of the existing DataGithubActionsSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use --- @@ -789,9 +789,9 @@ dataGithubActionsSecrets.DataGithubActionsSecretsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | --- @@ -873,7 +873,7 @@ full_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. --- @@ -885,7 +885,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. --- diff --git a/docs/dataGithubActionsSecrets.typescript.md b/docs/dataGithubActionsSecrets.typescript.md index 6acceaf67..13e002623 100644 --- a/docs/dataGithubActionsSecrets.typescript.md +++ b/docs/dataGithubActionsSecrets.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets github_actions_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets github_actions_secrets}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsSecrets t The id of the existing DataGithubActionsSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use --- @@ -657,9 +657,9 @@ const dataGithubActionsSecretsConfig: dataGithubActionsSecrets.DataGithubActions | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | +| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. | --- @@ -741,7 +741,7 @@ public readonly fullName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name}. --- @@ -753,7 +753,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -768,7 +768,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name}. --- diff --git a/docs/dataGithubActionsVariables.csharp.md b/docs/dataGithubActionsVariables.csharp.md index 6a0e7b07e..44fb545fe 100644 --- a/docs/dataGithubActionsVariables.csharp.md +++ b/docs/dataGithubActionsVariables.csharp.md @@ -4,7 +4,7 @@ ### DataGithubActionsVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables github_actions_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables github_actions_variables}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsVariables The id of the existing DataGithubActionsVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use --- @@ -668,9 +668,9 @@ new DataGithubActionsVariablesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | +| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | --- @@ -752,7 +752,7 @@ public string FullName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. --- @@ -764,7 +764,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -779,7 +779,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. --- diff --git a/docs/dataGithubActionsVariables.go.md b/docs/dataGithubActionsVariables.go.md index 90d9b162e..fba139dc1 100644 --- a/docs/dataGithubActionsVariables.go.md +++ b/docs/dataGithubActionsVariables.go.md @@ -4,12 +4,12 @@ ### DataGithubActionsVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables github_actions_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables github_actions_variables}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsvariables" datagithubactionsvariables.NewDataGithubActionsVariables(scope Construct, id *string, config DataGithubActionsVariablesConfig) DataGithubActionsVariables ``` @@ -297,7 +297,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsvariables" datagithubactionsvariables.DataGithubActionsVariables_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsvariables" datagithubactionsvariables.DataGithubActionsVariables_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubactionsvariables.DataGithubActionsVariables_IsTerraformElement(x inter ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsvariables" datagithubactionsvariables.DataGithubActionsVariables_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datagithubactionsvariables.DataGithubActionsVariables_IsTerraformDataSource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsvariables" datagithubactionsvariables.DataGithubActionsVariables_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsVariables The id of the existing DataGithubActionsVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use --- @@ -641,7 +641,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsvariables" &datagithubactionsvariables.DataGithubActionsVariablesConfig { Connection: interface{}, @@ -668,9 +668,9 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsva | 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.* | -| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | +| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | --- @@ -752,7 +752,7 @@ FullName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. --- @@ -764,7 +764,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -779,7 +779,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. --- @@ -788,7 +788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsvariables" &datagithubactionsvariables.DataGithubActionsVariablesVariables { @@ -803,7 +803,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsva #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsvariables" datagithubactionsvariables.NewDataGithubActionsVariablesVariablesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubActionsVariablesVariablesList ``` @@ -952,7 +952,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubactionsvariables" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubactionsvariables" datagithubactionsvariables.NewDataGithubActionsVariablesVariablesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubActionsVariablesVariablesOutputReference ``` diff --git a/docs/dataGithubActionsVariables.java.md b/docs/dataGithubActionsVariables.java.md index f494aae67..6a20db677 100644 --- a/docs/dataGithubActionsVariables.java.md +++ b/docs/dataGithubActionsVariables.java.md @@ -4,7 +4,7 @@ ### DataGithubActionsVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables github_actions_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables github_actions_variables}. #### Initializers @@ -40,9 +40,9 @@ DataGithubActionsVariables.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.* | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. --- @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataGithubActionsVariables The id of the existing DataGithubActionsVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use --- @@ -759,9 +759,9 @@ DataGithubActionsVariablesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | --- @@ -843,7 +843,7 @@ public java.lang.String getFullName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. --- @@ -855,7 +855,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -870,7 +870,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. --- diff --git a/docs/dataGithubActionsVariables.python.md b/docs/dataGithubActionsVariables.python.md index 5d40a83db..b1a483cb9 100644 --- a/docs/dataGithubActionsVariables.python.md +++ b/docs/dataGithubActionsVariables.python.md @@ -4,7 +4,7 @@ ### DataGithubActionsVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables github_actions_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables github_actions_variables}. #### Initializers @@ -38,9 +38,9 @@ dataGithubActionsVariables.DataGithubActionsVariables( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. --- @@ -507,7 +507,7 @@ The construct id used in the generated config for the DataGithubActionsVariables The id of the existing DataGithubActionsVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use --- @@ -789,9 +789,9 @@ dataGithubActionsVariables.DataGithubActionsVariablesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | --- @@ -873,7 +873,7 @@ full_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. --- @@ -885,7 +885,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. --- diff --git a/docs/dataGithubActionsVariables.typescript.md b/docs/dataGithubActionsVariables.typescript.md index 06c1c55df..77028863a 100644 --- a/docs/dataGithubActionsVariables.typescript.md +++ b/docs/dataGithubActionsVariables.typescript.md @@ -4,7 +4,7 @@ ### DataGithubActionsVariables -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables github_actions_variables}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables github_actions_variables}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubActionsVariables The id of the existing DataGithubActionsVariables that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use --- @@ -657,9 +657,9 @@ const dataGithubActionsVariablesConfig: dataGithubActionsVariables.DataGithubAct | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | +| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. | --- @@ -741,7 +741,7 @@ public readonly fullName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name}. --- @@ -753,7 +753,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -768,7 +768,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name}. --- diff --git a/docs/dataGithubApp.csharp.md b/docs/dataGithubApp.csharp.md index 82286cc9d..bfb47980b 100644 --- a/docs/dataGithubApp.csharp.md +++ b/docs/dataGithubApp.csharp.md @@ -4,7 +4,7 @@ ### DataGithubApp -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app github_app}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app github_app}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubApp to import. The id of the existing DataGithubApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use --- @@ -653,8 +653,8 @@ new DataGithubAppConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. | +| Slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. | --- @@ -736,7 +736,7 @@ public string Slug { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. --- @@ -748,7 +748,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubApp.go.md b/docs/dataGithubApp.go.md index 8ead4f2fc..49b2e2c0f 100644 --- a/docs/dataGithubApp.go.md +++ b/docs/dataGithubApp.go.md @@ -4,12 +4,12 @@ ### DataGithubApp -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app github_app}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app github_app}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapp" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapp" datagithubapp.NewDataGithubApp(scope Construct, id *string, config DataGithubAppConfig) DataGithubApp ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapp" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapp" datagithubapp.DataGithubApp_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapp" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapp" datagithubapp.DataGithubApp_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubapp.DataGithubApp_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapp" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapp" datagithubapp.DataGithubApp_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubapp.DataGithubApp_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapp" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapp" datagithubapp.DataGithubApp_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubApp to import. The id of the existing DataGithubApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use --- @@ -627,7 +627,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapp" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapp" &datagithubapp.DataGithubAppConfig { Connection: interface{}, @@ -653,8 +653,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapp" | 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.* | -| Slug | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. | +| Slug | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. | --- @@ -736,7 +736,7 @@ Slug *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. --- @@ -748,7 +748,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubApp.java.md b/docs/dataGithubApp.java.md index 0bdee56db..93b3ff8c7 100644 --- a/docs/dataGithubApp.java.md +++ b/docs/dataGithubApp.java.md @@ -4,7 +4,7 @@ ### DataGithubApp -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app github_app}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app github_app}. #### Initializers @@ -39,8 +39,8 @@ DataGithubApp.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.* | -| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. | +| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubApp to import. The id of the existing DataGithubApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use --- @@ -734,8 +734,8 @@ DataGithubAppConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. | +| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. | --- @@ -817,7 +817,7 @@ public java.lang.String getSlug(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. --- @@ -829,7 +829,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubApp.python.md b/docs/dataGithubApp.python.md index 177ffad10..fcdc545d8 100644 --- a/docs/dataGithubApp.python.md +++ b/docs/dataGithubApp.python.md @@ -4,7 +4,7 @@ ### DataGithubApp -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app github_app}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app github_app}. #### Initializers @@ -37,8 +37,8 @@ dataGithubApp.DataGithubApp( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. | +| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubApp to import. The id of the existing DataGithubApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use --- @@ -764,8 +764,8 @@ dataGithubApp.DataGithubAppConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. | +| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. | --- @@ -847,7 +847,7 @@ slug: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. --- @@ -859,7 +859,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubApp.typescript.md b/docs/dataGithubApp.typescript.md index 45f5dc6f0..93ddb608a 100644 --- a/docs/dataGithubApp.typescript.md +++ b/docs/dataGithubApp.typescript.md @@ -4,7 +4,7 @@ ### DataGithubApp -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app github_app}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app github_app}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubApp to import. The id of the existing DataGithubApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use --- @@ -643,8 +643,8 @@ const dataGithubAppConfig: dataGithubApp.DataGithubAppConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. | +| slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. | --- @@ -726,7 +726,7 @@ public readonly slug: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug}. --- @@ -738,7 +738,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubAppToken.csharp.md b/docs/dataGithubAppToken.csharp.md index 7b5c22517..c98493a7c 100644 --- a/docs/dataGithubAppToken.csharp.md +++ b/docs/dataGithubAppToken.csharp.md @@ -4,7 +4,7 @@ ### DataGithubAppToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token github_app_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token github_app_token}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubAppToken to impo The id of the existing DataGithubAppToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use --- @@ -680,7 +680,7 @@ new DataGithubAppTokenConfig { | AppId | string | The GitHub App ID. | | InstallationId | string | The GitHub App installation instance ID. | | PemFile | string | The GitHub App PEM file contents. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | --- @@ -764,7 +764,7 @@ public string AppId { get; set; } The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} --- @@ -778,7 +778,7 @@ public string InstallationId { get; set; } The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} --- @@ -792,7 +792,7 @@ public string PemFile { get; set; } The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} --- @@ -804,7 +804,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubAppToken.go.md b/docs/dataGithubAppToken.go.md index 16635e71b..374a89681 100644 --- a/docs/dataGithubAppToken.go.md +++ b/docs/dataGithubAppToken.go.md @@ -4,12 +4,12 @@ ### DataGithubAppToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token github_app_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token github_app_token}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapptoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapptoken" datagithubapptoken.NewDataGithubAppToken(scope Construct, id *string, config DataGithubAppTokenConfig) DataGithubAppToken ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapptoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapptoken" datagithubapptoken.DataGithubAppToken_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapptoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapptoken" datagithubapptoken.DataGithubAppToken_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubapptoken.DataGithubAppToken_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapptoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapptoken" datagithubapptoken.DataGithubAppToken_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubapptoken.DataGithubAppToken_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapptoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapptoken" datagithubapptoken.DataGithubAppToken_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubAppToken to impo The id of the existing DataGithubAppToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use --- @@ -649,7 +649,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapptoken" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubapptoken" &datagithubapptoken.DataGithubAppTokenConfig { Connection: interface{}, @@ -680,7 +680,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubapptoken" | AppId | *string | The GitHub App ID. | | InstallationId | *string | The GitHub App installation instance ID. | | PemFile | *string | The GitHub App PEM file contents. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | --- @@ -764,7 +764,7 @@ AppId *string The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} --- @@ -778,7 +778,7 @@ InstallationId *string The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} --- @@ -792,7 +792,7 @@ PemFile *string The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} --- @@ -804,7 +804,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubAppToken.java.md b/docs/dataGithubAppToken.java.md index 89ee7609d..5ae8bb12f 100644 --- a/docs/dataGithubAppToken.java.md +++ b/docs/dataGithubAppToken.java.md @@ -4,7 +4,7 @@ ### DataGithubAppToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token github_app_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token github_app_token}. #### Initializers @@ -44,7 +44,7 @@ DataGithubAppToken.Builder.create(Construct scope, java.lang.String id) | appId | java.lang.String | The GitHub App ID. | | installationId | java.lang.String | The GitHub App installation instance ID. | | pemFile | java.lang.String | The GitHub App PEM file contents. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubAppToken to impo The id of the existing DataGithubAppToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use --- @@ -787,7 +787,7 @@ DataGithubAppTokenConfig.builder() | appId | java.lang.String | The GitHub App ID. | | installationId | java.lang.String | The GitHub App installation instance ID. | | pemFile | java.lang.String | The GitHub App PEM file contents. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | --- @@ -871,7 +871,7 @@ public java.lang.String getAppId(); The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} --- @@ -885,7 +885,7 @@ public java.lang.String getInstallationId(); The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} --- @@ -899,7 +899,7 @@ public java.lang.String getPemFile(); The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} --- @@ -911,7 +911,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubAppToken.python.md b/docs/dataGithubAppToken.python.md index 3656eeccb..c346b1d0f 100644 --- a/docs/dataGithubAppToken.python.md +++ b/docs/dataGithubAppToken.python.md @@ -4,7 +4,7 @@ ### DataGithubAppToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token github_app_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token github_app_token}. #### Initializers @@ -42,7 +42,7 @@ dataGithubAppToken.DataGithubAppToken( | app_id | str | The GitHub App ID. | | installation_id | str | The GitHub App installation instance ID. | | pem_file | str | The GitHub App PEM file contents. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubAppToken to impo The id of the existing DataGithubAppToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use --- @@ -817,7 +817,7 @@ dataGithubAppToken.DataGithubAppTokenConfig( | app_id | str | The GitHub App ID. | | installation_id | str | The GitHub App installation instance ID. | | pem_file | str | The GitHub App PEM file contents. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | --- @@ -901,7 +901,7 @@ app_id: str The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} --- @@ -915,7 +915,7 @@ installation_id: str The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} --- @@ -929,7 +929,7 @@ pem_file: str The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} --- @@ -941,7 +941,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubAppToken.typescript.md b/docs/dataGithubAppToken.typescript.md index 28aa9e92d..0a5c69592 100644 --- a/docs/dataGithubAppToken.typescript.md +++ b/docs/dataGithubAppToken.typescript.md @@ -4,7 +4,7 @@ ### DataGithubAppToken -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token github_app_token}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token github_app_token}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubAppToken to impo The id of the existing DataGithubAppToken that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use --- @@ -668,7 +668,7 @@ const dataGithubAppTokenConfig: dataGithubAppToken.DataGithubAppTokenConfig = { | appId | string | The GitHub App ID. | | installationId | string | The GitHub App installation instance ID. | | pemFile | string | The GitHub App PEM file contents. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. | --- @@ -752,7 +752,7 @@ public readonly appId: string; The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} --- @@ -766,7 +766,7 @@ public readonly installationId: string; The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} --- @@ -780,7 +780,7 @@ public readonly pemFile: string; The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} --- @@ -792,7 +792,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubBranch.csharp.md b/docs/dataGithubBranch.csharp.md index 2d93a3cf8..e8d411769 100644 --- a/docs/dataGithubBranch.csharp.md +++ b/docs/dataGithubBranch.csharp.md @@ -4,7 +4,7 @@ ### DataGithubBranch -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch github_branch}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch github_branch}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubBranch to import The id of the existing DataGithubBranch that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use --- @@ -676,9 +676,9 @@ new DataGithubBranchConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Branch | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. | +| Branch | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. | --- @@ -760,7 +760,7 @@ public string Branch { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. --- @@ -772,7 +772,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. --- @@ -784,7 +784,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubBranch.go.md b/docs/dataGithubBranch.go.md index fba6e0bf8..9c1a6e9ca 100644 --- a/docs/dataGithubBranch.go.md +++ b/docs/dataGithubBranch.go.md @@ -4,12 +4,12 @@ ### DataGithubBranch -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch github_branch}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch github_branch}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranch" datagithubbranch.NewDataGithubBranch(scope Construct, id *string, config DataGithubBranchConfig) DataGithubBranch ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranch" datagithubbranch.DataGithubBranch_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranch" datagithubbranch.DataGithubBranch_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubbranch.DataGithubBranch_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranch" datagithubbranch.DataGithubBranch_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubbranch.DataGithubBranch_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranch" datagithubbranch.DataGithubBranch_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubBranch to import The id of the existing DataGithubBranch that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use --- @@ -649,7 +649,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranch" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranch" &datagithubbranch.DataGithubBranchConfig { Connection: interface{}, @@ -676,9 +676,9 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranch" | 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.* | -| Branch | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. | +| Branch | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. | --- @@ -760,7 +760,7 @@ Branch *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. --- @@ -772,7 +772,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. --- @@ -784,7 +784,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubBranch.java.md b/docs/dataGithubBranch.java.md index eb0fa9530..066c8c7c8 100644 --- a/docs/dataGithubBranch.java.md +++ b/docs/dataGithubBranch.java.md @@ -4,7 +4,7 @@ ### DataGithubBranch -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch github_branch}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch github_branch}. #### Initializers @@ -40,9 +40,9 @@ DataGithubBranch.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.* | -| branch | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. | +| branch | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -459,7 +459,7 @@ The construct id used in the generated config for the DataGithubBranch to import The id of the existing DataGithubBranch that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use --- @@ -767,9 +767,9 @@ DataGithubBranchConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| branch | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. | +| branch | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. | --- @@ -851,7 +851,7 @@ public java.lang.String getBranch(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. --- @@ -863,7 +863,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. --- @@ -875,7 +875,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubBranch.python.md b/docs/dataGithubBranch.python.md index bb49ad4dc..62410707b 100644 --- a/docs/dataGithubBranch.python.md +++ b/docs/dataGithubBranch.python.md @@ -4,7 +4,7 @@ ### DataGithubBranch -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch github_branch}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch github_branch}. #### Initializers @@ -38,9 +38,9 @@ dataGithubBranch.DataGithubBranch( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| branch | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. | +| branch | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -493,7 +493,7 @@ The construct id used in the generated config for the DataGithubBranch to import The id of the existing DataGithubBranch that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use --- @@ -797,9 +797,9 @@ dataGithubBranch.DataGithubBranchConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| branch | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. | +| branch | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. | --- @@ -881,7 +881,7 @@ branch: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. --- @@ -893,7 +893,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. --- @@ -905,7 +905,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubBranch.typescript.md b/docs/dataGithubBranch.typescript.md index 07ba674f6..61ed291e7 100644 --- a/docs/dataGithubBranch.typescript.md +++ b/docs/dataGithubBranch.typescript.md @@ -4,7 +4,7 @@ ### DataGithubBranch -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch github_branch}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch github_branch}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubBranch to import The id of the existing DataGithubBranch that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/branch#import import section} in the documentation of this resource for the id to use --- @@ -665,9 +665,9 @@ const dataGithubBranchConfig: dataGithubBranch.DataGithubBranchConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| branch | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. | +| branch | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. | --- @@ -749,7 +749,7 @@ public readonly branch: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch}. --- @@ -761,7 +761,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository}. --- @@ -773,7 +773,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubBranchProtectionRules.csharp.md b/docs/dataGithubBranchProtectionRules.csharp.md index 528a8a8ae..0dda08e66 100644 --- a/docs/dataGithubBranchProtectionRules.csharp.md +++ b/docs/dataGithubBranchProtectionRules.csharp.md @@ -4,7 +4,7 @@ ### DataGithubBranchProtectionRules -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules github_branch_protection_rules}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules github_branch_protection_rules}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubBranchProtection The id of the existing DataGithubBranchProtectionRules that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ new DataGithubBranchProtectionRulesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | --- @@ -714,7 +714,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. --- @@ -726,7 +726,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubBranchProtectionRules.go.md b/docs/dataGithubBranchProtectionRules.go.md index 81088b11c..22b2cc52f 100644 --- a/docs/dataGithubBranchProtectionRules.go.md +++ b/docs/dataGithubBranchProtectionRules.go.md @@ -4,12 +4,12 @@ ### DataGithubBranchProtectionRules -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules github_branch_protection_rules}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules github_branch_protection_rules}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchprotectionrules" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranchprotectionrules" datagithubbranchprotectionrules.NewDataGithubBranchProtectionRules(scope Construct, id *string, config DataGithubBranchProtectionRulesConfig) DataGithubBranchProtectionRules ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchprotectionrules" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranchprotectionrules" datagithubbranchprotectionrules.DataGithubBranchProtectionRules_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchprotectionrules" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranchprotectionrules" datagithubbranchprotectionrules.DataGithubBranchProtectionRules_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubbranchprotectionrules.DataGithubBranchProtectionRules_IsTerraformEleme ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchprotectionrules" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranchprotectionrules" datagithubbranchprotectionrules.DataGithubBranchProtectionRules_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubbranchprotectionrules.DataGithubBranchProtectionRules_IsTerraformDataS ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchprotectionrules" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranchprotectionrules" datagithubbranchprotectionrules.DataGithubBranchProtectionRules_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubBranchProtection The id of the existing DataGithubBranchProtectionRules that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use --- @@ -605,7 +605,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchprotectionrules" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranchprotectionrules" &datagithubbranchprotectionrules.DataGithubBranchProtectionRulesConfig { Connection: interface{}, @@ -631,8 +631,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchpro | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | --- @@ -714,7 +714,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. --- @@ -726,7 +726,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchprotectionrules" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranchprotectionrules" &datagithubbranchprotectionrules.DataGithubBranchProtectionRulesRules { @@ -753,7 +753,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchpro #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchprotectionrules" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranchprotectionrules" datagithubbranchprotectionrules.NewDataGithubBranchProtectionRulesRulesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubBranchProtectionRulesRulesList ``` @@ -902,7 +902,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubbranchprotectionrules" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubbranchprotectionrules" datagithubbranchprotectionrules.NewDataGithubBranchProtectionRulesRulesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubBranchProtectionRulesRulesOutputReference ``` diff --git a/docs/dataGithubBranchProtectionRules.java.md b/docs/dataGithubBranchProtectionRules.java.md index 3ba328752..f78668bf6 100644 --- a/docs/dataGithubBranchProtectionRules.java.md +++ b/docs/dataGithubBranchProtectionRules.java.md @@ -4,7 +4,7 @@ ### DataGithubBranchProtectionRules -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules github_branch_protection_rules}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules github_branch_protection_rules}. #### Initializers @@ -39,8 +39,8 @@ DataGithubBranchProtectionRules.Builder.create(Construct scope, java.lang.String | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubBranchProtection The id of the existing DataGithubBranchProtectionRules that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use --- @@ -712,8 +712,8 @@ DataGithubBranchProtectionRulesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | --- @@ -795,7 +795,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. --- @@ -807,7 +807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubBranchProtectionRules.python.md b/docs/dataGithubBranchProtectionRules.python.md index 488c3be47..86729452c 100644 --- a/docs/dataGithubBranchProtectionRules.python.md +++ b/docs/dataGithubBranchProtectionRules.python.md @@ -4,7 +4,7 @@ ### DataGithubBranchProtectionRules -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules github_branch_protection_rules}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules github_branch_protection_rules}. #### Initializers @@ -37,8 +37,8 @@ dataGithubBranchProtectionRules.DataGithubBranchProtectionRules( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubBranchProtection The id of the existing DataGithubBranchProtectionRules that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use --- @@ -742,8 +742,8 @@ dataGithubBranchProtectionRules.DataGithubBranchProtectionRulesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | --- @@ -825,7 +825,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. --- @@ -837,7 +837,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubBranchProtectionRules.typescript.md b/docs/dataGithubBranchProtectionRules.typescript.md index c38baa487..9d9929505 100644 --- a/docs/dataGithubBranchProtectionRules.typescript.md +++ b/docs/dataGithubBranchProtectionRules.typescript.md @@ -4,7 +4,7 @@ ### DataGithubBranchProtectionRules -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules github_branch_protection_rules}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules github_branch_protection_rules}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubBranchProtection The id of the existing DataGithubBranchProtectionRules that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use --- @@ -621,8 +621,8 @@ const dataGithubBranchProtectionRulesConfig: dataGithubBranchProtectionRules.Dat | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. | --- @@ -704,7 +704,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository}. --- @@ -716,7 +716,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesOrganizationPublicKey.csharp.md b/docs/dataGithubCodespacesOrganizationPublicKey.csharp.md index eee20e967..80b565721 100644 --- a/docs/dataGithubCodespacesOrganizationPublicKey.csharp.md +++ b/docs/dataGithubCodespacesOrganizationPublicKey.csharp.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesOrgani The id of the existing DataGithubCodespacesOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +619,7 @@ new DataGithubCodespacesOrganizationPublicKeyConfig { | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | --- @@ -701,7 +701,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesOrganizationPublicKey.go.md b/docs/dataGithubCodespacesOrganizationPublicKey.go.md index a198b6839..4ca6219e6 100644 --- a/docs/dataGithubCodespacesOrganizationPublicKey.go.md +++ b/docs/dataGithubCodespacesOrganizationPublicKey.go.md @@ -4,12 +4,12 @@ ### DataGithubCodespacesOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationpublickey" datagithubcodespacesorganizationpublickey.NewDataGithubCodespacesOrganizationPublicKey(scope Construct, id *string, config DataGithubCodespacesOrganizationPublicKeyConfig) DataGithubCodespacesOrganizationPublicKey ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationpublickey" datagithubcodespacesorganizationpublickey.DataGithubCodespacesOrganizationPublicKey_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationpublickey" datagithubcodespacesorganizationpublickey.DataGithubCodespacesOrganizationPublicKey_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubcodespacesorganizationpublickey.DataGithubCodespacesOrganizationPublic ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationpublickey" datagithubcodespacesorganizationpublickey.DataGithubCodespacesOrganizationPublicKey_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubcodespacesorganizationpublickey.DataGithubCodespacesOrganizationPublic ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationpublickey" datagithubcodespacesorganizationpublickey.DataGithubCodespacesOrganizationPublicKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesOrgani The id of the existing DataGithubCodespacesOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -594,7 +594,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationpublickey" &datagithubcodespacesorganizationpublickey.DataGithubCodespacesOrganizationPublicKeyConfig { Connection: interface{}, @@ -619,7 +619,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespace | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | --- @@ -701,7 +701,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesOrganizationPublicKey.java.md b/docs/dataGithubCodespacesOrganizationPublicKey.java.md index 92eb8423d..171715188 100644 --- a/docs/dataGithubCodespacesOrganizationPublicKey.java.md +++ b/docs/dataGithubCodespacesOrganizationPublicKey.java.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key}. #### Initializers @@ -38,7 +38,7 @@ DataGithubCodespacesOrganizationPublicKey.Builder.create(Construct scope, java.l | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubCodespacesOrgani The id of the existing DataGithubCodespacesOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -690,7 +690,7 @@ DataGithubCodespacesOrganizationPublicKeyConfig.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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | --- @@ -772,7 +772,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesOrganizationPublicKey.python.md b/docs/dataGithubCodespacesOrganizationPublicKey.python.md index 91ca8dbed..687e1fa66 100644 --- a/docs/dataGithubCodespacesOrganizationPublicKey.python.md +++ b/docs/dataGithubCodespacesOrganizationPublicKey.python.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key}. #### Initializers @@ -36,7 +36,7 @@ dataGithubCodespacesOrganizationPublicKey.DataGithubCodespacesOrganizationPublic | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubCodespacesOrgani The id of the existing DataGithubCodespacesOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ dataGithubCodespacesOrganizationPublicKey.DataGithubCodespacesOrganizationPublic | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | --- @@ -802,7 +802,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesOrganizationPublicKey.typescript.md b/docs/dataGithubCodespacesOrganizationPublicKey.typescript.md index 90373f9a8..35a01e8af 100644 --- a/docs/dataGithubCodespacesOrganizationPublicKey.typescript.md +++ b/docs/dataGithubCodespacesOrganizationPublicKey.typescript.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesOrgani The id of the existing DataGithubCodespacesOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -610,7 +610,7 @@ const dataGithubCodespacesOrganizationPublicKeyConfig: dataGithubCodespacesOrgan | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. | --- @@ -692,7 +692,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesOrganizationSecrets.csharp.md b/docs/dataGithubCodespacesOrganizationSecrets.csharp.md index 6f76c34c3..a48b44070 100644 --- a/docs/dataGithubCodespacesOrganizationSecrets.csharp.md +++ b/docs/dataGithubCodespacesOrganizationSecrets.csharp.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesOrgani The id of the existing DataGithubCodespacesOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubCodespacesOrganizationSecretsConfig { | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesOrganizationSecrets.go.md b/docs/dataGithubCodespacesOrganizationSecrets.go.md index 820d272c6..e5c0ae9f5 100644 --- a/docs/dataGithubCodespacesOrganizationSecrets.go.md +++ b/docs/dataGithubCodespacesOrganizationSecrets.go.md @@ -4,12 +4,12 @@ ### DataGithubCodespacesOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationsecrets" datagithubcodespacesorganizationsecrets.NewDataGithubCodespacesOrganizationSecrets(scope Construct, id *string, config DataGithubCodespacesOrganizationSecretsConfig) DataGithubCodespacesOrganizationSecrets ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationsecrets" datagithubcodespacesorganizationsecrets.DataGithubCodespacesOrganizationSecrets_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationsecrets" datagithubcodespacesorganizationsecrets.DataGithubCodespacesOrganizationSecrets_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubcodespacesorganizationsecrets.DataGithubCodespacesOrganizationSecrets_ ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationsecrets" datagithubcodespacesorganizationsecrets.DataGithubCodespacesOrganizationSecrets_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubcodespacesorganizationsecrets.DataGithubCodespacesOrganizationSecrets_ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationsecrets" datagithubcodespacesorganizationsecrets.DataGithubCodespacesOrganizationSecrets_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesOrgani The id of the existing DataGithubCodespacesOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationsecrets" &datagithubcodespacesorganizationsecrets.DataGithubCodespacesOrganizationSecretsConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespace | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -702,7 +702,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationsecrets" &datagithubcodespacesorganizationsecrets.DataGithubCodespacesOrganizationSecretsSecrets { @@ -717,7 +717,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespace #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationsecrets" datagithubcodespacesorganizationsecrets.NewDataGithubCodespacesOrganizationSecretsSecretsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubCodespacesOrganizationSecretsSecretsList ``` @@ -866,7 +866,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesorganizationsecrets" datagithubcodespacesorganizationsecrets.NewDataGithubCodespacesOrganizationSecretsSecretsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubCodespacesOrganizationSecretsSecretsOutputReference ``` diff --git a/docs/dataGithubCodespacesOrganizationSecrets.java.md b/docs/dataGithubCodespacesOrganizationSecrets.java.md index d3540bc5d..1f2da72d2 100644 --- a/docs/dataGithubCodespacesOrganizationSecrets.java.md +++ b/docs/dataGithubCodespacesOrganizationSecrets.java.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets}. #### Initializers @@ -38,7 +38,7 @@ DataGithubCodespacesOrganizationSecrets.Builder.create(Construct scope, java.lan | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubCodespacesOrgani The id of the existing DataGithubCodespacesOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubCodespacesOrganizationSecretsConfig.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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesOrganizationSecrets.python.md b/docs/dataGithubCodespacesOrganizationSecrets.python.md index 7603f495a..082b17c27 100644 --- a/docs/dataGithubCodespacesOrganizationSecrets.python.md +++ b/docs/dataGithubCodespacesOrganizationSecrets.python.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets}. #### Initializers @@ -36,7 +36,7 @@ dataGithubCodespacesOrganizationSecrets.DataGithubCodespacesOrganizationSecrets( | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubCodespacesOrgani The id of the existing DataGithubCodespacesOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubCodespacesOrganizationSecrets.DataGithubCodespacesOrganizationSecretsC | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesOrganizationSecrets.typescript.md b/docs/dataGithubCodespacesOrganizationSecrets.typescript.md index aaa5c53db..4dda88983 100644 --- a/docs/dataGithubCodespacesOrganizationSecrets.typescript.md +++ b/docs/dataGithubCodespacesOrganizationSecrets.typescript.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesOrgani The id of the existing DataGithubCodespacesOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubCodespacesOrganizationSecretsConfig: dataGithubCodespacesOrganiz | 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/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesPublicKey.csharp.md b/docs/dataGithubCodespacesPublicKey.csharp.md index 3aac36179..c3ba761e9 100644 --- a/docs/dataGithubCodespacesPublicKey.csharp.md +++ b/docs/dataGithubCodespacesPublicKey.csharp.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key github_codespaces_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key github_codespaces_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesPublic The id of the existing DataGithubCodespacesPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use --- @@ -642,8 +642,8 @@ new DataGithubCodespacesPublicKeyConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | --- @@ -725,7 +725,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. --- @@ -737,7 +737,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesPublicKey.go.md b/docs/dataGithubCodespacesPublicKey.go.md index 10fd96f18..4c0e699ef 100644 --- a/docs/dataGithubCodespacesPublicKey.go.md +++ b/docs/dataGithubCodespacesPublicKey.go.md @@ -4,12 +4,12 @@ ### DataGithubCodespacesPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key github_codespaces_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key github_codespaces_public_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacespublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacespublickey" datagithubcodespacespublickey.NewDataGithubCodespacesPublicKey(scope Construct, id *string, config DataGithubCodespacesPublicKeyConfig) DataGithubCodespacesPublicKey ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacespublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacespublickey" datagithubcodespacespublickey.DataGithubCodespacesPublicKey_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacespublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacespublickey" datagithubcodespacespublickey.DataGithubCodespacesPublicKey_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubcodespacespublickey.DataGithubCodespacesPublicKey_IsTerraformElement(x ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacespublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacespublickey" datagithubcodespacespublickey.DataGithubCodespacesPublicKey_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubcodespacespublickey.DataGithubCodespacesPublicKey_IsTerraformDataSourc ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacespublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacespublickey" datagithubcodespacespublickey.DataGithubCodespacesPublicKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesPublic The id of the existing DataGithubCodespacesPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use --- @@ -616,7 +616,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacespublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacespublickey" &datagithubcodespacespublickey.DataGithubCodespacesPublicKeyConfig { Connection: interface{}, @@ -642,8 +642,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespace | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | --- @@ -725,7 +725,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. --- @@ -737,7 +737,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesPublicKey.java.md b/docs/dataGithubCodespacesPublicKey.java.md index 57933db8b..66056ea78 100644 --- a/docs/dataGithubCodespacesPublicKey.java.md +++ b/docs/dataGithubCodespacesPublicKey.java.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key github_codespaces_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key github_codespaces_public_key}. #### Initializers @@ -39,8 +39,8 @@ DataGithubCodespacesPublicKey.Builder.create(Construct scope, java.lang.String i | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubCodespacesPublic The id of the existing DataGithubCodespacesPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use --- @@ -723,8 +723,8 @@ DataGithubCodespacesPublicKeyConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | --- @@ -806,7 +806,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. --- @@ -818,7 +818,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesPublicKey.python.md b/docs/dataGithubCodespacesPublicKey.python.md index 951ea20a1..9d8a289ca 100644 --- a/docs/dataGithubCodespacesPublicKey.python.md +++ b/docs/dataGithubCodespacesPublicKey.python.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key github_codespaces_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key github_codespaces_public_key}. #### Initializers @@ -37,8 +37,8 @@ dataGithubCodespacesPublicKey.DataGithubCodespacesPublicKey( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubCodespacesPublic The id of the existing DataGithubCodespacesPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use --- @@ -753,8 +753,8 @@ dataGithubCodespacesPublicKey.DataGithubCodespacesPublicKeyConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | --- @@ -836,7 +836,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. --- @@ -848,7 +848,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesPublicKey.typescript.md b/docs/dataGithubCodespacesPublicKey.typescript.md index 4bda15bb2..d474ddd19 100644 --- a/docs/dataGithubCodespacesPublicKey.typescript.md +++ b/docs/dataGithubCodespacesPublicKey.typescript.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key github_codespaces_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key github_codespaces_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesPublic The id of the existing DataGithubCodespacesPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use --- @@ -632,8 +632,8 @@ const dataGithubCodespacesPublicKeyConfig: dataGithubCodespacesPublicKey.DataGit | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. | --- @@ -715,7 +715,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository}. --- @@ -727,7 +727,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesSecrets.csharp.md b/docs/dataGithubCodespacesSecrets.csharp.md index a947359e9..0b20d0b86 100644 --- a/docs/dataGithubCodespacesSecrets.csharp.md +++ b/docs/dataGithubCodespacesSecrets.csharp.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets github_codespaces_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets github_codespaces_secrets}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubCodespacesSecret The id of the existing DataGithubCodespacesSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use --- @@ -669,7 +669,7 @@ new DataGithubCodespacesSecretsConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | FullName | string | Full name of the repository (in `org/name` format). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | | Name | string | The name of the repository. | --- @@ -754,7 +754,7 @@ public string FullName { get; set; } Full name of the repository (in `org/name` format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -783,7 +783,7 @@ public string Name { get; set; } The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} --- diff --git a/docs/dataGithubCodespacesSecrets.go.md b/docs/dataGithubCodespacesSecrets.go.md index 1bc01801d..2869bf6f3 100644 --- a/docs/dataGithubCodespacesSecrets.go.md +++ b/docs/dataGithubCodespacesSecrets.go.md @@ -4,12 +4,12 @@ ### DataGithubCodespacesSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets github_codespaces_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets github_codespaces_secrets}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacessecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacessecrets" datagithubcodespacessecrets.NewDataGithubCodespacesSecrets(scope Construct, id *string, config DataGithubCodespacesSecretsConfig) DataGithubCodespacesSecrets ``` @@ -297,7 +297,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacessecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacessecrets" datagithubcodespacessecrets.DataGithubCodespacesSecrets_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacessecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacessecrets" datagithubcodespacessecrets.DataGithubCodespacesSecrets_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubcodespacessecrets.DataGithubCodespacesSecrets_IsTerraformElement(x int ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacessecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacessecrets" datagithubcodespacessecrets.DataGithubCodespacesSecrets_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datagithubcodespacessecrets.DataGithubCodespacesSecrets_IsTerraformDataSource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacessecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacessecrets" datagithubcodespacessecrets.DataGithubCodespacesSecrets_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubCodespacesSecret The id of the existing DataGithubCodespacesSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use --- @@ -641,7 +641,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacessecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacessecrets" &datagithubcodespacessecrets.DataGithubCodespacesSecretsConfig { Connection: interface{}, @@ -669,7 +669,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespace | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | FullName | *string | Full name of the repository (in `org/name` format). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | | Name | *string | The name of the repository. | --- @@ -754,7 +754,7 @@ FullName *string Full name of the repository (in `org/name` format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -783,7 +783,7 @@ Name *string The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} --- @@ -792,7 +792,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacessecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacessecrets" &datagithubcodespacessecrets.DataGithubCodespacesSecretsSecrets { @@ -807,7 +807,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespace #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacessecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacessecrets" datagithubcodespacessecrets.NewDataGithubCodespacesSecretsSecretsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubCodespacesSecretsSecretsList ``` @@ -956,7 +956,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacessecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacessecrets" datagithubcodespacessecrets.NewDataGithubCodespacesSecretsSecretsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubCodespacesSecretsSecretsOutputReference ``` diff --git a/docs/dataGithubCodespacesSecrets.java.md b/docs/dataGithubCodespacesSecrets.java.md index de581023c..ac27080fb 100644 --- a/docs/dataGithubCodespacesSecrets.java.md +++ b/docs/dataGithubCodespacesSecrets.java.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets github_codespaces_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets github_codespaces_secrets}. #### Initializers @@ -41,7 +41,7 @@ DataGithubCodespacesSecrets.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | fullName | java.lang.String | Full name of the repository (in `org/name` format). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | | name | java.lang.String | The name of the repository. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Full name of the repository (in `org/name` format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} --- @@ -477,7 +477,7 @@ The construct id used in the generated config for the DataGithubCodespacesSecret The id of the existing DataGithubCodespacesSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use --- @@ -764,7 +764,7 @@ DataGithubCodespacesSecretsConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | fullName | java.lang.String | Full name of the repository (in `org/name` format). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | | name | java.lang.String | The name of the repository. | --- @@ -849,7 +849,7 @@ public java.lang.String getFullName(); Full name of the repository (in `org/name` format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -878,7 +878,7 @@ public java.lang.String getName(); The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} --- diff --git a/docs/dataGithubCodespacesSecrets.python.md b/docs/dataGithubCodespacesSecrets.python.md index 5f736868c..5ce45112e 100644 --- a/docs/dataGithubCodespacesSecrets.python.md +++ b/docs/dataGithubCodespacesSecrets.python.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets github_codespaces_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets github_codespaces_secrets}. #### Initializers @@ -39,7 +39,7 @@ dataGithubCodespacesSecrets.DataGithubCodespacesSecrets( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | full_name | str | Full name of the repository (in `org/name` format). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | | name | str | The name of the repository. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Full name of the repository (in `org/name` format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} --- @@ -511,7 +511,7 @@ The construct id used in the generated config for the DataGithubCodespacesSecret The id of the existing DataGithubCodespacesSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use --- @@ -794,7 +794,7 @@ dataGithubCodespacesSecrets.DataGithubCodespacesSecretsConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | full_name | str | Full name of the repository (in `org/name` format). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | | name | str | The name of the repository. | --- @@ -879,7 +879,7 @@ full_name: str Full name of the repository (in `org/name` format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -908,7 +908,7 @@ name: str The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} --- diff --git a/docs/dataGithubCodespacesSecrets.typescript.md b/docs/dataGithubCodespacesSecrets.typescript.md index 55a94a084..d20a83e6f 100644 --- a/docs/dataGithubCodespacesSecrets.typescript.md +++ b/docs/dataGithubCodespacesSecrets.typescript.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets github_codespaces_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets github_codespaces_secrets}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubCodespacesSecret The id of the existing DataGithubCodespacesSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use --- @@ -658,7 +658,7 @@ const dataGithubCodespacesSecretsConfig: dataGithubCodespacesSecrets.DataGithubC | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | fullName | string | Full name of the repository (in `org/name` format). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. | | name | string | The name of the repository. | --- @@ -743,7 +743,7 @@ public readonly fullName: string; Full name of the repository (in `org/name` format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -772,7 +772,7 @@ public readonly name: string; The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} --- diff --git a/docs/dataGithubCodespacesUserPublicKey.csharp.md b/docs/dataGithubCodespacesUserPublicKey.csharp.md index a13099ba8..e058f435a 100644 --- a/docs/dataGithubCodespacesUserPublicKey.csharp.md +++ b/docs/dataGithubCodespacesUserPublicKey.csharp.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesUserPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesUserPu The id of the existing DataGithubCodespacesUserPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +619,7 @@ new DataGithubCodespacesUserPublicKeyConfig { | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | --- @@ -701,7 +701,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesUserPublicKey.go.md b/docs/dataGithubCodespacesUserPublicKey.go.md index 0dadc0c96..dc7f38bf8 100644 --- a/docs/dataGithubCodespacesUserPublicKey.go.md +++ b/docs/dataGithubCodespacesUserPublicKey.go.md @@ -4,12 +4,12 @@ ### DataGithubCodespacesUserPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesuserpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesuserpublickey" datagithubcodespacesuserpublickey.NewDataGithubCodespacesUserPublicKey(scope Construct, id *string, config DataGithubCodespacesUserPublicKeyConfig) DataGithubCodespacesUserPublicKey ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesuserpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesuserpublickey" datagithubcodespacesuserpublickey.DataGithubCodespacesUserPublicKey_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesuserpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesuserpublickey" datagithubcodespacesuserpublickey.DataGithubCodespacesUserPublicKey_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubcodespacesuserpublickey.DataGithubCodespacesUserPublicKey_IsTerraformE ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesuserpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesuserpublickey" datagithubcodespacesuserpublickey.DataGithubCodespacesUserPublicKey_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubcodespacesuserpublickey.DataGithubCodespacesUserPublicKey_IsTerraformD ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesuserpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesuserpublickey" datagithubcodespacesuserpublickey.DataGithubCodespacesUserPublicKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesUserPu The id of the existing DataGithubCodespacesUserPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use --- @@ -594,7 +594,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesuserpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesuserpublickey" &datagithubcodespacesuserpublickey.DataGithubCodespacesUserPublicKeyConfig { Connection: interface{}, @@ -619,7 +619,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespace | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | --- @@ -701,7 +701,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesUserPublicKey.java.md b/docs/dataGithubCodespacesUserPublicKey.java.md index 94b839313..58a58c875 100644 --- a/docs/dataGithubCodespacesUserPublicKey.java.md +++ b/docs/dataGithubCodespacesUserPublicKey.java.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesUserPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key}. #### Initializers @@ -38,7 +38,7 @@ DataGithubCodespacesUserPublicKey.Builder.create(Construct scope, java.lang.Stri | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#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/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubCodespacesUserPu The id of the existing DataGithubCodespacesUserPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use --- @@ -690,7 +690,7 @@ DataGithubCodespacesUserPublicKeyConfig.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/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | --- @@ -772,7 +772,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesUserPublicKey.python.md b/docs/dataGithubCodespacesUserPublicKey.python.md index eef139268..46c4685ce 100644 --- a/docs/dataGithubCodespacesUserPublicKey.python.md +++ b/docs/dataGithubCodespacesUserPublicKey.python.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesUserPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key}. #### Initializers @@ -36,7 +36,7 @@ dataGithubCodespacesUserPublicKey.DataGithubCodespacesUserPublicKey( | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#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/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubCodespacesUserPu The id of the existing DataGithubCodespacesUserPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ dataGithubCodespacesUserPublicKey.DataGithubCodespacesUserPublicKeyConfig( | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | --- @@ -802,7 +802,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesUserPublicKey.typescript.md b/docs/dataGithubCodespacesUserPublicKey.typescript.md index c5dda0759..f6af2987b 100644 --- a/docs/dataGithubCodespacesUserPublicKey.typescript.md +++ b/docs/dataGithubCodespacesUserPublicKey.typescript.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesUserPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesUserPu The id of the existing DataGithubCodespacesUserPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use --- @@ -610,7 +610,7 @@ const dataGithubCodespacesUserPublicKeyConfig: dataGithubCodespacesUserPublicKey | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. | --- @@ -692,7 +692,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesUserSecrets.csharp.md b/docs/dataGithubCodespacesUserSecrets.csharp.md index 60078fbcc..70e31ff71 100644 --- a/docs/dataGithubCodespacesUserSecrets.csharp.md +++ b/docs/dataGithubCodespacesUserSecrets.csharp.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesUserSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesUserSe The id of the existing DataGithubCodespacesUserSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubCodespacesUserSecretsConfig { | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesUserSecrets.go.md b/docs/dataGithubCodespacesUserSecrets.go.md index a7855fc2c..53e60eeaf 100644 --- a/docs/dataGithubCodespacesUserSecrets.go.md +++ b/docs/dataGithubCodespacesUserSecrets.go.md @@ -4,12 +4,12 @@ ### DataGithubCodespacesUserSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesusersecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesusersecrets" datagithubcodespacesusersecrets.NewDataGithubCodespacesUserSecrets(scope Construct, id *string, config DataGithubCodespacesUserSecretsConfig) DataGithubCodespacesUserSecrets ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesusersecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesusersecrets" datagithubcodespacesusersecrets.DataGithubCodespacesUserSecrets_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesusersecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesusersecrets" datagithubcodespacesusersecrets.DataGithubCodespacesUserSecrets_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubcodespacesusersecrets.DataGithubCodespacesUserSecrets_IsTerraformEleme ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesusersecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesusersecrets" datagithubcodespacesusersecrets.DataGithubCodespacesUserSecrets_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubcodespacesusersecrets.DataGithubCodespacesUserSecrets_IsTerraformDataS ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesusersecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesusersecrets" datagithubcodespacesusersecrets.DataGithubCodespacesUserSecrets_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesUserSe The id of the existing DataGithubCodespacesUserSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesusersecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesusersecrets" &datagithubcodespacesusersecrets.DataGithubCodespacesUserSecretsConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespace | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -702,7 +702,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesusersecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesusersecrets" &datagithubcodespacesusersecrets.DataGithubCodespacesUserSecretsSecrets { @@ -717,7 +717,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespace #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesusersecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesusersecrets" datagithubcodespacesusersecrets.NewDataGithubCodespacesUserSecretsSecretsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubCodespacesUserSecretsSecretsList ``` @@ -866,7 +866,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcodespacesusersecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcodespacesusersecrets" datagithubcodespacesusersecrets.NewDataGithubCodespacesUserSecretsSecretsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubCodespacesUserSecretsSecretsOutputReference ``` diff --git a/docs/dataGithubCodespacesUserSecrets.java.md b/docs/dataGithubCodespacesUserSecrets.java.md index b8be94f1e..5908d57a5 100644 --- a/docs/dataGithubCodespacesUserSecrets.java.md +++ b/docs/dataGithubCodespacesUserSecrets.java.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesUserSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets}. #### Initializers @@ -38,7 +38,7 @@ DataGithubCodespacesUserSecrets.Builder.create(Construct scope, java.lang.String | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#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/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubCodespacesUserSe The id of the existing DataGithubCodespacesUserSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubCodespacesUserSecretsConfig.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/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesUserSecrets.python.md b/docs/dataGithubCodespacesUserSecrets.python.md index b83a3fca2..936cb5a43 100644 --- a/docs/dataGithubCodespacesUserSecrets.python.md +++ b/docs/dataGithubCodespacesUserSecrets.python.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesUserSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets}. #### Initializers @@ -36,7 +36,7 @@ dataGithubCodespacesUserSecrets.DataGithubCodespacesUserSecrets( | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#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/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubCodespacesUserSe The id of the existing DataGithubCodespacesUserSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubCodespacesUserSecrets.DataGithubCodespacesUserSecretsConfig( | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCodespacesUserSecrets.typescript.md b/docs/dataGithubCodespacesUserSecrets.typescript.md index 051dba126..0a7aaf7b8 100644 --- a/docs/dataGithubCodespacesUserSecrets.typescript.md +++ b/docs/dataGithubCodespacesUserSecrets.typescript.md @@ -4,7 +4,7 @@ ### DataGithubCodespacesUserSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubCodespacesUserSe The id of the existing DataGithubCodespacesUserSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubCodespacesUserSecretsConfig: dataGithubCodespacesUserSecrets.Dat | 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/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCollaborators.csharp.md b/docs/dataGithubCollaborators.csharp.md index 2e010b35e..bb72e8b77 100644 --- a/docs/dataGithubCollaborators.csharp.md +++ b/docs/dataGithubCollaborators.csharp.md @@ -4,7 +4,7 @@ ### DataGithubCollaborators -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators github_collaborators}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators github_collaborators}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubCollaborators to The id of the existing DataGithubCollaborators that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use --- @@ -697,10 +697,10 @@ new DataGithubCollaboratorsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | -| Affiliation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | +| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | +| Affiliation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | --- @@ -782,7 +782,7 @@ public string Owner { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. --- @@ -794,7 +794,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. --- @@ -806,7 +806,7 @@ public string Affiliation { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. --- @@ -818,7 +818,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCollaborators.go.md b/docs/dataGithubCollaborators.go.md index 4e1f237f9..c334ea1ce 100644 --- a/docs/dataGithubCollaborators.go.md +++ b/docs/dataGithubCollaborators.go.md @@ -4,12 +4,12 @@ ### DataGithubCollaborators -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators github_collaborators}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators github_collaborators}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcollaborators" datagithubcollaborators.NewDataGithubCollaborators(scope Construct, id *string, config DataGithubCollaboratorsConfig) DataGithubCollaborators ``` @@ -290,7 +290,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcollaborators" datagithubcollaborators.DataGithubCollaborators_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcollaborators" datagithubcollaborators.DataGithubCollaborators_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datagithubcollaborators.DataGithubCollaborators_IsTerraformElement(x interface{} ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcollaborators" datagithubcollaborators.DataGithubCollaborators_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datagithubcollaborators.DataGithubCollaborators_IsTerraformDataSource(x interfac ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcollaborators" datagithubcollaborators.DataGithubCollaborators_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubCollaborators to The id of the existing DataGithubCollaborators that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcollaborators" &datagithubcollaborators.DataGithubCollaboratorsCollaborator { @@ -669,7 +669,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollabora #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcollaborators" &datagithubcollaborators.DataGithubCollaboratorsConfig { Connection: interface{}, @@ -697,10 +697,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollabora | 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.* | -| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | -| Affiliation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | +| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | +| Affiliation | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | --- @@ -782,7 +782,7 @@ Owner *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. --- @@ -794,7 +794,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. --- @@ -806,7 +806,7 @@ Affiliation *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. --- @@ -818,7 +818,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcollaborators" datagithubcollaborators.NewDataGithubCollaboratorsCollaboratorList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubCollaboratorsCollaboratorList ``` @@ -981,7 +981,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubcollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubcollaborators" datagithubcollaborators.NewDataGithubCollaboratorsCollaboratorOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubCollaboratorsCollaboratorOutputReference ``` diff --git a/docs/dataGithubCollaborators.java.md b/docs/dataGithubCollaborators.java.md index 9f74d1af2..c24cfcbcb 100644 --- a/docs/dataGithubCollaborators.java.md +++ b/docs/dataGithubCollaborators.java.md @@ -4,7 +4,7 @@ ### DataGithubCollaborators -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators github_collaborators}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators github_collaborators}. #### Initializers @@ -41,10 +41,10 @@ DataGithubCollaborators.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.* | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | -| affiliation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | +| affiliation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataGithubCollaborators to The id of the existing DataGithubCollaborators that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use --- @@ -797,10 +797,10 @@ DataGithubCollaboratorsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | -| affiliation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | +| affiliation | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | --- @@ -882,7 +882,7 @@ public java.lang.String getOwner(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. --- @@ -894,7 +894,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. --- @@ -906,7 +906,7 @@ public java.lang.String getAffiliation(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. --- @@ -918,7 +918,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCollaborators.python.md b/docs/dataGithubCollaborators.python.md index 8b45be247..a9c50fd27 100644 --- a/docs/dataGithubCollaborators.python.md +++ b/docs/dataGithubCollaborators.python.md @@ -4,7 +4,7 @@ ### DataGithubCollaborators -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators github_collaborators}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators github_collaborators}. #### Initializers @@ -39,10 +39,10 @@ dataGithubCollaborators.DataGithubCollaborators( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | -| affiliation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | +| affiliation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -510,7 +510,7 @@ The construct id used in the generated config for the DataGithubCollaborators to The id of the existing DataGithubCollaborators that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use --- @@ -826,10 +826,10 @@ dataGithubCollaborators.DataGithubCollaboratorsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | -| affiliation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | +| affiliation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | --- @@ -911,7 +911,7 @@ owner: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. --- @@ -923,7 +923,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. --- @@ -935,7 +935,7 @@ affiliation: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. --- @@ -947,7 +947,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubCollaborators.typescript.md b/docs/dataGithubCollaborators.typescript.md index bebf4e4b5..cbbdb40d9 100644 --- a/docs/dataGithubCollaborators.typescript.md +++ b/docs/dataGithubCollaborators.typescript.md @@ -4,7 +4,7 @@ ### DataGithubCollaborators -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators github_collaborators}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators github_collaborators}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubCollaborators to The id of the existing DataGithubCollaborators that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use --- @@ -683,10 +683,10 @@ const dataGithubCollaboratorsConfig: dataGithubCollaborators.DataGithubCollabora | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | -| affiliation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | +| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. | +| affiliation | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. | --- @@ -768,7 +768,7 @@ public readonly owner: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner}. --- @@ -780,7 +780,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository}. --- @@ -792,7 +792,7 @@ public readonly affiliation: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation}. --- @@ -804,7 +804,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotOrganizationPublicKey.csharp.md b/docs/dataGithubDependabotOrganizationPublicKey.csharp.md index 8a53b0476..bcb42674b 100644 --- a/docs/dataGithubDependabotOrganizationPublicKey.csharp.md +++ b/docs/dataGithubDependabotOrganizationPublicKey.csharp.md @@ -4,7 +4,7 @@ ### DataGithubDependabotOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubDependabotOrgani The id of the existing DataGithubDependabotOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -619,7 +619,7 @@ new DataGithubDependabotOrganizationPublicKeyConfig { | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | --- @@ -701,7 +701,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotOrganizationPublicKey.go.md b/docs/dataGithubDependabotOrganizationPublicKey.go.md index 9cce19768..c3e176d7b 100644 --- a/docs/dataGithubDependabotOrganizationPublicKey.go.md +++ b/docs/dataGithubDependabotOrganizationPublicKey.go.md @@ -4,12 +4,12 @@ ### DataGithubDependabotOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationpublickey" datagithubdependabotorganizationpublickey.NewDataGithubDependabotOrganizationPublicKey(scope Construct, id *string, config DataGithubDependabotOrganizationPublicKeyConfig) DataGithubDependabotOrganizationPublicKey ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationpublickey" datagithubdependabotorganizationpublickey.DataGithubDependabotOrganizationPublicKey_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationpublickey" datagithubdependabotorganizationpublickey.DataGithubDependabotOrganizationPublicKey_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubdependabotorganizationpublickey.DataGithubDependabotOrganizationPublic ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationpublickey" datagithubdependabotorganizationpublickey.DataGithubDependabotOrganizationPublicKey_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubdependabotorganizationpublickey.DataGithubDependabotOrganizationPublic ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationpublickey" datagithubdependabotorganizationpublickey.DataGithubDependabotOrganizationPublicKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubDependabotOrgani The id of the existing DataGithubDependabotOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -594,7 +594,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationpublickey" &datagithubdependabotorganizationpublickey.DataGithubDependabotOrganizationPublicKeyConfig { Connection: interface{}, @@ -619,7 +619,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabo | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | --- @@ -701,7 +701,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotOrganizationPublicKey.java.md b/docs/dataGithubDependabotOrganizationPublicKey.java.md index 9c91810e8..c6550eaea 100644 --- a/docs/dataGithubDependabotOrganizationPublicKey.java.md +++ b/docs/dataGithubDependabotOrganizationPublicKey.java.md @@ -4,7 +4,7 @@ ### DataGithubDependabotOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key}. #### Initializers @@ -38,7 +38,7 @@ DataGithubDependabotOrganizationPublicKey.Builder.create(Construct scope, java.l | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubDependabotOrgani The id of the existing DataGithubDependabotOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -690,7 +690,7 @@ DataGithubDependabotOrganizationPublicKeyConfig.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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | --- @@ -772,7 +772,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotOrganizationPublicKey.python.md b/docs/dataGithubDependabotOrganizationPublicKey.python.md index 7252b1918..068ec199f 100644 --- a/docs/dataGithubDependabotOrganizationPublicKey.python.md +++ b/docs/dataGithubDependabotOrganizationPublicKey.python.md @@ -4,7 +4,7 @@ ### DataGithubDependabotOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key}. #### Initializers @@ -36,7 +36,7 @@ dataGithubDependabotOrganizationPublicKey.DataGithubDependabotOrganizationPublic | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubDependabotOrgani The id of the existing DataGithubDependabotOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -720,7 +720,7 @@ dataGithubDependabotOrganizationPublicKey.DataGithubDependabotOrganizationPublic | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | --- @@ -802,7 +802,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotOrganizationPublicKey.typescript.md b/docs/dataGithubDependabotOrganizationPublicKey.typescript.md index 98c19d3fa..05409655e 100644 --- a/docs/dataGithubDependabotOrganizationPublicKey.typescript.md +++ b/docs/dataGithubDependabotOrganizationPublicKey.typescript.md @@ -4,7 +4,7 @@ ### DataGithubDependabotOrganizationPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubDependabotOrgani The id of the existing DataGithubDependabotOrganizationPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use --- @@ -610,7 +610,7 @@ const dataGithubDependabotOrganizationPublicKeyConfig: dataGithubDependabotOrgan | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. | --- @@ -692,7 +692,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotOrganizationSecrets.csharp.md b/docs/dataGithubDependabotOrganizationSecrets.csharp.md index 0457f8500..dfc82e323 100644 --- a/docs/dataGithubDependabotOrganizationSecrets.csharp.md +++ b/docs/dataGithubDependabotOrganizationSecrets.csharp.md @@ -4,7 +4,7 @@ ### DataGithubDependabotOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubDependabotOrgani The id of the existing DataGithubDependabotOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubDependabotOrganizationSecretsConfig { | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotOrganizationSecrets.go.md b/docs/dataGithubDependabotOrganizationSecrets.go.md index ad06b0f9a..e3c460a07 100644 --- a/docs/dataGithubDependabotOrganizationSecrets.go.md +++ b/docs/dataGithubDependabotOrganizationSecrets.go.md @@ -4,12 +4,12 @@ ### DataGithubDependabotOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationsecrets" datagithubdependabotorganizationsecrets.NewDataGithubDependabotOrganizationSecrets(scope Construct, id *string, config DataGithubDependabotOrganizationSecretsConfig) DataGithubDependabotOrganizationSecrets ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationsecrets" datagithubdependabotorganizationsecrets.DataGithubDependabotOrganizationSecrets_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationsecrets" datagithubdependabotorganizationsecrets.DataGithubDependabotOrganizationSecrets_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubdependabotorganizationsecrets.DataGithubDependabotOrganizationSecrets_ ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationsecrets" datagithubdependabotorganizationsecrets.DataGithubDependabotOrganizationSecrets_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubdependabotorganizationsecrets.DataGithubDependabotOrganizationSecrets_ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationsecrets" datagithubdependabotorganizationsecrets.DataGithubDependabotOrganizationSecrets_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubDependabotOrgani The id of the existing DataGithubDependabotOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationsecrets" &datagithubdependabotorganizationsecrets.DataGithubDependabotOrganizationSecretsConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabo | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -702,7 +702,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationsecrets" &datagithubdependabotorganizationsecrets.DataGithubDependabotOrganizationSecretsSecrets { @@ -717,7 +717,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabo #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationsecrets" datagithubdependabotorganizationsecrets.NewDataGithubDependabotOrganizationSecretsSecretsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubDependabotOrganizationSecretsSecretsList ``` @@ -866,7 +866,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotorganizationsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotorganizationsecrets" datagithubdependabotorganizationsecrets.NewDataGithubDependabotOrganizationSecretsSecretsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubDependabotOrganizationSecretsSecretsOutputReference ``` diff --git a/docs/dataGithubDependabotOrganizationSecrets.java.md b/docs/dataGithubDependabotOrganizationSecrets.java.md index 94bd3ff20..7c29c9f43 100644 --- a/docs/dataGithubDependabotOrganizationSecrets.java.md +++ b/docs/dataGithubDependabotOrganizationSecrets.java.md @@ -4,7 +4,7 @@ ### DataGithubDependabotOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets}. #### Initializers @@ -38,7 +38,7 @@ DataGithubDependabotOrganizationSecrets.Builder.create(Construct scope, java.lan | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubDependabotOrgani The id of the existing DataGithubDependabotOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubDependabotOrganizationSecretsConfig.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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotOrganizationSecrets.python.md b/docs/dataGithubDependabotOrganizationSecrets.python.md index 9d01129a4..ad4d1e8cb 100644 --- a/docs/dataGithubDependabotOrganizationSecrets.python.md +++ b/docs/dataGithubDependabotOrganizationSecrets.python.md @@ -4,7 +4,7 @@ ### DataGithubDependabotOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets}. #### Initializers @@ -36,7 +36,7 @@ dataGithubDependabotOrganizationSecrets.DataGithubDependabotOrganizationSecrets( | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubDependabotOrgani The id of the existing DataGithubDependabotOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubDependabotOrganizationSecrets.DataGithubDependabotOrganizationSecretsC | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotOrganizationSecrets.typescript.md b/docs/dataGithubDependabotOrganizationSecrets.typescript.md index 6eda8b80e..dde174e3a 100644 --- a/docs/dataGithubDependabotOrganizationSecrets.typescript.md +++ b/docs/dataGithubDependabotOrganizationSecrets.typescript.md @@ -4,7 +4,7 @@ ### DataGithubDependabotOrganizationSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubDependabotOrgani The id of the existing DataGithubDependabotOrganizationSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubDependabotOrganizationSecretsConfig: dataGithubDependabotOrganiz | 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/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotPublicKey.csharp.md b/docs/dataGithubDependabotPublicKey.csharp.md index f42b6448d..7da58ff35 100644 --- a/docs/dataGithubDependabotPublicKey.csharp.md +++ b/docs/dataGithubDependabotPublicKey.csharp.md @@ -4,7 +4,7 @@ ### DataGithubDependabotPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key github_dependabot_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key github_dependabot_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubDependabotPublic The id of the existing DataGithubDependabotPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use --- @@ -642,8 +642,8 @@ new DataGithubDependabotPublicKeyConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | --- @@ -725,7 +725,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. --- @@ -737,7 +737,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotPublicKey.go.md b/docs/dataGithubDependabotPublicKey.go.md index 32ef0f577..503d859ff 100644 --- a/docs/dataGithubDependabotPublicKey.go.md +++ b/docs/dataGithubDependabotPublicKey.go.md @@ -4,12 +4,12 @@ ### DataGithubDependabotPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key github_dependabot_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key github_dependabot_public_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotpublickey" datagithubdependabotpublickey.NewDataGithubDependabotPublicKey(scope Construct, id *string, config DataGithubDependabotPublicKeyConfig) DataGithubDependabotPublicKey ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotpublickey" datagithubdependabotpublickey.DataGithubDependabotPublicKey_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotpublickey" datagithubdependabotpublickey.DataGithubDependabotPublicKey_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubdependabotpublickey.DataGithubDependabotPublicKey_IsTerraformElement(x ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotpublickey" datagithubdependabotpublickey.DataGithubDependabotPublicKey_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubdependabotpublickey.DataGithubDependabotPublicKey_IsTerraformDataSourc ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotpublickey" datagithubdependabotpublickey.DataGithubDependabotPublicKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubDependabotPublic The id of the existing DataGithubDependabotPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use --- @@ -616,7 +616,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotpublickey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotpublickey" &datagithubdependabotpublickey.DataGithubDependabotPublicKeyConfig { Connection: interface{}, @@ -642,8 +642,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabo | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | --- @@ -725,7 +725,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. --- @@ -737,7 +737,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotPublicKey.java.md b/docs/dataGithubDependabotPublicKey.java.md index d80ae6216..4cf62c5c2 100644 --- a/docs/dataGithubDependabotPublicKey.java.md +++ b/docs/dataGithubDependabotPublicKey.java.md @@ -4,7 +4,7 @@ ### DataGithubDependabotPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key github_dependabot_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key github_dependabot_public_key}. #### Initializers @@ -39,8 +39,8 @@ DataGithubDependabotPublicKey.Builder.create(Construct scope, java.lang.String i | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubDependabotPublic The id of the existing DataGithubDependabotPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use --- @@ -723,8 +723,8 @@ DataGithubDependabotPublicKeyConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | --- @@ -806,7 +806,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. --- @@ -818,7 +818,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotPublicKey.python.md b/docs/dataGithubDependabotPublicKey.python.md index bfc525c63..7eeb4e709 100644 --- a/docs/dataGithubDependabotPublicKey.python.md +++ b/docs/dataGithubDependabotPublicKey.python.md @@ -4,7 +4,7 @@ ### DataGithubDependabotPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key github_dependabot_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key github_dependabot_public_key}. #### Initializers @@ -37,8 +37,8 @@ dataGithubDependabotPublicKey.DataGithubDependabotPublicKey( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubDependabotPublic The id of the existing DataGithubDependabotPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use --- @@ -753,8 +753,8 @@ dataGithubDependabotPublicKey.DataGithubDependabotPublicKeyConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | --- @@ -836,7 +836,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. --- @@ -848,7 +848,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotPublicKey.typescript.md b/docs/dataGithubDependabotPublicKey.typescript.md index 914da02cb..be1086228 100644 --- a/docs/dataGithubDependabotPublicKey.typescript.md +++ b/docs/dataGithubDependabotPublicKey.typescript.md @@ -4,7 +4,7 @@ ### DataGithubDependabotPublicKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key github_dependabot_public_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key github_dependabot_public_key}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubDependabotPublic The id of the existing DataGithubDependabotPublicKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use --- @@ -632,8 +632,8 @@ const dataGithubDependabotPublicKeyConfig: dataGithubDependabotPublicKey.DataGit | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. | --- @@ -715,7 +715,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository}. --- @@ -727,7 +727,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubDependabotSecrets.csharp.md b/docs/dataGithubDependabotSecrets.csharp.md index 9a11b94f9..754c6889b 100644 --- a/docs/dataGithubDependabotSecrets.csharp.md +++ b/docs/dataGithubDependabotSecrets.csharp.md @@ -4,7 +4,7 @@ ### DataGithubDependabotSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets github_dependabot_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets github_dependabot_secrets}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubDependabotSecret The id of the existing DataGithubDependabotSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use --- @@ -668,9 +668,9 @@ new DataGithubDependabotSecretsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | +| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | --- @@ -752,7 +752,7 @@ public string FullName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. --- @@ -764,7 +764,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -779,7 +779,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. --- diff --git a/docs/dataGithubDependabotSecrets.go.md b/docs/dataGithubDependabotSecrets.go.md index aa5382330..0e14a76d8 100644 --- a/docs/dataGithubDependabotSecrets.go.md +++ b/docs/dataGithubDependabotSecrets.go.md @@ -4,12 +4,12 @@ ### DataGithubDependabotSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets github_dependabot_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets github_dependabot_secrets}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotsecrets" datagithubdependabotsecrets.NewDataGithubDependabotSecrets(scope Construct, id *string, config DataGithubDependabotSecretsConfig) DataGithubDependabotSecrets ``` @@ -297,7 +297,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotsecrets" datagithubdependabotsecrets.DataGithubDependabotSecrets_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotsecrets" datagithubdependabotsecrets.DataGithubDependabotSecrets_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubdependabotsecrets.DataGithubDependabotSecrets_IsTerraformElement(x int ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotsecrets" datagithubdependabotsecrets.DataGithubDependabotSecrets_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datagithubdependabotsecrets.DataGithubDependabotSecrets_IsTerraformDataSource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotsecrets" datagithubdependabotsecrets.DataGithubDependabotSecrets_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubDependabotSecret The id of the existing DataGithubDependabotSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use --- @@ -641,7 +641,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotsecrets" &datagithubdependabotsecrets.DataGithubDependabotSecretsConfig { Connection: interface{}, @@ -668,9 +668,9 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabo | 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.* | -| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | +| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | --- @@ -752,7 +752,7 @@ FullName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. --- @@ -764,7 +764,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -779,7 +779,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. --- @@ -788,7 +788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotsecrets" &datagithubdependabotsecrets.DataGithubDependabotSecretsSecrets { @@ -803,7 +803,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabo #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotsecrets" datagithubdependabotsecrets.NewDataGithubDependabotSecretsSecretsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubDependabotSecretsSecretsList ``` @@ -952,7 +952,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubdependabotsecrets" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubdependabotsecrets" datagithubdependabotsecrets.NewDataGithubDependabotSecretsSecretsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubDependabotSecretsSecretsOutputReference ``` diff --git a/docs/dataGithubDependabotSecrets.java.md b/docs/dataGithubDependabotSecrets.java.md index cc4cb3a5b..505ef2ed5 100644 --- a/docs/dataGithubDependabotSecrets.java.md +++ b/docs/dataGithubDependabotSecrets.java.md @@ -4,7 +4,7 @@ ### DataGithubDependabotSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets github_dependabot_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets github_dependabot_secrets}. #### Initializers @@ -40,9 +40,9 @@ DataGithubDependabotSecrets.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.* | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. --- @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataGithubDependabotSecret The id of the existing DataGithubDependabotSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use --- @@ -759,9 +759,9 @@ DataGithubDependabotSecretsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | --- @@ -843,7 +843,7 @@ public java.lang.String getFullName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. --- @@ -855,7 +855,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -870,7 +870,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. --- diff --git a/docs/dataGithubDependabotSecrets.python.md b/docs/dataGithubDependabotSecrets.python.md index 19f3044d2..f7456722c 100644 --- a/docs/dataGithubDependabotSecrets.python.md +++ b/docs/dataGithubDependabotSecrets.python.md @@ -4,7 +4,7 @@ ### DataGithubDependabotSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets github_dependabot_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets github_dependabot_secrets}. #### Initializers @@ -38,9 +38,9 @@ dataGithubDependabotSecrets.DataGithubDependabotSecrets( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. --- @@ -507,7 +507,7 @@ The construct id used in the generated config for the DataGithubDependabotSecret The id of the existing DataGithubDependabotSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use --- @@ -789,9 +789,9 @@ dataGithubDependabotSecrets.DataGithubDependabotSecretsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | --- @@ -873,7 +873,7 @@ full_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. --- @@ -885,7 +885,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. --- diff --git a/docs/dataGithubDependabotSecrets.typescript.md b/docs/dataGithubDependabotSecrets.typescript.md index f1b0cc77f..9fff6137a 100644 --- a/docs/dataGithubDependabotSecrets.typescript.md +++ b/docs/dataGithubDependabotSecrets.typescript.md @@ -4,7 +4,7 @@ ### DataGithubDependabotSecrets -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets github_dependabot_secrets}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets github_dependabot_secrets}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubDependabotSecret The id of the existing DataGithubDependabotSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use --- @@ -657,9 +657,9 @@ const dataGithubDependabotSecretsConfig: dataGithubDependabotSecrets.DataGithubD | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | +| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. | --- @@ -741,7 +741,7 @@ public readonly fullName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name}. --- @@ -753,7 +753,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -768,7 +768,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name}. --- diff --git a/docs/dataGithubEnterprise.csharp.md b/docs/dataGithubEnterprise.csharp.md index abaf15595..1db1121ff 100644 --- a/docs/dataGithubEnterprise.csharp.md +++ b/docs/dataGithubEnterprise.csharp.md @@ -4,7 +4,7 @@ ### DataGithubEnterprise -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise github_enterprise}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise github_enterprise}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubEnterprise to im The id of the existing DataGithubEnterprise that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use --- @@ -664,8 +664,8 @@ new DataGithubEnterpriseConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | +| Slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | --- @@ -747,7 +747,7 @@ public string Slug { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. --- @@ -759,7 +759,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubEnterprise.go.md b/docs/dataGithubEnterprise.go.md index 70647022e..1bb24cc70 100644 --- a/docs/dataGithubEnterprise.go.md +++ b/docs/dataGithubEnterprise.go.md @@ -4,12 +4,12 @@ ### DataGithubEnterprise -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise github_enterprise}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise github_enterprise}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubenterprise" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubenterprise" datagithubenterprise.NewDataGithubEnterprise(scope Construct, id *string, config DataGithubEnterpriseConfig) DataGithubEnterprise ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubenterprise" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubenterprise" datagithubenterprise.DataGithubEnterprise_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubenterprise" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubenterprise" datagithubenterprise.DataGithubEnterprise_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubenterprise.DataGithubEnterprise_IsTerraformElement(x interface{}) *boo ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubenterprise" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubenterprise" datagithubenterprise.DataGithubEnterprise_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubenterprise.DataGithubEnterprise_IsTerraformDataSource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubenterprise" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubenterprise" datagithubenterprise.DataGithubEnterprise_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubEnterprise to im The id of the existing DataGithubEnterprise that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use --- @@ -638,7 +638,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubenterprise" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubenterprise" &datagithubenterprise.DataGithubEnterpriseConfig { Connection: interface{}, @@ -664,8 +664,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubenterpris | 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.* | -| Slug | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | +| Slug | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | --- @@ -747,7 +747,7 @@ Slug *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. --- @@ -759,7 +759,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubEnterprise.java.md b/docs/dataGithubEnterprise.java.md index 4ce396b55..6703e2f14 100644 --- a/docs/dataGithubEnterprise.java.md +++ b/docs/dataGithubEnterprise.java.md @@ -4,7 +4,7 @@ ### DataGithubEnterprise -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise github_enterprise}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise github_enterprise}. #### Initializers @@ -39,8 +39,8 @@ DataGithubEnterprise.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.* | -| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | +| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubEnterprise to im The id of the existing DataGithubEnterprise that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use --- @@ -745,8 +745,8 @@ DataGithubEnterpriseConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | +| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | --- @@ -828,7 +828,7 @@ public java.lang.String getSlug(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. --- @@ -840,7 +840,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubEnterprise.python.md b/docs/dataGithubEnterprise.python.md index b3100ffd6..131c3288a 100644 --- a/docs/dataGithubEnterprise.python.md +++ b/docs/dataGithubEnterprise.python.md @@ -4,7 +4,7 @@ ### DataGithubEnterprise -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise github_enterprise}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise github_enterprise}. #### Initializers @@ -37,8 +37,8 @@ dataGithubEnterprise.DataGithubEnterprise( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | +| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubEnterprise to im The id of the existing DataGithubEnterprise that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use --- @@ -775,8 +775,8 @@ dataGithubEnterprise.DataGithubEnterpriseConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | +| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | --- @@ -858,7 +858,7 @@ slug: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. --- @@ -870,7 +870,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubEnterprise.typescript.md b/docs/dataGithubEnterprise.typescript.md index e1038d0ce..a3ea3eaba 100644 --- a/docs/dataGithubEnterprise.typescript.md +++ b/docs/dataGithubEnterprise.typescript.md @@ -4,7 +4,7 @@ ### DataGithubEnterprise -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise github_enterprise}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise github_enterprise}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubEnterprise to im The id of the existing DataGithubEnterprise that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use --- @@ -654,8 +654,8 @@ const dataGithubEnterpriseConfig: dataGithubEnterprise.DataGithubEnterpriseConfi | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | +| slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. | --- @@ -737,7 +737,7 @@ public readonly slug: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug}. --- @@ -749,7 +749,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubExternalGroups.csharp.md b/docs/dataGithubExternalGroups.csharp.md index d6bf06b7c..fe81b3ed5 100644 --- a/docs/dataGithubExternalGroups.csharp.md +++ b/docs/dataGithubExternalGroups.csharp.md @@ -4,7 +4,7 @@ ### DataGithubExternalGroups -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups github_external_groups}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups github_external_groups}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubExternalGroups t The id of the existing DataGithubExternalGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubExternalGroupsConfig { | 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/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubExternalGroups.go.md b/docs/dataGithubExternalGroups.go.md index c1c132a5d..ed41f5c30 100644 --- a/docs/dataGithubExternalGroups.go.md +++ b/docs/dataGithubExternalGroups.go.md @@ -4,12 +4,12 @@ ### DataGithubExternalGroups -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups github_external_groups}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups github_external_groups}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubexternalgroups" datagithubexternalgroups.NewDataGithubExternalGroups(scope Construct, id *string, config DataGithubExternalGroupsConfig) DataGithubExternalGroups ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubexternalgroups" datagithubexternalgroups.DataGithubExternalGroups_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubexternalgroups" datagithubexternalgroups.DataGithubExternalGroups_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubexternalgroups.DataGithubExternalGroups_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubexternalgroups" datagithubexternalgroups.DataGithubExternalGroups_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubexternalgroups.DataGithubExternalGroups_IsTerraformDataSource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubexternalgroups" datagithubexternalgroups.DataGithubExternalGroups_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubExternalGroups t The id of the existing DataGithubExternalGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubexternalgroups" &datagithubexternalgroups.DataGithubExternalGroupsConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalg | 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/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -702,7 +702,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubexternalgroups" &datagithubexternalgroups.DataGithubExternalGroupsExternalGroups { @@ -717,7 +717,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalg #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubexternalgroups" datagithubexternalgroups.NewDataGithubExternalGroupsExternalGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubExternalGroupsExternalGroupsList ``` @@ -866,7 +866,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubexternalgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubexternalgroups" datagithubexternalgroups.NewDataGithubExternalGroupsExternalGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubExternalGroupsExternalGroupsOutputReference ``` diff --git a/docs/dataGithubExternalGroups.java.md b/docs/dataGithubExternalGroups.java.md index 9dc6e60a5..e18a34d68 100644 --- a/docs/dataGithubExternalGroups.java.md +++ b/docs/dataGithubExternalGroups.java.md @@ -4,7 +4,7 @@ ### DataGithubExternalGroups -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups github_external_groups}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups github_external_groups}. #### Initializers @@ -38,7 +38,7 @@ DataGithubExternalGroups.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/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#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/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubExternalGroups t The id of the existing DataGithubExternalGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubExternalGroupsConfig.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/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubExternalGroups.python.md b/docs/dataGithubExternalGroups.python.md index 18346de87..7599e59a0 100644 --- a/docs/dataGithubExternalGroups.python.md +++ b/docs/dataGithubExternalGroups.python.md @@ -4,7 +4,7 @@ ### DataGithubExternalGroups -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups github_external_groups}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups github_external_groups}. #### Initializers @@ -36,7 +36,7 @@ dataGithubExternalGroups.DataGithubExternalGroups( | 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/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#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/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubExternalGroups t The id of the existing DataGithubExternalGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubExternalGroups.DataGithubExternalGroupsConfig( | 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/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubExternalGroups.typescript.md b/docs/dataGithubExternalGroups.typescript.md index b81463ce6..3082d8fa7 100644 --- a/docs/dataGithubExternalGroups.typescript.md +++ b/docs/dataGithubExternalGroups.typescript.md @@ -4,7 +4,7 @@ ### DataGithubExternalGroups -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups github_external_groups}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups github_external_groups}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubExternalGroups t The id of the existing DataGithubExternalGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubExternalGroupsConfig: dataGithubExternalGroups.DataGithubExterna | 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/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubIpRanges.csharp.md b/docs/dataGithubIpRanges.csharp.md index 4c0ff8f46..bc161cbe1 100644 --- a/docs/dataGithubIpRanges.csharp.md +++ b/docs/dataGithubIpRanges.csharp.md @@ -4,7 +4,7 @@ ### DataGithubIpRanges -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges github_ip_ranges}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges github_ip_ranges}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubIpRanges to impo The id of the existing DataGithubIpRanges that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use --- @@ -418,6 +418,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | Importer | string[] | *No description.* | | ImporterIpv4 | string[] | *No description.* | | ImporterIpv6 | string[] | *No description.* | +| Packages | string[] | *No description.* | +| PackagesIpv4 | string[] | *No description.* | +| PackagesIpv6 | string[] | *No description.* | | Pages | string[] | *No description.* | | PagesIpv4 | string[] | *No description.* | | PagesIpv6 | string[] | *No description.* | @@ -731,6 +734,36 @@ public string[] ImporterIpv6 { get; } --- +##### `Packages`Required + +```csharp +public string[] Packages { get; } +``` + +- *Type:* string[] + +--- + +##### `PackagesIpv4`Required + +```csharp +public string[] PackagesIpv4 { get; } +``` + +- *Type:* string[] + +--- + +##### `PackagesIpv6`Required + +```csharp +public string[] PackagesIpv6 { get; } +``` + +- *Type:* string[] + +--- + ##### `Pages`Required ```csharp @@ -861,7 +894,7 @@ new DataGithubIpRangesConfig { | 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/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | --- @@ -943,7 +976,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubIpRanges.go.md b/docs/dataGithubIpRanges.go.md index 594cd64ad..992679561 100644 --- a/docs/dataGithubIpRanges.go.md +++ b/docs/dataGithubIpRanges.go.md @@ -4,12 +4,12 @@ ### DataGithubIpRanges -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges github_ip_ranges}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges github_ip_ranges}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubipranges" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubipranges" datagithubipranges.NewDataGithubIpRanges(scope Construct, id *string, config DataGithubIpRangesConfig) DataGithubIpRanges ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubipranges" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubipranges" datagithubipranges.DataGithubIpRanges_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubipranges" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubipranges" datagithubipranges.DataGithubIpRanges_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubipranges.DataGithubIpRanges_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubipranges" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubipranges" datagithubipranges.DataGithubIpRanges_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubipranges.DataGithubIpRanges_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubipranges" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubipranges" datagithubipranges.DataGithubIpRanges_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubIpRanges to impo The id of the existing DataGithubIpRanges that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use --- @@ -418,6 +418,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | Importer | *[]*string | *No description.* | | ImporterIpv4 | *[]*string | *No description.* | | ImporterIpv6 | *[]*string | *No description.* | +| Packages | *[]*string | *No description.* | +| PackagesIpv4 | *[]*string | *No description.* | +| PackagesIpv6 | *[]*string | *No description.* | | Pages | *[]*string | *No description.* | | PagesIpv4 | *[]*string | *No description.* | | PagesIpv6 | *[]*string | *No description.* | @@ -731,6 +734,36 @@ func ImporterIpv6() *[]*string --- +##### `Packages`Required + +```go +func Packages() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `PackagesIpv4`Required + +```go +func PackagesIpv4() *[]*string +``` + +- *Type:* *[]*string + +--- + +##### `PackagesIpv6`Required + +```go +func PackagesIpv6() *[]*string +``` + +- *Type:* *[]*string + +--- + ##### `Pages`Required ```go @@ -836,7 +869,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubipranges" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubipranges" &datagithubipranges.DataGithubIpRangesConfig { Connection: interface{}, @@ -861,7 +894,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubipranges" | 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/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | --- @@ -943,7 +976,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubIpRanges.java.md b/docs/dataGithubIpRanges.java.md index 62bee3165..49a543865 100644 --- a/docs/dataGithubIpRanges.java.md +++ b/docs/dataGithubIpRanges.java.md @@ -4,7 +4,7 @@ ### DataGithubIpRanges -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges github_ip_ranges}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges github_ip_ranges}. #### Initializers @@ -38,7 +38,7 @@ DataGithubIpRanges.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/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#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/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubIpRanges to impo The id of the existing DataGithubIpRanges that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use --- @@ -485,6 +485,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | importer | java.util.List | *No description.* | | importerIpv4 | java.util.List | *No description.* | | importerIpv6 | java.util.List | *No description.* | +| packages | java.util.List | *No description.* | +| packagesIpv4 | java.util.List | *No description.* | +| packagesIpv6 | java.util.List | *No description.* | | pages | java.util.List | *No description.* | | pagesIpv4 | java.util.List | *No description.* | | pagesIpv6 | java.util.List | *No description.* | @@ -798,6 +801,36 @@ public java.util.List getImporterIpv6(); --- +##### `packages`Required + +```java +public java.util.List getPackages(); +``` + +- *Type:* java.util.List + +--- + +##### `packagesIpv4`Required + +```java +public java.util.List getPackagesIpv4(); +``` + +- *Type:* java.util.List + +--- + +##### `packagesIpv6`Required + +```java +public java.util.List getPackagesIpv6(); +``` + +- *Type:* java.util.List + +--- + ##### `pages`Required ```java @@ -932,7 +965,7 @@ DataGithubIpRangesConfig.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/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | --- @@ -1014,7 +1047,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubIpRanges.python.md b/docs/dataGithubIpRanges.python.md index dbac1e3f3..d21aa5edc 100644 --- a/docs/dataGithubIpRanges.python.md +++ b/docs/dataGithubIpRanges.python.md @@ -4,7 +4,7 @@ ### DataGithubIpRanges -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges github_ip_ranges}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges github_ip_ranges}. #### Initializers @@ -36,7 +36,7 @@ dataGithubIpRanges.DataGithubIpRanges( | 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/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#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/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubIpRanges to impo The id of the existing DataGithubIpRanges that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use --- @@ -519,6 +519,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | importer | typing.List[str] | *No description.* | | importer_ipv4 | typing.List[str] | *No description.* | | importer_ipv6 | typing.List[str] | *No description.* | +| packages | typing.List[str] | *No description.* | +| packages_ipv4 | typing.List[str] | *No description.* | +| packages_ipv6 | typing.List[str] | *No description.* | | pages | typing.List[str] | *No description.* | | pages_ipv4 | typing.List[str] | *No description.* | | pages_ipv6 | typing.List[str] | *No description.* | @@ -832,6 +835,36 @@ importer_ipv6: typing.List[str] --- +##### `packages`Required + +```python +packages: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `packages_ipv4`Required + +```python +packages_ipv4: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + +##### `packages_ipv6`Required + +```python +packages_ipv6: typing.List[str] +``` + +- *Type:* typing.List[str] + +--- + ##### `pages`Required ```python @@ -962,7 +995,7 @@ dataGithubIpRanges.DataGithubIpRangesConfig( | 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/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | --- @@ -1044,7 +1077,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubIpRanges.typescript.md b/docs/dataGithubIpRanges.typescript.md index 96d03976f..ad1871ca0 100644 --- a/docs/dataGithubIpRanges.typescript.md +++ b/docs/dataGithubIpRanges.typescript.md @@ -4,7 +4,7 @@ ### DataGithubIpRanges -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges github_ip_ranges}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges github_ip_ranges}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubIpRanges to impo The id of the existing DataGithubIpRanges that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use --- @@ -418,6 +418,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | importer | string[] | *No description.* | | importerIpv4 | string[] | *No description.* | | importerIpv6 | string[] | *No description.* | +| packages | string[] | *No description.* | +| packagesIpv4 | string[] | *No description.* | +| packagesIpv6 | string[] | *No description.* | | pages | string[] | *No description.* | | pagesIpv4 | string[] | *No description.* | | pagesIpv6 | string[] | *No description.* | @@ -731,6 +734,36 @@ public readonly importerIpv6: string[]; --- +##### `packages`Required + +```typescript +public readonly packages: string[]; +``` + +- *Type:* string[] + +--- + +##### `packagesIpv4`Required + +```typescript +public readonly packagesIpv4: string[]; +``` + +- *Type:* string[] + +--- + +##### `packagesIpv6`Required + +```typescript +public readonly packagesIpv6: string[]; +``` + +- *Type:* string[] + +--- + ##### `pages`Required ```typescript @@ -852,7 +885,7 @@ const dataGithubIpRangesConfig: dataGithubIpRanges.DataGithubIpRangesConfig = { | 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/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. | --- @@ -934,7 +967,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubIssueLabels.csharp.md b/docs/dataGithubIssueLabels.csharp.md index a838585dc..a743d7613 100644 --- a/docs/dataGithubIssueLabels.csharp.md +++ b/docs/dataGithubIssueLabels.csharp.md @@ -4,7 +4,7 @@ ### DataGithubIssueLabels -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels github_issue_labels}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels github_issue_labels}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubIssueLabels to i The id of the existing DataGithubIssueLabels that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ new DataGithubIssueLabelsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | --- @@ -714,7 +714,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. --- @@ -726,7 +726,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubIssueLabels.go.md b/docs/dataGithubIssueLabels.go.md index ad56d715b..4cbe61285 100644 --- a/docs/dataGithubIssueLabels.go.md +++ b/docs/dataGithubIssueLabels.go.md @@ -4,12 +4,12 @@ ### DataGithubIssueLabels -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels github_issue_labels}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels github_issue_labels}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubissuelabels" datagithubissuelabels.NewDataGithubIssueLabels(scope Construct, id *string, config DataGithubIssueLabelsConfig) DataGithubIssueLabels ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubissuelabels" datagithubissuelabels.DataGithubIssueLabels_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubissuelabels" datagithubissuelabels.DataGithubIssueLabels_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubissuelabels.DataGithubIssueLabels_IsTerraformElement(x interface{}) *b ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubissuelabels" datagithubissuelabels.DataGithubIssueLabels_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubissuelabels.DataGithubIssueLabels_IsTerraformDataSource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubissuelabels" datagithubissuelabels.DataGithubIssueLabels_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubIssueLabels to i The id of the existing DataGithubIssueLabels that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use --- @@ -605,7 +605,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubissuelabels" &datagithubissuelabels.DataGithubIssueLabelsConfig { Connection: interface{}, @@ -631,8 +631,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabe | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | --- @@ -714,7 +714,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. --- @@ -726,7 +726,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubissuelabels" &datagithubissuelabels.DataGithubIssueLabelsLabels { @@ -753,7 +753,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabe #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubissuelabels" datagithubissuelabels.NewDataGithubIssueLabelsLabelsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubIssueLabelsLabelsList ``` @@ -902,7 +902,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubissuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubissuelabels" datagithubissuelabels.NewDataGithubIssueLabelsLabelsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubIssueLabelsLabelsOutputReference ``` diff --git a/docs/dataGithubIssueLabels.java.md b/docs/dataGithubIssueLabels.java.md index 3d5005349..866320245 100644 --- a/docs/dataGithubIssueLabels.java.md +++ b/docs/dataGithubIssueLabels.java.md @@ -4,7 +4,7 @@ ### DataGithubIssueLabels -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels github_issue_labels}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels github_issue_labels}. #### Initializers @@ -39,8 +39,8 @@ DataGithubIssueLabels.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.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubIssueLabels to i The id of the existing DataGithubIssueLabels that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use --- @@ -712,8 +712,8 @@ DataGithubIssueLabelsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | --- @@ -795,7 +795,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. --- @@ -807,7 +807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubIssueLabels.python.md b/docs/dataGithubIssueLabels.python.md index 3f3ecb2fc..66ae2cc28 100644 --- a/docs/dataGithubIssueLabels.python.md +++ b/docs/dataGithubIssueLabels.python.md @@ -4,7 +4,7 @@ ### DataGithubIssueLabels -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels github_issue_labels}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels github_issue_labels}. #### Initializers @@ -37,8 +37,8 @@ dataGithubIssueLabels.DataGithubIssueLabels( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubIssueLabels to i The id of the existing DataGithubIssueLabels that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use --- @@ -742,8 +742,8 @@ dataGithubIssueLabels.DataGithubIssueLabelsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | --- @@ -825,7 +825,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. --- @@ -837,7 +837,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubIssueLabels.typescript.md b/docs/dataGithubIssueLabels.typescript.md index 80cc674e6..ead7e9869 100644 --- a/docs/dataGithubIssueLabels.typescript.md +++ b/docs/dataGithubIssueLabels.typescript.md @@ -4,7 +4,7 @@ ### DataGithubIssueLabels -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels github_issue_labels}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels github_issue_labels}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubIssueLabels to i The id of the existing DataGithubIssueLabels that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use --- @@ -621,8 +621,8 @@ const dataGithubIssueLabelsConfig: dataGithubIssueLabels.DataGithubIssueLabelsCo | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. | --- @@ -704,7 +704,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository}. --- @@ -716,7 +716,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubMembership.csharp.md b/docs/dataGithubMembership.csharp.md index 5d783a2b3..ba01a43ed 100644 --- a/docs/dataGithubMembership.csharp.md +++ b/docs/dataGithubMembership.csharp.md @@ -4,7 +4,7 @@ ### DataGithubMembership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership github_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership github_membership}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubMembership to im The id of the existing DataGithubMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use --- @@ -683,9 +683,9 @@ new DataGithubMembershipConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. | -| Organization | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | +| Username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. | +| Organization | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | --- @@ -767,7 +767,7 @@ public string Username { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. --- @@ -779,7 +779,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -794,7 +794,7 @@ public string Organization { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. --- diff --git a/docs/dataGithubMembership.go.md b/docs/dataGithubMembership.go.md index 1f7b417ff..0366831ea 100644 --- a/docs/dataGithubMembership.go.md +++ b/docs/dataGithubMembership.go.md @@ -4,12 +4,12 @@ ### DataGithubMembership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership github_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership github_membership}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubmembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubmembership" datagithubmembership.NewDataGithubMembership(scope Construct, id *string, config DataGithubMembershipConfig) DataGithubMembership ``` @@ -290,7 +290,7 @@ func ResetOrganization() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubmembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubmembership" datagithubmembership.DataGithubMembership_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubmembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubmembership" datagithubmembership.DataGithubMembership_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datagithubmembership.DataGithubMembership_IsTerraformElement(x interface{}) *boo ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubmembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubmembership" datagithubmembership.DataGithubMembership_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datagithubmembership.DataGithubMembership_IsTerraformDataSource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubmembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubmembership" datagithubmembership.DataGithubMembership_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubMembership to im The id of the existing DataGithubMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubmembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubmembership" &datagithubmembership.DataGithubMembershipConfig { Connection: interface{}, @@ -683,9 +683,9 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubmembershi | 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.* | -| Username | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. | -| Organization | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | +| Username | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. | +| Organization | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | --- @@ -767,7 +767,7 @@ Username *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. --- @@ -779,7 +779,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -794,7 +794,7 @@ Organization *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. --- diff --git a/docs/dataGithubMembership.java.md b/docs/dataGithubMembership.java.md index 0b3c863f0..4f123b982 100644 --- a/docs/dataGithubMembership.java.md +++ b/docs/dataGithubMembership.java.md @@ -4,7 +4,7 @@ ### DataGithubMembership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership github_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership github_membership}. #### Initializers @@ -40,9 +40,9 @@ DataGithubMembership.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.* | -| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. | -| organization | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | +| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. | +| organization | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. --- @@ -466,7 +466,7 @@ The construct id used in the generated config for the DataGithubMembership to im The id of the existing DataGithubMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use --- @@ -774,9 +774,9 @@ DataGithubMembershipConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. | -| organization | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | +| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. | +| organization | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | --- @@ -858,7 +858,7 @@ public java.lang.String getUsername(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. --- @@ -870,7 +870,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 java.lang.String getOrganization(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. --- diff --git a/docs/dataGithubMembership.python.md b/docs/dataGithubMembership.python.md index 438d5f2f0..b37a53108 100644 --- a/docs/dataGithubMembership.python.md +++ b/docs/dataGithubMembership.python.md @@ -4,7 +4,7 @@ ### DataGithubMembership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership github_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership github_membership}. #### Initializers @@ -38,9 +38,9 @@ dataGithubMembership.DataGithubMembership( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. | -| organization | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | +| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. | +| organization | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. --- @@ -500,7 +500,7 @@ The construct id used in the generated config for the DataGithubMembership to im The id of the existing DataGithubMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use --- @@ -804,9 +804,9 @@ dataGithubMembership.DataGithubMembershipConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. | -| organization | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | +| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. | +| organization | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | --- @@ -888,7 +888,7 @@ username: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. --- @@ -900,7 +900,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -915,7 +915,7 @@ organization: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. --- diff --git a/docs/dataGithubMembership.typescript.md b/docs/dataGithubMembership.typescript.md index f80e01ed5..d54280c2c 100644 --- a/docs/dataGithubMembership.typescript.md +++ b/docs/dataGithubMembership.typescript.md @@ -4,7 +4,7 @@ ### DataGithubMembership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership github_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership github_membership}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubMembership to im The id of the existing DataGithubMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use --- @@ -672,9 +672,9 @@ const dataGithubMembershipConfig: dataGithubMembership.DataGithubMembershipConfi | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. | -| organization | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | +| username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. | +| organization | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. | --- @@ -756,7 +756,7 @@ public readonly username: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username}. --- @@ -768,7 +768,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -783,7 +783,7 @@ public readonly organization: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization}. --- diff --git a/docs/dataGithubOrganization.csharp.md b/docs/dataGithubOrganization.csharp.md index ccd7936d4..ed51f383d 100644 --- a/docs/dataGithubOrganization.csharp.md +++ b/docs/dataGithubOrganization.csharp.md @@ -4,7 +4,7 @@ ### DataGithubOrganization -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization github_organization}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization github_organization}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganization to The id of the existing DataGithubOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- @@ -906,8 +906,8 @@ new DataGithubOrganizationConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. | --- @@ -989,7 +989,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. --- @@ -1001,7 +1001,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganization.go.md b/docs/dataGithubOrganization.go.md index c0b32cca7..ec9cb2879 100644 --- a/docs/dataGithubOrganization.go.md +++ b/docs/dataGithubOrganization.go.md @@ -4,12 +4,12 @@ ### DataGithubOrganization -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization github_organization}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization github_organization}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganization" datagithuborganization.NewDataGithubOrganization(scope Construct, id *string, config DataGithubOrganizationConfig) DataGithubOrganization ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganization" datagithuborganization.DataGithubOrganization_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganization" datagithuborganization.DataGithubOrganization_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithuborganization.DataGithubOrganization_IsTerraformElement(x interface{}) ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganization" datagithuborganization.DataGithubOrganization_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithuborganization.DataGithubOrganization_IsTerraformDataSource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganization" datagithuborganization.DataGithubOrganization_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganization to The id of the existing DataGithubOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- @@ -880,7 +880,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganization" &datagithuborganization.DataGithubOrganizationConfig { Connection: interface{}, @@ -906,8 +906,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat | 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.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. | --- @@ -989,7 +989,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. --- @@ -1001,7 +1001,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganization.java.md b/docs/dataGithubOrganization.java.md index 1ffed9390..573d80aac 100644 --- a/docs/dataGithubOrganization.java.md +++ b/docs/dataGithubOrganization.java.md @@ -4,7 +4,7 @@ ### DataGithubOrganization -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization github_organization}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization github_organization}. #### Initializers @@ -39,8 +39,8 @@ DataGithubOrganization.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.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubOrganization to The id of the existing DataGithubOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- @@ -987,8 +987,8 @@ DataGithubOrganizationConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. | --- @@ -1070,7 +1070,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. --- @@ -1082,7 +1082,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganization.python.md b/docs/dataGithubOrganization.python.md index 8aee62235..fd33e2755 100644 --- a/docs/dataGithubOrganization.python.md +++ b/docs/dataGithubOrganization.python.md @@ -4,7 +4,7 @@ ### DataGithubOrganization -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization github_organization}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization github_organization}. #### Initializers @@ -37,8 +37,8 @@ dataGithubOrganization.DataGithubOrganization( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubOrganization to The id of the existing DataGithubOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- @@ -1017,8 +1017,8 @@ dataGithubOrganization.DataGithubOrganizationConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. | --- @@ -1100,7 +1100,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. --- @@ -1112,7 +1112,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganization.typescript.md b/docs/dataGithubOrganization.typescript.md index e9844bd99..ae3c905e4 100644 --- a/docs/dataGithubOrganization.typescript.md +++ b/docs/dataGithubOrganization.typescript.md @@ -4,7 +4,7 @@ ### DataGithubOrganization -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization github_organization}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization github_organization}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganization to The id of the existing DataGithubOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use --- @@ -896,8 +896,8 @@ const dataGithubOrganizationConfig: dataGithubOrganization.DataGithubOrganizatio | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. | --- @@ -979,7 +979,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name}. --- @@ -991,7 +991,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationCustomRole.csharp.md b/docs/dataGithubOrganizationCustomRole.csharp.md index 763e986a0..047b786b8 100644 --- a/docs/dataGithubOrganizationCustomRole.csharp.md +++ b/docs/dataGithubOrganizationCustomRole.csharp.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationCustomRole -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role github_organization_custom_role}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role github_organization_custom_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationCust The id of the existing DataGithubOrganizationCustomRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use --- @@ -653,8 +653,8 @@ new DataGithubOrganizationCustomRoleConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | --- @@ -736,7 +736,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. --- @@ -748,7 +748,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationCustomRole.go.md b/docs/dataGithubOrganizationCustomRole.go.md index cc829dd63..7923fc475 100644 --- a/docs/dataGithubOrganizationCustomRole.go.md +++ b/docs/dataGithubOrganizationCustomRole.go.md @@ -4,12 +4,12 @@ ### DataGithubOrganizationCustomRole -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role github_organization_custom_role}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role github_organization_custom_role}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationcustomrole" datagithuborganizationcustomrole.NewDataGithubOrganizationCustomRole(scope Construct, id *string, config DataGithubOrganizationCustomRoleConfig) DataGithubOrganizationCustomRole ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationcustomrole" datagithuborganizationcustomrole.DataGithubOrganizationCustomRole_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationcustomrole" datagithuborganizationcustomrole.DataGithubOrganizationCustomRole_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithuborganizationcustomrole.DataGithubOrganizationCustomRole_IsTerraformEle ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationcustomrole" datagithuborganizationcustomrole.DataGithubOrganizationCustomRole_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithuborganizationcustomrole.DataGithubOrganizationCustomRole_IsTerraformDat ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationcustomrole" datagithuborganizationcustomrole.DataGithubOrganizationCustomRole_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationCust The id of the existing DataGithubOrganizationCustomRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use --- @@ -627,7 +627,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationcustomrole" &datagithuborganizationcustomrole.DataGithubOrganizationCustomRoleConfig { Connection: interface{}, @@ -653,8 +653,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat | 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.* | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | --- @@ -736,7 +736,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. --- @@ -748,7 +748,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationCustomRole.java.md b/docs/dataGithubOrganizationCustomRole.java.md index 4a83d74e7..909cc626a 100644 --- a/docs/dataGithubOrganizationCustomRole.java.md +++ b/docs/dataGithubOrganizationCustomRole.java.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationCustomRole -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role github_organization_custom_role}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role github_organization_custom_role}. #### Initializers @@ -39,8 +39,8 @@ DataGithubOrganizationCustomRole.Builder.create(Construct scope, java.lang.Strin | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubOrganizationCust The id of the existing DataGithubOrganizationCustomRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use --- @@ -734,8 +734,8 @@ DataGithubOrganizationCustomRoleConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | --- @@ -817,7 +817,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. --- @@ -829,7 +829,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationCustomRole.python.md b/docs/dataGithubOrganizationCustomRole.python.md index d8a7e9328..2ff295dda 100644 --- a/docs/dataGithubOrganizationCustomRole.python.md +++ b/docs/dataGithubOrganizationCustomRole.python.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationCustomRole -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role github_organization_custom_role}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role github_organization_custom_role}. #### Initializers @@ -37,8 +37,8 @@ dataGithubOrganizationCustomRole.DataGithubOrganizationCustomRole( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubOrganizationCust The id of the existing DataGithubOrganizationCustomRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use --- @@ -764,8 +764,8 @@ dataGithubOrganizationCustomRole.DataGithubOrganizationCustomRoleConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | --- @@ -847,7 +847,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. --- @@ -859,7 +859,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationCustomRole.typescript.md b/docs/dataGithubOrganizationCustomRole.typescript.md index 775157abe..29c30c0ea 100644 --- a/docs/dataGithubOrganizationCustomRole.typescript.md +++ b/docs/dataGithubOrganizationCustomRole.typescript.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationCustomRole -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role github_organization_custom_role}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role github_organization_custom_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationCust The id of the existing DataGithubOrganizationCustomRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use --- @@ -643,8 +643,8 @@ const dataGithubOrganizationCustomRoleConfig: dataGithubOrganizationCustomRole.D | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. | --- @@ -726,7 +726,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name}. --- @@ -738,7 +738,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationExternalIdentities.csharp.md b/docs/dataGithubOrganizationExternalIdentities.csharp.md index da307b3d8..365ad7a98 100644 --- a/docs/dataGithubOrganizationExternalIdentities.csharp.md +++ b/docs/dataGithubOrganizationExternalIdentities.csharp.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationExternalIdentities -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities github_organization_external_identities}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities github_organization_external_identities}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationExte The id of the existing DataGithubOrganizationExternalIdentities that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubOrganizationExternalIdentitiesConfig { | 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/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationExternalIdentities.go.md b/docs/dataGithubOrganizationExternalIdentities.go.md index 4f7e9bd50..dc9c7f991 100644 --- a/docs/dataGithubOrganizationExternalIdentities.go.md +++ b/docs/dataGithubOrganizationExternalIdentities.go.md @@ -4,12 +4,12 @@ ### DataGithubOrganizationExternalIdentities -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities github_organization_external_identities}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities github_organization_external_identities}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationexternalidentities" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationexternalidentities" datagithuborganizationexternalidentities.NewDataGithubOrganizationExternalIdentities(scope Construct, id *string, config DataGithubOrganizationExternalIdentitiesConfig) DataGithubOrganizationExternalIdentities ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationexternalidentities" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationexternalidentities" datagithuborganizationexternalidentities.DataGithubOrganizationExternalIdentities_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationexternalidentities" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationexternalidentities" datagithuborganizationexternalidentities.DataGithubOrganizationExternalIdentities_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithuborganizationexternalidentities.DataGithubOrganizationExternalIdentitie ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationexternalidentities" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationexternalidentities" datagithuborganizationexternalidentities.DataGithubOrganizationExternalIdentities_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithuborganizationexternalidentities.DataGithubOrganizationExternalIdentitie ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationexternalidentities" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationexternalidentities" datagithuborganizationexternalidentities.DataGithubOrganizationExternalIdentities_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationExte The id of the existing DataGithubOrganizationExternalIdentities that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationexternalidentities" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationexternalidentities" &datagithuborganizationexternalidentities.DataGithubOrganizationExternalIdentitiesConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat | 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/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -702,7 +702,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationexternalidentities" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationexternalidentities" &datagithuborganizationexternalidentities.DataGithubOrganizationExternalIdentitiesIdentities { @@ -717,7 +717,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationexternalidentities" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationexternalidentities" datagithuborganizationexternalidentities.NewDataGithubOrganizationExternalIdentitiesIdentitiesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubOrganizationExternalIdentitiesIdentitiesList ``` @@ -866,7 +866,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationexternalidentities" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationexternalidentities" datagithuborganizationexternalidentities.NewDataGithubOrganizationExternalIdentitiesIdentitiesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubOrganizationExternalIdentitiesIdentitiesOutputReference ``` diff --git a/docs/dataGithubOrganizationExternalIdentities.java.md b/docs/dataGithubOrganizationExternalIdentities.java.md index f404c050d..3272b1231 100644 --- a/docs/dataGithubOrganizationExternalIdentities.java.md +++ b/docs/dataGithubOrganizationExternalIdentities.java.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationExternalIdentities -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities github_organization_external_identities}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities github_organization_external_identities}. #### Initializers @@ -38,7 +38,7 @@ DataGithubOrganizationExternalIdentities.Builder.create(Construct scope, java.la | 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/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#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/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubOrganizationExte The id of the existing DataGithubOrganizationExternalIdentities that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubOrganizationExternalIdentitiesConfig.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/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationExternalIdentities.python.md b/docs/dataGithubOrganizationExternalIdentities.python.md index 390530b73..5dfb501bc 100644 --- a/docs/dataGithubOrganizationExternalIdentities.python.md +++ b/docs/dataGithubOrganizationExternalIdentities.python.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationExternalIdentities -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities github_organization_external_identities}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities github_organization_external_identities}. #### Initializers @@ -36,7 +36,7 @@ dataGithubOrganizationExternalIdentities.DataGithubOrganizationExternalIdentitie | 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/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#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/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubOrganizationExte The id of the existing DataGithubOrganizationExternalIdentities that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubOrganizationExternalIdentities.DataGithubOrganizationExternalIdentitie | 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/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationExternalIdentities.typescript.md b/docs/dataGithubOrganizationExternalIdentities.typescript.md index 240cd8c28..e5eb9a407 100644 --- a/docs/dataGithubOrganizationExternalIdentities.typescript.md +++ b/docs/dataGithubOrganizationExternalIdentities.typescript.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationExternalIdentities -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities github_organization_external_identities}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities github_organization_external_identities}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationExte The id of the existing DataGithubOrganizationExternalIdentities that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubOrganizationExternalIdentitiesConfig: dataGithubOrganizationExte | 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/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationIpAllowList.csharp.md b/docs/dataGithubOrganizationIpAllowList.csharp.md index f131c3dc8..db965d5b1 100644 --- a/docs/dataGithubOrganizationIpAllowList.csharp.md +++ b/docs/dataGithubOrganizationIpAllowList.csharp.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationIpAllowList -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationIpAl The id of the existing DataGithubOrganizationIpAllowList that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubOrganizationIpAllowListConfig { | 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/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationIpAllowList.go.md b/docs/dataGithubOrganizationIpAllowList.go.md index 754a24f74..2d837b2f1 100644 --- a/docs/dataGithubOrganizationIpAllowList.go.md +++ b/docs/dataGithubOrganizationIpAllowList.go.md @@ -4,12 +4,12 @@ ### DataGithubOrganizationIpAllowList -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationipallowlist" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationipallowlist" datagithuborganizationipallowlist.NewDataGithubOrganizationIpAllowList(scope Construct, id *string, config DataGithubOrganizationIpAllowListConfig) DataGithubOrganizationIpAllowList ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationipallowlist" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationipallowlist" datagithuborganizationipallowlist.DataGithubOrganizationIpAllowList_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationipallowlist" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationipallowlist" datagithuborganizationipallowlist.DataGithubOrganizationIpAllowList_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithuborganizationipallowlist.DataGithubOrganizationIpAllowList_IsTerraformE ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationipallowlist" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationipallowlist" datagithuborganizationipallowlist.DataGithubOrganizationIpAllowList_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithuborganizationipallowlist.DataGithubOrganizationIpAllowList_IsTerraformD ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationipallowlist" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationipallowlist" datagithuborganizationipallowlist.DataGithubOrganizationIpAllowList_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationIpAl The id of the existing DataGithubOrganizationIpAllowList that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationipallowlist" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationipallowlist" &datagithuborganizationipallowlist.DataGithubOrganizationIpAllowListConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat | 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/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -702,7 +702,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationipallowlist" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationipallowlist" &datagithuborganizationipallowlist.DataGithubOrganizationIpAllowListIpAllowListStruct { @@ -717,7 +717,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationipallowlist" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationipallowlist" datagithuborganizationipallowlist.NewDataGithubOrganizationIpAllowListIpAllowListStructList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubOrganizationIpAllowListIpAllowListStructList ``` @@ -866,7 +866,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationipallowlist" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationipallowlist" datagithuborganizationipallowlist.NewDataGithubOrganizationIpAllowListIpAllowListStructOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubOrganizationIpAllowListIpAllowListStructOutputReference ``` diff --git a/docs/dataGithubOrganizationIpAllowList.java.md b/docs/dataGithubOrganizationIpAllowList.java.md index b84d9be52..7fed83d52 100644 --- a/docs/dataGithubOrganizationIpAllowList.java.md +++ b/docs/dataGithubOrganizationIpAllowList.java.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationIpAllowList -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list}. #### Initializers @@ -38,7 +38,7 @@ DataGithubOrganizationIpAllowList.Builder.create(Construct scope, java.lang.Stri | 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/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#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/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubOrganizationIpAl The id of the existing DataGithubOrganizationIpAllowList that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubOrganizationIpAllowListConfig.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/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationIpAllowList.python.md b/docs/dataGithubOrganizationIpAllowList.python.md index ab88f72b5..a72839a52 100644 --- a/docs/dataGithubOrganizationIpAllowList.python.md +++ b/docs/dataGithubOrganizationIpAllowList.python.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationIpAllowList -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list}. #### Initializers @@ -36,7 +36,7 @@ dataGithubOrganizationIpAllowList.DataGithubOrganizationIpAllowList( | 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/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#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/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubOrganizationIpAl The id of the existing DataGithubOrganizationIpAllowList that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubOrganizationIpAllowList.DataGithubOrganizationIpAllowListConfig( | 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/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationIpAllowList.typescript.md b/docs/dataGithubOrganizationIpAllowList.typescript.md index 82053ec85..77e5146d4 100644 --- a/docs/dataGithubOrganizationIpAllowList.typescript.md +++ b/docs/dataGithubOrganizationIpAllowList.typescript.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationIpAllowList -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationIpAl The id of the existing DataGithubOrganizationIpAllowList that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubOrganizationIpAllowListConfig: dataGithubOrganizationIpAllowList | 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/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationTeamSyncGroups.csharp.md b/docs/dataGithubOrganizationTeamSyncGroups.csharp.md index 8d7f63d8b..ea60beb1a 100644 --- a/docs/dataGithubOrganizationTeamSyncGroups.csharp.md +++ b/docs/dataGithubOrganizationTeamSyncGroups.csharp.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationTeamSyncGroups -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationTeam The id of the existing DataGithubOrganizationTeamSyncGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubOrganizationTeamSyncGroupsConfig { | 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/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationTeamSyncGroups.go.md b/docs/dataGithubOrganizationTeamSyncGroups.go.md index eaf529149..75ff46cd1 100644 --- a/docs/dataGithubOrganizationTeamSyncGroups.go.md +++ b/docs/dataGithubOrganizationTeamSyncGroups.go.md @@ -4,12 +4,12 @@ ### DataGithubOrganizationTeamSyncGroups -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteamsyncgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteamsyncgroups" datagithuborganizationteamsyncgroups.NewDataGithubOrganizationTeamSyncGroups(scope Construct, id *string, config DataGithubOrganizationTeamSyncGroupsConfig) DataGithubOrganizationTeamSyncGroups ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteamsyncgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteamsyncgroups" datagithuborganizationteamsyncgroups.DataGithubOrganizationTeamSyncGroups_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteamsyncgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteamsyncgroups" datagithuborganizationteamsyncgroups.DataGithubOrganizationTeamSyncGroups_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithuborganizationteamsyncgroups.DataGithubOrganizationTeamSyncGroups_IsTerr ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteamsyncgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteamsyncgroups" datagithuborganizationteamsyncgroups.DataGithubOrganizationTeamSyncGroups_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithuborganizationteamsyncgroups.DataGithubOrganizationTeamSyncGroups_IsTerr ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteamsyncgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteamsyncgroups" datagithuborganizationteamsyncgroups.DataGithubOrganizationTeamSyncGroups_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationTeam The id of the existing DataGithubOrganizationTeamSyncGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteamsyncgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteamsyncgroups" &datagithuborganizationteamsyncgroups.DataGithubOrganizationTeamSyncGroupsConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat | 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/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -702,7 +702,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteamsyncgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteamsyncgroups" &datagithuborganizationteamsyncgroups.DataGithubOrganizationTeamSyncGroupsGroups { @@ -717,7 +717,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteamsyncgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteamsyncgroups" datagithuborganizationteamsyncgroups.NewDataGithubOrganizationTeamSyncGroupsGroupsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubOrganizationTeamSyncGroupsGroupsList ``` @@ -866,7 +866,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteamsyncgroups" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteamsyncgroups" datagithuborganizationteamsyncgroups.NewDataGithubOrganizationTeamSyncGroupsGroupsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubOrganizationTeamSyncGroupsGroupsOutputReference ``` diff --git a/docs/dataGithubOrganizationTeamSyncGroups.java.md b/docs/dataGithubOrganizationTeamSyncGroups.java.md index e563d9002..220e6cfc0 100644 --- a/docs/dataGithubOrganizationTeamSyncGroups.java.md +++ b/docs/dataGithubOrganizationTeamSyncGroups.java.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationTeamSyncGroups -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups}. #### Initializers @@ -38,7 +38,7 @@ DataGithubOrganizationTeamSyncGroups.Builder.create(Construct scope, java.lang.S | 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/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#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/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubOrganizationTeam The id of the existing DataGithubOrganizationTeamSyncGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubOrganizationTeamSyncGroupsConfig.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/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationTeamSyncGroups.python.md b/docs/dataGithubOrganizationTeamSyncGroups.python.md index 8476a8347..db8c8c5f9 100644 --- a/docs/dataGithubOrganizationTeamSyncGroups.python.md +++ b/docs/dataGithubOrganizationTeamSyncGroups.python.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationTeamSyncGroups -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups}. #### Initializers @@ -36,7 +36,7 @@ dataGithubOrganizationTeamSyncGroups.DataGithubOrganizationTeamSyncGroups( | 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/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#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/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubOrganizationTeam The id of the existing DataGithubOrganizationTeamSyncGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubOrganizationTeamSyncGroups.DataGithubOrganizationTeamSyncGroupsConfig( | 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/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationTeamSyncGroups.typescript.md b/docs/dataGithubOrganizationTeamSyncGroups.typescript.md index 05606e48f..99968f16b 100644 --- a/docs/dataGithubOrganizationTeamSyncGroups.typescript.md +++ b/docs/dataGithubOrganizationTeamSyncGroups.typescript.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationTeamSyncGroups -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationTeam The id of the existing DataGithubOrganizationTeamSyncGroups that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubOrganizationTeamSyncGroupsConfig: dataGithubOrganizationTeamSync | 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/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationTeams.csharp.md b/docs/dataGithubOrganizationTeams.csharp.md index 8b3d3a60e..d791156f3 100644 --- a/docs/dataGithubOrganizationTeams.csharp.md +++ b/docs/dataGithubOrganizationTeams.csharp.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationTeams -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams github_organization_teams}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams github_organization_teams}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGithubOrganizationTeam The id of the existing DataGithubOrganizationTeams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use --- @@ -698,10 +698,10 @@ new DataGithubOrganizationTeamsConfig { | 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/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | -| ResultsPerPage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | -| RootTeamsOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | -| SummaryOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | +| ResultsPerPage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | +| RootTeamsOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | +| SummaryOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | --- @@ -783,7 +783,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -798,7 +798,7 @@ public double ResultsPerPage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. --- @@ -810,7 +810,7 @@ public object RootTeamsOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. --- @@ -822,7 +822,7 @@ public object SummaryOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. --- diff --git a/docs/dataGithubOrganizationTeams.go.md b/docs/dataGithubOrganizationTeams.go.md index b6aece661..cc324c31c 100644 --- a/docs/dataGithubOrganizationTeams.go.md +++ b/docs/dataGithubOrganizationTeams.go.md @@ -4,12 +4,12 @@ ### DataGithubOrganizationTeams -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams github_organization_teams}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams github_organization_teams}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteams" datagithuborganizationteams.NewDataGithubOrganizationTeams(scope Construct, id *string, config DataGithubOrganizationTeamsConfig) DataGithubOrganizationTeams ``` @@ -304,7 +304,7 @@ func ResetSummaryOnly() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteams" datagithuborganizationteams.DataGithubOrganizationTeams_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteams" datagithuborganizationteams.DataGithubOrganizationTeams_IsTerraformElement(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datagithuborganizationteams.DataGithubOrganizationTeams_IsTerraformElement(x int ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteams" datagithuborganizationteams.DataGithubOrganizationTeams_IsTerraformDataSource(x interface{}) *bool ``` @@ -364,7 +364,7 @@ datagithuborganizationteams.DataGithubOrganizationTeams_IsTerraformDataSource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteams" datagithuborganizationteams.DataGithubOrganizationTeams_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGithubOrganizationTeam The id of the existing DataGithubOrganizationTeams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use --- @@ -670,7 +670,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteams" &datagithuborganizationteams.DataGithubOrganizationTeamsConfig { Connection: interface{}, @@ -698,10 +698,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat | 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/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | -| ResultsPerPage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | -| RootTeamsOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | -| SummaryOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | +| ResultsPerPage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | +| RootTeamsOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | +| SummaryOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | --- @@ -783,7 +783,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -798,7 +798,7 @@ ResultsPerPage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. --- @@ -810,7 +810,7 @@ RootTeamsOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. --- @@ -822,7 +822,7 @@ SummaryOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. --- @@ -831,7 +831,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteams" &datagithuborganizationteams.DataGithubOrganizationTeamsTeams { @@ -846,7 +846,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteams" datagithuborganizationteams.NewDataGithubOrganizationTeamsTeamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubOrganizationTeamsTeamsList ``` @@ -995,7 +995,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationteams" datagithuborganizationteams.NewDataGithubOrganizationTeamsTeamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubOrganizationTeamsTeamsOutputReference ``` diff --git a/docs/dataGithubOrganizationTeams.java.md b/docs/dataGithubOrganizationTeams.java.md index d6b4be8f8..eff6be6a4 100644 --- a/docs/dataGithubOrganizationTeams.java.md +++ b/docs/dataGithubOrganizationTeams.java.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationTeams -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams github_organization_teams}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams github_organization_teams}. #### Initializers @@ -43,10 +43,10 @@ DataGithubOrganizationTeams.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/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | -| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | -| rootTeamsOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | -| summaryOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | +| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | +| rootTeamsOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | +| summaryOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. --- @@ -492,7 +492,7 @@ The construct id used in the generated config for the DataGithubOrganizationTeam The id of the existing DataGithubOrganizationTeams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use --- @@ -803,10 +803,10 @@ DataGithubOrganizationTeamsConfig.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/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | -| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | -| rootTeamsOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | -| summaryOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | +| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | +| rootTeamsOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | +| summaryOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | --- @@ -888,7 +888,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -903,7 +903,7 @@ public java.lang.Number getResultsPerPage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. --- @@ -915,7 +915,7 @@ public java.lang.Object getRootTeamsOnly(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. --- @@ -927,7 +927,7 @@ public java.lang.Object getSummaryOnly(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. --- diff --git a/docs/dataGithubOrganizationTeams.python.md b/docs/dataGithubOrganizationTeams.python.md index cf23889af..3bea0f6c6 100644 --- a/docs/dataGithubOrganizationTeams.python.md +++ b/docs/dataGithubOrganizationTeams.python.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationTeams -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams github_organization_teams}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams github_organization_teams}. #### Initializers @@ -39,10 +39,10 @@ dataGithubOrganizationTeams.DataGithubOrganizationTeams( | 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/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | -| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | -| root_teams_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | -| summary_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | +| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | +| root_teams_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | +| summary_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. --- @@ -524,7 +524,7 @@ The construct id used in the generated config for the DataGithubOrganizationTeam The id of the existing DataGithubOrganizationTeams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use --- @@ -829,10 +829,10 @@ dataGithubOrganizationTeams.DataGithubOrganizationTeamsConfig( | 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/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | -| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | -| root_teams_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | -| summary_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | +| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | +| root_teams_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | +| summary_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | --- @@ -914,7 +914,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -929,7 +929,7 @@ results_per_page: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. --- @@ -941,7 +941,7 @@ root_teams_only: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. --- @@ -953,7 +953,7 @@ summary_only: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. --- diff --git a/docs/dataGithubOrganizationTeams.typescript.md b/docs/dataGithubOrganizationTeams.typescript.md index 4e7ac5607..27e16c7ae 100644 --- a/docs/dataGithubOrganizationTeams.typescript.md +++ b/docs/dataGithubOrganizationTeams.typescript.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationTeams -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams github_organization_teams}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams github_organization_teams}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGithubOrganizationTeam The id of the existing DataGithubOrganizationTeams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use --- @@ -686,10 +686,10 @@ const dataGithubOrganizationTeamsConfig: dataGithubOrganizationTeams.DataGithubO | 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/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | -| resultsPerPage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | -| rootTeamsOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | -| summaryOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. | +| resultsPerPage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. | +| rootTeamsOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. | +| summaryOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. | --- @@ -771,7 +771,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -786,7 +786,7 @@ public readonly resultsPerPage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page}. --- @@ -798,7 +798,7 @@ public readonly rootTeamsOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only}. --- @@ -810,7 +810,7 @@ public readonly summaryOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only}. --- diff --git a/docs/dataGithubOrganizationWebhooks.csharp.md b/docs/dataGithubOrganizationWebhooks.csharp.md index 19ff5a1a9..db788a578 100644 --- a/docs/dataGithubOrganizationWebhooks.csharp.md +++ b/docs/dataGithubOrganizationWebhooks.csharp.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationWebhooks -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks github_organization_webhooks}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks github_organization_webhooks}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationWebh The id of the existing DataGithubOrganizationWebhooks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubOrganizationWebhooksConfig { | 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/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationWebhooks.go.md b/docs/dataGithubOrganizationWebhooks.go.md index a0f0218f8..e1e32c8d6 100644 --- a/docs/dataGithubOrganizationWebhooks.go.md +++ b/docs/dataGithubOrganizationWebhooks.go.md @@ -4,12 +4,12 @@ ### DataGithubOrganizationWebhooks -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks github_organization_webhooks}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks github_organization_webhooks}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationwebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationwebhooks" datagithuborganizationwebhooks.NewDataGithubOrganizationWebhooks(scope Construct, id *string, config DataGithubOrganizationWebhooksConfig) DataGithubOrganizationWebhooks ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationwebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationwebhooks" datagithuborganizationwebhooks.DataGithubOrganizationWebhooks_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationwebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationwebhooks" datagithuborganizationwebhooks.DataGithubOrganizationWebhooks_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithuborganizationwebhooks.DataGithubOrganizationWebhooks_IsTerraformElement ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationwebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationwebhooks" datagithuborganizationwebhooks.DataGithubOrganizationWebhooks_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithuborganizationwebhooks.DataGithubOrganizationWebhooks_IsTerraformDataSou ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationwebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationwebhooks" datagithuborganizationwebhooks.DataGithubOrganizationWebhooks_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationWebh The id of the existing DataGithubOrganizationWebhooks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationwebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationwebhooks" &datagithuborganizationwebhooks.DataGithubOrganizationWebhooksConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat | 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/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -702,7 +702,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationwebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationwebhooks" &datagithuborganizationwebhooks.DataGithubOrganizationWebhooksWebhooks { @@ -717,7 +717,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizat #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationwebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationwebhooks" datagithuborganizationwebhooks.NewDataGithubOrganizationWebhooksWebhooksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubOrganizationWebhooksWebhooksList ``` @@ -866,7 +866,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithuborganizationwebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithuborganizationwebhooks" datagithuborganizationwebhooks.NewDataGithubOrganizationWebhooksWebhooksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubOrganizationWebhooksWebhooksOutputReference ``` diff --git a/docs/dataGithubOrganizationWebhooks.java.md b/docs/dataGithubOrganizationWebhooks.java.md index 2e04337bc..8f2487630 100644 --- a/docs/dataGithubOrganizationWebhooks.java.md +++ b/docs/dataGithubOrganizationWebhooks.java.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationWebhooks -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks github_organization_webhooks}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks github_organization_webhooks}. #### Initializers @@ -38,7 +38,7 @@ DataGithubOrganizationWebhooks.Builder.create(Construct scope, java.lang.String | 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/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#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/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubOrganizationWebh The id of the existing DataGithubOrganizationWebhooks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubOrganizationWebhooksConfig.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/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationWebhooks.python.md b/docs/dataGithubOrganizationWebhooks.python.md index 0c2806eb1..e2e33673c 100644 --- a/docs/dataGithubOrganizationWebhooks.python.md +++ b/docs/dataGithubOrganizationWebhooks.python.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationWebhooks -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks github_organization_webhooks}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks github_organization_webhooks}. #### Initializers @@ -36,7 +36,7 @@ dataGithubOrganizationWebhooks.DataGithubOrganizationWebhooks( | 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/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#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/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubOrganizationWebh The id of the existing DataGithubOrganizationWebhooks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubOrganizationWebhooks.DataGithubOrganizationWebhooksConfig( | 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/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubOrganizationWebhooks.typescript.md b/docs/dataGithubOrganizationWebhooks.typescript.md index 129180200..57a9238f2 100644 --- a/docs/dataGithubOrganizationWebhooks.typescript.md +++ b/docs/dataGithubOrganizationWebhooks.typescript.md @@ -4,7 +4,7 @@ ### DataGithubOrganizationWebhooks -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks github_organization_webhooks}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks github_organization_webhooks}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubOrganizationWebh The id of the existing DataGithubOrganizationWebhooks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubOrganizationWebhooksConfig: dataGithubOrganizationWebhooks.DataG | 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/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRef.csharp.md b/docs/dataGithubRef.csharp.md index cc62715a4..a9524f88b 100644 --- a/docs/dataGithubRef.csharp.md +++ b/docs/dataGithubRef.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRef -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref github_ref}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref github_ref}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubRef to import. The id of the existing DataGithubRef that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use --- @@ -695,10 +695,10 @@ new DataGithubRefConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Ref | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. | -| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. | +| Ref | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. | +| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. | --- @@ -780,7 +780,7 @@ public string Ref { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. --- @@ -792,7 +792,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. --- @@ -804,7 +804,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 string Owner { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. --- diff --git a/docs/dataGithubRef.go.md b/docs/dataGithubRef.go.md index 301116897..cc705e88a 100644 --- a/docs/dataGithubRef.go.md +++ b/docs/dataGithubRef.go.md @@ -4,12 +4,12 @@ ### DataGithubRef -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref github_ref}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref github_ref}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubref" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubref" datagithubref.NewDataGithubRef(scope Construct, id *string, config DataGithubRefConfig) DataGithubRef ``` @@ -290,7 +290,7 @@ func ResetOwner() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubref" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubref" datagithubref.DataGithubRef_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubref" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubref" datagithubref.DataGithubRef_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datagithubref.DataGithubRef_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubref" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubref" datagithubref.DataGithubRef_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datagithubref.DataGithubRef_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubref" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubref" datagithubref.DataGithubRef_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubRef to import. The id of the existing DataGithubRef that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use --- @@ -667,7 +667,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubref" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubref" &datagithubref.DataGithubRefConfig { Connection: interface{}, @@ -695,10 +695,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubref" | 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.* | -| Ref | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. | -| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. | +| Ref | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. | +| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. | --- @@ -780,7 +780,7 @@ Ref *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. --- @@ -792,7 +792,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. --- @@ -804,7 +804,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Owner *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. --- diff --git a/docs/dataGithubRef.java.md b/docs/dataGithubRef.java.md index a377ac253..3f2ea9b93 100644 --- a/docs/dataGithubRef.java.md +++ b/docs/dataGithubRef.java.md @@ -4,7 +4,7 @@ ### DataGithubRef -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref github_ref}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref github_ref}. #### Initializers @@ -41,10 +41,10 @@ DataGithubRef.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.* | -| ref | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. | +| ref | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. --- @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataGithubRef to import. The id of the existing DataGithubRef that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use --- @@ -796,10 +796,10 @@ DataGithubRefConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| ref | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. | +| ref | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. | --- @@ -881,7 +881,7 @@ public java.lang.String getRef(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. --- @@ -893,7 +893,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. --- @@ -905,7 +905,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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,7 +920,7 @@ public java.lang.String getOwner(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. --- diff --git a/docs/dataGithubRef.python.md b/docs/dataGithubRef.python.md index c303a1ee9..0c8bf65f7 100644 --- a/docs/dataGithubRef.python.md +++ b/docs/dataGithubRef.python.md @@ -4,7 +4,7 @@ ### DataGithubRef -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref github_ref}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref github_ref}. #### Initializers @@ -39,10 +39,10 @@ dataGithubRef.DataGithubRef( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. | +| ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. --- @@ -510,7 +510,7 @@ The construct id used in the generated config for the DataGithubRef to import. The id of the existing DataGithubRef that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use --- @@ -826,10 +826,10 @@ dataGithubRef.DataGithubRefConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. | +| ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. | --- @@ -911,7 +911,7 @@ ref: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. --- @@ -923,7 +923,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. --- @@ -935,7 +935,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -950,7 +950,7 @@ owner: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. --- diff --git a/docs/dataGithubRef.typescript.md b/docs/dataGithubRef.typescript.md index 5113ce749..50cfa5e1e 100644 --- a/docs/dataGithubRef.typescript.md +++ b/docs/dataGithubRef.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRef -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref github_ref}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref github_ref}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubRef to import. The id of the existing DataGithubRef that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use --- @@ -683,10 +683,10 @@ const dataGithubRefConfig: dataGithubRef.DataGithubRefConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| ref | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. | -| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. | +| ref | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. | +| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. | --- @@ -768,7 +768,7 @@ public readonly ref: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref}. --- @@ -780,7 +780,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository}. --- @@ -792,7 +792,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -807,7 +807,7 @@ public readonly owner: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner}. --- diff --git a/docs/dataGithubRelease.csharp.md b/docs/dataGithubRelease.csharp.md index d1ebff832..bdb0d0247 100644 --- a/docs/dataGithubRelease.csharp.md +++ b/docs/dataGithubRelease.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRelease -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release github_release}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release github_release}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubRelease to impor The id of the existing DataGithubRelease that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use --- @@ -904,12 +904,12 @@ new DataGithubReleaseConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. | -| RetrieveBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. | -| ReleaseId | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | -| ReleaseTag | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | +| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. | +| RetrieveBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. | +| ReleaseId | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | +| ReleaseTag | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | --- @@ -991,7 +991,7 @@ public string Owner { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. --- @@ -1003,7 +1003,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. --- @@ -1015,7 +1015,7 @@ public string RetrieveBy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. --- @@ -1027,7 +1027,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1042,7 +1042,7 @@ public double ReleaseId { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. --- @@ -1054,7 +1054,7 @@ public string ReleaseTag { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. --- diff --git a/docs/dataGithubRelease.go.md b/docs/dataGithubRelease.go.md index 203394dbd..44379558d 100644 --- a/docs/dataGithubRelease.go.md +++ b/docs/dataGithubRelease.go.md @@ -4,12 +4,12 @@ ### DataGithubRelease -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release github_release}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release github_release}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrelease" datagithubrelease.NewDataGithubRelease(scope Construct, id *string, config DataGithubReleaseConfig) DataGithubRelease ``` @@ -297,7 +297,7 @@ func ResetReleaseTag() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrelease" datagithubrelease.DataGithubRelease_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrelease" datagithubrelease.DataGithubRelease_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubrelease.DataGithubRelease_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrelease" datagithubrelease.DataGithubRelease_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datagithubrelease.DataGithubRelease_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrelease" datagithubrelease.DataGithubRelease_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubRelease to impor The id of the existing DataGithubRelease that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use --- @@ -861,7 +861,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrelease" &datagithubrelease.DataGithubReleaseAssets { @@ -874,7 +874,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrelease" &datagithubrelease.DataGithubReleaseConfig { Connection: interface{}, @@ -904,12 +904,12 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" | 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.* | -| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. | -| RetrieveBy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. | -| ReleaseId | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | -| ReleaseTag | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | +| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. | +| RetrieveBy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. | +| ReleaseId | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | +| ReleaseTag | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | --- @@ -991,7 +991,7 @@ Owner *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. --- @@ -1003,7 +1003,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. --- @@ -1015,7 +1015,7 @@ RetrieveBy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. --- @@ -1027,7 +1027,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1042,7 +1042,7 @@ ReleaseId *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. --- @@ -1054,7 +1054,7 @@ ReleaseTag *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. --- @@ -1065,7 +1065,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrelease" datagithubrelease.NewDataGithubReleaseAssetsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubReleaseAssetsList ``` @@ -1214,7 +1214,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrelease" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrelease" datagithubrelease.NewDataGithubReleaseAssetsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubReleaseAssetsOutputReference ``` diff --git a/docs/dataGithubRelease.java.md b/docs/dataGithubRelease.java.md index edc05de7c..dd35e7209 100644 --- a/docs/dataGithubRelease.java.md +++ b/docs/dataGithubRelease.java.md @@ -4,7 +4,7 @@ ### DataGithubRelease -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release github_release}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release github_release}. #### Initializers @@ -43,12 +43,12 @@ DataGithubRelease.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.* | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. | -| retrieveBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. | -| releaseId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | -| releaseTag | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. | +| retrieveBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. | +| releaseId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | +| releaseTag | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. --- @@ -503,7 +503,7 @@ The construct id used in the generated config for the DataGithubRelease to impor The id of the existing DataGithubRelease that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use --- @@ -1024,12 +1024,12 @@ DataGithubReleaseConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. | -| retrieveBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. | -| releaseId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | -| releaseTag | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. | +| retrieveBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. | +| releaseId | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | +| releaseTag | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | --- @@ -1111,7 +1111,7 @@ public java.lang.String getOwner(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. --- @@ -1123,7 +1123,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. --- @@ -1135,7 +1135,7 @@ public java.lang.String getRetrieveBy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. --- @@ -1147,7 +1147,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ public java.lang.Number getReleaseId(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. --- @@ -1174,7 +1174,7 @@ public java.lang.String getReleaseTag(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. --- diff --git a/docs/dataGithubRelease.python.md b/docs/dataGithubRelease.python.md index dda7b4c05..ad8669810 100644 --- a/docs/dataGithubRelease.python.md +++ b/docs/dataGithubRelease.python.md @@ -4,7 +4,7 @@ ### DataGithubRelease -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release github_release}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release github_release}. #### Initializers @@ -41,12 +41,12 @@ dataGithubRelease.DataGithubRelease( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. | -| retrieve_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. | -| release_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | -| release_tag | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. | +| retrieve_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. | +| release_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | +| release_tag | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. --- @@ -537,7 +537,7 @@ The construct id used in the generated config for the DataGithubRelease to impor The id of the existing DataGithubRelease that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use --- @@ -1053,12 +1053,12 @@ dataGithubRelease.DataGithubReleaseConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. | -| retrieve_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. | -| release_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | -| release_tag | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. | +| retrieve_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. | +| release_id | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | +| release_tag | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | --- @@ -1140,7 +1140,7 @@ owner: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. --- @@ -1152,7 +1152,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. --- @@ -1164,7 +1164,7 @@ retrieve_by: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. --- @@ -1176,7 +1176,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1191,7 +1191,7 @@ release_id: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. --- @@ -1203,7 +1203,7 @@ release_tag: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. --- diff --git a/docs/dataGithubRelease.typescript.md b/docs/dataGithubRelease.typescript.md index d048962cb..2e60b4c7c 100644 --- a/docs/dataGithubRelease.typescript.md +++ b/docs/dataGithubRelease.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRelease -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release github_release}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release github_release}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubRelease to impor The id of the existing DataGithubRelease that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/release#import import section} in the documentation of this resource for the id to use --- @@ -888,12 +888,12 @@ const dataGithubReleaseConfig: dataGithubRelease.DataGithubReleaseConfig = { ... | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. | -| retrieveBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. | -| releaseId | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | -| releaseTag | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | +| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. | +| retrieveBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. | +| releaseId | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. | +| releaseTag | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. | --- @@ -975,7 +975,7 @@ public readonly owner: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner}. --- @@ -987,7 +987,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository}. --- @@ -999,7 +999,7 @@ public readonly retrieveBy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by}. --- @@ -1011,7 +1011,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1026,7 +1026,7 @@ public readonly releaseId: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id}. --- @@ -1038,7 +1038,7 @@ public readonly releaseTag: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag}. --- diff --git a/docs/dataGithubRepositories.csharp.md b/docs/dataGithubRepositories.csharp.md index 58682408c..58fff96e4 100644 --- a/docs/dataGithubRepositories.csharp.md +++ b/docs/dataGithubRepositories.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories github_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories github_repositories}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGithubRepositories to The id of the existing DataGithubRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use --- @@ -743,11 +743,11 @@ new DataGithubRepositoriesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Query | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | -| IncludeRepoId | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | -| ResultsPerPage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | -| Sort | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | +| Query | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | +| IncludeRepoId | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | +| ResultsPerPage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | +| Sort | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | --- @@ -829,7 +829,7 @@ public string Query { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. --- @@ -841,7 +841,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -856,7 +856,7 @@ public object IncludeRepoId { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. --- @@ -868,7 +868,7 @@ public double ResultsPerPage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. --- @@ -880,7 +880,7 @@ public string Sort { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. --- diff --git a/docs/dataGithubRepositories.go.md b/docs/dataGithubRepositories.go.md index 3b3d494d0..c4b773cb7 100644 --- a/docs/dataGithubRepositories.go.md +++ b/docs/dataGithubRepositories.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories github_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories github_repositories}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositories" datagithubrepositories.NewDataGithubRepositories(scope Construct, id *string, config DataGithubRepositoriesConfig) DataGithubRepositories ``` @@ -304,7 +304,7 @@ func ResetSort() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositories" datagithubrepositories.DataGithubRepositories_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositories" datagithubrepositories.DataGithubRepositories_IsTerraformElement(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datagithubrepositories.DataGithubRepositories_IsTerraformElement(x interface{}) ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositories" datagithubrepositories.DataGithubRepositories_IsTerraformDataSource(x interface{}) *bool ``` @@ -364,7 +364,7 @@ datagithubrepositories.DataGithubRepositories_IsTerraformDataSource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositories" datagithubrepositories.DataGithubRepositories_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGithubRepositories to The id of the existing DataGithubRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use --- @@ -714,7 +714,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositories" &datagithubrepositories.DataGithubRepositoriesConfig { Connection: interface{}, @@ -743,11 +743,11 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| Query | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | -| IncludeRepoId | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | -| ResultsPerPage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | -| Sort | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | +| Query | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | +| IncludeRepoId | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | +| ResultsPerPage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | +| Sort | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | --- @@ -829,7 +829,7 @@ Query *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. --- @@ -841,7 +841,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -856,7 +856,7 @@ IncludeRepoId interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. --- @@ -868,7 +868,7 @@ ResultsPerPage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. --- @@ -880,7 +880,7 @@ Sort *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. --- diff --git a/docs/dataGithubRepositories.java.md b/docs/dataGithubRepositories.java.md index 0e5fa413e..25b16bfdf 100644 --- a/docs/dataGithubRepositories.java.md +++ b/docs/dataGithubRepositories.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories github_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories github_repositories}. #### Initializers @@ -43,11 +43,11 @@ DataGithubRepositories.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.* | -| query | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | -| includeRepoId | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | -| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | -| sort | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | +| query | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | +| includeRepoId | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | +| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | +| sort | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -134,7 +134,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. --- @@ -501,7 +501,7 @@ The construct id used in the generated config for the DataGithubRepositories to The id of the existing DataGithubRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use --- @@ -856,11 +856,11 @@ DataGithubRepositoriesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| query | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | -| includeRepoId | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | -| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | -| sort | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | +| query | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | +| includeRepoId | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | +| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | +| sort | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | --- @@ -942,7 +942,7 @@ public java.lang.String getQuery(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. --- @@ -954,7 +954,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -969,7 +969,7 @@ public java.lang.Object getIncludeRepoId(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. --- @@ -981,7 +981,7 @@ public java.lang.Number getResultsPerPage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. --- @@ -993,7 +993,7 @@ public java.lang.String getSort(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. --- diff --git a/docs/dataGithubRepositories.python.md b/docs/dataGithubRepositories.python.md index 97433f684..8c920ce9a 100644 --- a/docs/dataGithubRepositories.python.md +++ b/docs/dataGithubRepositories.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories github_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories github_repositories}. #### Initializers @@ -40,11 +40,11 @@ dataGithubRepositories.DataGithubRepositories( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | -| include_repo_id | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | -| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | -| sort | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | +| query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | +| include_repo_id | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | +| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | +| sort | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. --- @@ -534,7 +534,7 @@ The construct id used in the generated config for the DataGithubRepositories to The id of the existing DataGithubRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use --- @@ -884,11 +884,11 @@ dataGithubRepositories.DataGithubRepositoriesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | -| include_repo_id | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | -| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | -| sort | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | +| query | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | +| include_repo_id | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | +| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | +| sort | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | --- @@ -970,7 +970,7 @@ query: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. --- @@ -982,7 +982,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -997,7 +997,7 @@ include_repo_id: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. --- @@ -1009,7 +1009,7 @@ results_per_page: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. --- @@ -1021,7 +1021,7 @@ sort: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. --- diff --git a/docs/dataGithubRepositories.typescript.md b/docs/dataGithubRepositories.typescript.md index 77c4bcabf..70156a511 100644 --- a/docs/dataGithubRepositories.typescript.md +++ b/docs/dataGithubRepositories.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories github_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories github_repositories}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGithubRepositories to The id of the existing DataGithubRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use --- @@ -730,11 +730,11 @@ const dataGithubRepositoriesConfig: dataGithubRepositories.DataGithubRepositorie | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| query | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | -| includeRepoId | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | -| resultsPerPage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | -| sort | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | +| query | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. | +| includeRepoId | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. | +| resultsPerPage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. | +| sort | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. | --- @@ -816,7 +816,7 @@ public readonly query: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query}. --- @@ -828,7 +828,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -843,7 +843,7 @@ public readonly includeRepoId: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id}. --- @@ -855,7 +855,7 @@ public readonly resultsPerPage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page}. --- @@ -867,7 +867,7 @@ public readonly sort: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort}. --- diff --git a/docs/dataGithubRepository.csharp.md b/docs/dataGithubRepository.csharp.md index 97daff215..648e4d426 100644 --- a/docs/dataGithubRepository.csharp.md +++ b/docs/dataGithubRepository.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository github_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository github_repository}. #### Initializers @@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGithubRepository to im The id of the existing DataGithubRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use --- @@ -1058,11 +1058,11 @@ new DataGithubRepositoryConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. | -| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | -| HomepageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. | +| Description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. | +| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | +| HomepageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. | --- @@ -1144,7 +1144,7 @@ public string Description { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. --- @@ -1156,7 +1156,7 @@ public string FullName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. --- @@ -1168,7 +1168,7 @@ public string HomepageUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. --- @@ -1180,7 +1180,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. --- diff --git a/docs/dataGithubRepository.go.md b/docs/dataGithubRepository.go.md index 98f9fe387..303642eb3 100644 --- a/docs/dataGithubRepository.go.md +++ b/docs/dataGithubRepository.go.md @@ -4,12 +4,12 @@ ### DataGithubRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository github_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository github_repository}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepository(scope Construct, id *string, config DataGithubRepositoryConfig) DataGithubRepository ``` @@ -311,7 +311,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.DataGithubRepository_IsConstruct(x interface{}) *bool ``` @@ -343,7 +343,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.DataGithubRepository_IsTerraformElement(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datagithubrepository.DataGithubRepository_IsTerraformElement(x interface{}) *boo ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.DataGithubRepository_IsTerraformDataSource(x interface{}) *bool ``` @@ -371,7 +371,7 @@ datagithubrepository.DataGithubRepository_IsTerraformDataSource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.DataGithubRepository_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGithubRepository to im The id of the existing DataGithubRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use --- @@ -1029,7 +1029,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" &datagithubrepository.DataGithubRepositoryConfig { Connection: interface{}, @@ -1058,11 +1058,11 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. | -| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | -| HomepageUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. | +| Description | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. | +| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | +| HomepageUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. | --- @@ -1144,7 +1144,7 @@ Description *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. --- @@ -1156,7 +1156,7 @@ FullName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. --- @@ -1168,7 +1168,7 @@ HomepageUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. --- @@ -1180,7 +1180,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. --- @@ -1204,7 +1204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" &datagithubrepository.DataGithubRepositoryPages { @@ -1217,7 +1217,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" &datagithubrepository.DataGithubRepositoryPagesSource { @@ -1230,7 +1230,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" &datagithubrepository.DataGithubRepositoryRepositoryLicense { @@ -1243,7 +1243,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" &datagithubrepository.DataGithubRepositoryRepositoryLicenseLicense { @@ -1256,7 +1256,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" &datagithubrepository.DataGithubRepositoryTemplate { @@ -1271,7 +1271,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepositoryPagesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryPagesList ``` @@ -1420,7 +1420,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepositoryPagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryPagesOutputReference ``` @@ -1764,7 +1764,7 @@ func InternalValue() DataGithubRepositoryPages #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepositoryPagesSourceList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryPagesSourceList ``` @@ -1913,7 +1913,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepositoryPagesSourceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryPagesSourceOutputReference ``` @@ -2202,7 +2202,7 @@ func InternalValue() DataGithubRepositoryPagesSource #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepositoryRepositoryLicenseLicenseList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryRepositoryLicenseLicenseList ``` @@ -2351,7 +2351,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepositoryRepositoryLicenseLicenseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryRepositoryLicenseLicenseOutputReference ``` @@ -2750,7 +2750,7 @@ func InternalValue() DataGithubRepositoryRepositoryLicenseLicense #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepositoryRepositoryLicenseList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryRepositoryLicenseList ``` @@ -2899,7 +2899,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepositoryRepositoryLicenseOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryRepositoryLicenseOutputReference ``` @@ -3298,7 +3298,7 @@ func InternalValue() DataGithubRepositoryRepositoryLicense #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepositoryTemplateList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryTemplateList ``` @@ -3447,7 +3447,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepository" datagithubrepository.NewDataGithubRepositoryTemplateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryTemplateOutputReference ``` diff --git a/docs/dataGithubRepository.java.md b/docs/dataGithubRepository.java.md index 7938be4af..8fae5ed99 100644 --- a/docs/dataGithubRepository.java.md +++ b/docs/dataGithubRepository.java.md @@ -4,7 +4,7 @@ ### DataGithubRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository github_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository github_repository}. #### Initializers @@ -42,11 +42,11 @@ DataGithubRepository.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.* | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | -| homepageUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | +| homepageUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. --- @@ -507,7 +507,7 @@ The construct id used in the generated config for the DataGithubRepository to im The id of the existing DataGithubRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use --- @@ -1169,11 +1169,11 @@ DataGithubRepositoryConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | -| homepageUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. | +| description | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | +| homepageUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. | --- @@ -1255,7 +1255,7 @@ public java.lang.String getDescription(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. --- @@ -1267,7 +1267,7 @@ public java.lang.String getFullName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. --- @@ -1279,7 +1279,7 @@ public java.lang.String getHomepageUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. --- @@ -1291,7 +1291,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. --- diff --git a/docs/dataGithubRepository.python.md b/docs/dataGithubRepository.python.md index 45be10226..3ff869b62 100644 --- a/docs/dataGithubRepository.python.md +++ b/docs/dataGithubRepository.python.md @@ -4,7 +4,7 @@ ### DataGithubRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository github_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository github_repository}. #### Initializers @@ -40,11 +40,11 @@ dataGithubRepository.DataGithubRepository( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | -| homepage_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | +| homepage_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. --- @@ -541,7 +541,7 @@ The construct id used in the generated config for the DataGithubRepository to im The id of the existing DataGithubRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use --- @@ -1199,11 +1199,11 @@ dataGithubRepository.DataGithubRepositoryConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | -| homepage_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. | +| description | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | +| homepage_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. | --- @@ -1285,7 +1285,7 @@ description: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. --- @@ -1297,7 +1297,7 @@ full_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. --- @@ -1309,7 +1309,7 @@ homepage_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. --- @@ -1321,7 +1321,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1336,7 +1336,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. --- diff --git a/docs/dataGithubRepository.typescript.md b/docs/dataGithubRepository.typescript.md index 7bfa32002..4f4ea268c 100644 --- a/docs/dataGithubRepository.typescript.md +++ b/docs/dataGithubRepository.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository github_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository github_repository}. #### Initializers @@ -400,7 +400,7 @@ The construct id used in the generated config for the DataGithubRepository to im The id of the existing DataGithubRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use --- @@ -1045,11 +1045,11 @@ const dataGithubRepositoryConfig: dataGithubRepository.DataGithubRepositoryConfi | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. | -| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | -| homepageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. | +| description | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. | +| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. | +| homepageUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. | --- @@ -1131,7 +1131,7 @@ public readonly description: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description}. --- @@ -1143,7 +1143,7 @@ public readonly fullName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name}. --- @@ -1155,7 +1155,7 @@ public readonly homepageUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url}. --- @@ -1167,7 +1167,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1182,7 +1182,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name}. --- diff --git a/docs/dataGithubRepositoryAutolinkReferences.csharp.md b/docs/dataGithubRepositoryAutolinkReferences.csharp.md index eb2357c96..4e72123b4 100644 --- a/docs/dataGithubRepositoryAutolinkReferences.csharp.md +++ b/docs/dataGithubRepositoryAutolinkReferences.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryAutolinkReferences -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references github_repository_autolink_references}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references github_repository_autolink_references}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryAutoli The id of the existing DataGithubRepositoryAutolinkReferences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use --- @@ -644,8 +644,8 @@ new DataGithubRepositoryAutolinkReferencesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | --- @@ -727,7 +727,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. --- @@ -739,7 +739,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryAutolinkReferences.go.md b/docs/dataGithubRepositoryAutolinkReferences.go.md index 78e0c1326..d7ff3655a 100644 --- a/docs/dataGithubRepositoryAutolinkReferences.go.md +++ b/docs/dataGithubRepositoryAutolinkReferences.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryAutolinkReferences -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references github_repository_autolink_references}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references github_repository_autolink_references}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryautolinkreferences" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryautolinkreferences" datagithubrepositoryautolinkreferences.NewDataGithubRepositoryAutolinkReferences(scope Construct, id *string, config DataGithubRepositoryAutolinkReferencesConfig) DataGithubRepositoryAutolinkReferences ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryautolinkreferences" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryautolinkreferences" datagithubrepositoryautolinkreferences.DataGithubRepositoryAutolinkReferences_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryautolinkreferences" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryautolinkreferences" datagithubrepositoryautolinkreferences.DataGithubRepositoryAutolinkReferences_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubrepositoryautolinkreferences.DataGithubRepositoryAutolinkReferences_Is ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryautolinkreferences" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryautolinkreferences" datagithubrepositoryautolinkreferences.DataGithubRepositoryAutolinkReferences_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubrepositoryautolinkreferences.DataGithubRepositoryAutolinkReferences_Is ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryautolinkreferences" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryautolinkreferences" datagithubrepositoryautolinkreferences.DataGithubRepositoryAutolinkReferences_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryAutoli The id of the existing DataGithubRepositoryAutolinkReferences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use --- @@ -605,7 +605,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryautolinkreferences" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryautolinkreferences" &datagithubrepositoryautolinkreferences.DataGithubRepositoryAutolinkReferencesAutolinkReferences { @@ -618,7 +618,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryautolinkreferences" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryautolinkreferences" &datagithubrepositoryautolinkreferences.DataGithubRepositoryAutolinkReferencesConfig { Connection: interface{}, @@ -644,8 +644,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | --- @@ -727,7 +727,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. --- @@ -739,7 +739,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -753,7 +753,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryautolinkreferences" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryautolinkreferences" datagithubrepositoryautolinkreferences.NewDataGithubRepositoryAutolinkReferencesAutolinkReferencesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryAutolinkReferencesAutolinkReferencesList ``` @@ -902,7 +902,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryautolinkreferences" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryautolinkreferences" datagithubrepositoryautolinkreferences.NewDataGithubRepositoryAutolinkReferencesAutolinkReferencesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryAutolinkReferencesAutolinkReferencesOutputReference ``` diff --git a/docs/dataGithubRepositoryAutolinkReferences.java.md b/docs/dataGithubRepositoryAutolinkReferences.java.md index 74b9e6941..1b617318b 100644 --- a/docs/dataGithubRepositoryAutolinkReferences.java.md +++ b/docs/dataGithubRepositoryAutolinkReferences.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryAutolinkReferences -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references github_repository_autolink_references}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references github_repository_autolink_references}. #### Initializers @@ -39,8 +39,8 @@ DataGithubRepositoryAutolinkReferences.Builder.create(Construct scope, java.lang | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubRepositoryAutoli The id of the existing DataGithubRepositoryAutolinkReferences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use --- @@ -724,8 +724,8 @@ DataGithubRepositoryAutolinkReferencesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | --- @@ -807,7 +807,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. --- @@ -819,7 +819,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryAutolinkReferences.python.md b/docs/dataGithubRepositoryAutolinkReferences.python.md index 21e8d7aac..cbbe10c2a 100644 --- a/docs/dataGithubRepositoryAutolinkReferences.python.md +++ b/docs/dataGithubRepositoryAutolinkReferences.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryAutolinkReferences -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references github_repository_autolink_references}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references github_repository_autolink_references}. #### Initializers @@ -37,8 +37,8 @@ dataGithubRepositoryAutolinkReferences.DataGithubRepositoryAutolinkReferences( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubRepositoryAutoli The id of the existing DataGithubRepositoryAutolinkReferences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use --- @@ -753,8 +753,8 @@ dataGithubRepositoryAutolinkReferences.DataGithubRepositoryAutolinkReferencesCon | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | --- @@ -836,7 +836,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. --- @@ -848,7 +848,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryAutolinkReferences.typescript.md b/docs/dataGithubRepositoryAutolinkReferences.typescript.md index 08dda5dc3..976bc65f0 100644 --- a/docs/dataGithubRepositoryAutolinkReferences.typescript.md +++ b/docs/dataGithubRepositoryAutolinkReferences.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryAutolinkReferences -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references github_repository_autolink_references}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references github_repository_autolink_references}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryAutoli The id of the existing DataGithubRepositoryAutolinkReferences that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use --- @@ -632,8 +632,8 @@ const dataGithubRepositoryAutolinkReferencesConfig: dataGithubRepositoryAutolink | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. | --- @@ -715,7 +715,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository}. --- @@ -727,7 +727,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryBranches.csharp.md b/docs/dataGithubRepositoryBranches.csharp.md index 2756bbfbd..91c1d3c9d 100644 --- a/docs/dataGithubRepositoryBranches.csharp.md +++ b/docs/dataGithubRepositoryBranches.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryBranches -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches github_repository_branches}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches github_repository_branches}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubRepositoryBranch The id of the existing DataGithubRepositoryBranches that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use --- @@ -704,10 +704,10 @@ new DataGithubRepositoryBranchesConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | -| OnlyNonProtectedBranches | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | -| OnlyProtectedBranches | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | +| OnlyNonProtectedBranches | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | +| OnlyProtectedBranches | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | --- @@ -789,7 +789,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. --- @@ -801,7 +801,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -816,7 +816,7 @@ public object OnlyNonProtectedBranches { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. --- @@ -828,7 +828,7 @@ public object OnlyProtectedBranches { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. --- diff --git a/docs/dataGithubRepositoryBranches.go.md b/docs/dataGithubRepositoryBranches.go.md index dc999d212..8b36e504d 100644 --- a/docs/dataGithubRepositoryBranches.go.md +++ b/docs/dataGithubRepositoryBranches.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryBranches -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches github_repository_branches}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches github_repository_branches}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorybranches" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorybranches" datagithubrepositorybranches.NewDataGithubRepositoryBranches(scope Construct, id *string, config DataGithubRepositoryBranchesConfig) DataGithubRepositoryBranches ``` @@ -297,7 +297,7 @@ func ResetOnlyProtectedBranches() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorybranches" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorybranches" datagithubrepositorybranches.DataGithubRepositoryBranches_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorybranches" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorybranches" datagithubrepositorybranches.DataGithubRepositoryBranches_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubrepositorybranches.DataGithubRepositoryBranches_IsTerraformElement(x i ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorybranches" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorybranches" datagithubrepositorybranches.DataGithubRepositoryBranches_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datagithubrepositorybranches.DataGithubRepositoryBranches_IsTerraformDataSource( ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorybranches" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorybranches" datagithubrepositorybranches.DataGithubRepositoryBranches_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubRepositoryBranch The id of the existing DataGithubRepositoryBranches that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use --- @@ -663,7 +663,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorybranches" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorybranches" &datagithubrepositorybranches.DataGithubRepositoryBranchesBranches { @@ -676,7 +676,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorybranches" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorybranches" &datagithubrepositorybranches.DataGithubRepositoryBranchesConfig { Connection: interface{}, @@ -704,10 +704,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | -| OnlyNonProtectedBranches | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | -| OnlyProtectedBranches | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | +| OnlyNonProtectedBranches | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | +| OnlyProtectedBranches | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | --- @@ -789,7 +789,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. --- @@ -801,7 +801,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -816,7 +816,7 @@ OnlyNonProtectedBranches interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. --- @@ -828,7 +828,7 @@ OnlyProtectedBranches interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. --- @@ -839,7 +839,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorybranches" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorybranches" datagithubrepositorybranches.NewDataGithubRepositoryBranchesBranchesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryBranchesBranchesList ``` @@ -988,7 +988,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorybranches" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorybranches" datagithubrepositorybranches.NewDataGithubRepositoryBranchesBranchesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryBranchesBranchesOutputReference ``` diff --git a/docs/dataGithubRepositoryBranches.java.md b/docs/dataGithubRepositoryBranches.java.md index 1bcb33f03..30d9c7aad 100644 --- a/docs/dataGithubRepositoryBranches.java.md +++ b/docs/dataGithubRepositoryBranches.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryBranches -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches github_repository_branches}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches github_repository_branches}. #### Initializers @@ -43,10 +43,10 @@ DataGithubRepositoryBranches.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.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | -| onlyNonProtectedBranches | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | -| onlyProtectedBranches | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | +| onlyNonProtectedBranches | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | +| onlyProtectedBranches | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. --- @@ -485,7 +485,7 @@ The construct id used in the generated config for the DataGithubRepositoryBranch The id of the existing DataGithubRepositoryBranches that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use --- @@ -808,10 +808,10 @@ DataGithubRepositoryBranchesConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | -| onlyNonProtectedBranches | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | -| onlyProtectedBranches | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | +| onlyNonProtectedBranches | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | +| onlyProtectedBranches | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | --- @@ -893,7 +893,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. --- @@ -905,7 +905,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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,7 +920,7 @@ public java.lang.Object getOnlyNonProtectedBranches(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. --- @@ -932,7 +932,7 @@ public java.lang.Object getOnlyProtectedBranches(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. --- diff --git a/docs/dataGithubRepositoryBranches.python.md b/docs/dataGithubRepositoryBranches.python.md index 3c782d8bd..4b83cc9fa 100644 --- a/docs/dataGithubRepositoryBranches.python.md +++ b/docs/dataGithubRepositoryBranches.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryBranches -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches github_repository_branches}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches github_repository_branches}. #### Initializers @@ -39,10 +39,10 @@ dataGithubRepositoryBranches.DataGithubRepositoryBranches( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | -| only_non_protected_branches | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | -| only_protected_branches | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | +| only_non_protected_branches | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | +| only_protected_branches | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. --- @@ -517,7 +517,7 @@ The construct id used in the generated config for the DataGithubRepositoryBranch The id of the existing DataGithubRepositoryBranches that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use --- @@ -833,10 +833,10 @@ dataGithubRepositoryBranches.DataGithubRepositoryBranchesConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | -| only_non_protected_branches | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | -| only_protected_branches | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | +| only_non_protected_branches | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | +| only_protected_branches | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | --- @@ -918,7 +918,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. --- @@ -930,7 +930,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -945,7 +945,7 @@ only_non_protected_branches: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. --- @@ -957,7 +957,7 @@ only_protected_branches: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. --- diff --git a/docs/dataGithubRepositoryBranches.typescript.md b/docs/dataGithubRepositoryBranches.typescript.md index 633302bbe..fad0aa6ed 100644 --- a/docs/dataGithubRepositoryBranches.typescript.md +++ b/docs/dataGithubRepositoryBranches.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryBranches -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches github_repository_branches}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches github_repository_branches}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubRepositoryBranch The id of the existing DataGithubRepositoryBranches that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use --- @@ -690,10 +690,10 @@ const dataGithubRepositoryBranchesConfig: dataGithubRepositoryBranches.DataGithu | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | -| onlyNonProtectedBranches | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | -| onlyProtectedBranches | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. | +| onlyNonProtectedBranches | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. | +| onlyProtectedBranches | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. | --- @@ -775,7 +775,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository}. --- @@ -787,7 +787,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -802,7 +802,7 @@ public readonly onlyNonProtectedBranches: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches}. --- @@ -814,7 +814,7 @@ public readonly onlyProtectedBranches: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches}. --- diff --git a/docs/dataGithubRepositoryDeployKeys.csharp.md b/docs/dataGithubRepositoryDeployKeys.csharp.md index eb659f799..95423b442 100644 --- a/docs/dataGithubRepositoryDeployKeys.csharp.md +++ b/docs/dataGithubRepositoryDeployKeys.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryDeployKeys -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryDeploy The id of the existing DataGithubRepositoryDeployKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_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/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ new DataGithubRepositoryDeployKeysConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | --- @@ -714,7 +714,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. --- @@ -726,7 +726,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryDeployKeys.go.md b/docs/dataGithubRepositoryDeployKeys.go.md index 613df0759..ba796179a 100644 --- a/docs/dataGithubRepositoryDeployKeys.go.md +++ b/docs/dataGithubRepositoryDeployKeys.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryDeployKeys -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploykeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploykeys" datagithubrepositorydeploykeys.NewDataGithubRepositoryDeployKeys(scope Construct, id *string, config DataGithubRepositoryDeployKeysConfig) DataGithubRepositoryDeployKeys ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploykeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploykeys" datagithubrepositorydeploykeys.DataGithubRepositoryDeployKeys_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploykeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploykeys" datagithubrepositorydeploykeys.DataGithubRepositoryDeployKeys_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubrepositorydeploykeys.DataGithubRepositoryDeployKeys_IsTerraformElement ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploykeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploykeys" datagithubrepositorydeploykeys.DataGithubRepositoryDeployKeys_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubrepositorydeploykeys.DataGithubRepositoryDeployKeys_IsTerraformDataSou ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploykeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploykeys" datagithubrepositorydeploykeys.DataGithubRepositoryDeployKeys_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryDeploy The id of the existing DataGithubRepositoryDeployKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_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/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#import import section} in the documentation of this resource for the id to use --- @@ -605,7 +605,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploykeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploykeys" &datagithubrepositorydeploykeys.DataGithubRepositoryDeployKeysConfig { Connection: interface{}, @@ -631,8 +631,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | --- @@ -714,7 +714,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. --- @@ -726,7 +726,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploykeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploykeys" &datagithubrepositorydeploykeys.DataGithubRepositoryDeployKeysKeys { @@ -753,7 +753,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploykeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploykeys" datagithubrepositorydeploykeys.NewDataGithubRepositoryDeployKeysKeysList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryDeployKeysKeysList ``` @@ -902,7 +902,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploykeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploykeys" datagithubrepositorydeploykeys.NewDataGithubRepositoryDeployKeysKeysOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryDeployKeysKeysOutputReference ``` diff --git a/docs/dataGithubRepositoryDeployKeys.java.md b/docs/dataGithubRepositoryDeployKeys.java.md index 600055722..1f9bfce11 100644 --- a/docs/dataGithubRepositoryDeployKeys.java.md +++ b/docs/dataGithubRepositoryDeployKeys.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryDeployKeys -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys}. #### Initializers @@ -39,8 +39,8 @@ DataGithubRepositoryDeployKeys.Builder.create(Construct scope, java.lang.String | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubRepositoryDeploy The id of the existing DataGithubRepositoryDeployKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_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/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#import import section} in the documentation of this resource for the id to use --- @@ -712,8 +712,8 @@ DataGithubRepositoryDeployKeysConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | --- @@ -795,7 +795,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. --- @@ -807,7 +807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryDeployKeys.python.md b/docs/dataGithubRepositoryDeployKeys.python.md index 05dd61de0..9f42dc252 100644 --- a/docs/dataGithubRepositoryDeployKeys.python.md +++ b/docs/dataGithubRepositoryDeployKeys.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryDeployKeys -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys}. #### Initializers @@ -37,8 +37,8 @@ dataGithubRepositoryDeployKeys.DataGithubRepositoryDeployKeys( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubRepositoryDeploy The id of the existing DataGithubRepositoryDeployKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_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/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#import import section} in the documentation of this resource for the id to use --- @@ -742,8 +742,8 @@ dataGithubRepositoryDeployKeys.DataGithubRepositoryDeployKeysConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | --- @@ -825,7 +825,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. --- @@ -837,7 +837,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryDeployKeys.typescript.md b/docs/dataGithubRepositoryDeployKeys.typescript.md index d5634df5a..b4efab92b 100644 --- a/docs/dataGithubRepositoryDeployKeys.typescript.md +++ b/docs/dataGithubRepositoryDeployKeys.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryDeployKeys -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryDeploy The id of the existing DataGithubRepositoryDeployKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_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/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#import import section} in the documentation of this resource for the id to use --- @@ -621,8 +621,8 @@ const dataGithubRepositoryDeployKeysConfig: dataGithubRepositoryDeployKeys.DataG | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. | --- @@ -704,7 +704,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository}. --- @@ -716,7 +716,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryDeploymentBranchPolicies.csharp.md b/docs/dataGithubRepositoryDeploymentBranchPolicies.csharp.md index 46d411b7f..d5b0d6339 100644 --- a/docs/dataGithubRepositoryDeploymentBranchPolicies.csharp.md +++ b/docs/dataGithubRepositoryDeploymentBranchPolicies.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryDeploymentBranchPolicies -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryDeploy The id of the existing DataGithubRepositoryDeploymentBranchPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ new DataGithubRepositoryDeploymentBranchPoliciesConfig { | Provisioners | object[] | *No description.* | | EnvironmentName | string | The target environment name. | | Repository | string | The GitHub repository name. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | --- @@ -740,7 +740,7 @@ public string EnvironmentName { get; set; } The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} --- @@ -754,7 +754,7 @@ public string Repository { get; set; } The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} --- @@ -766,7 +766,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryDeploymentBranchPolicies.go.md b/docs/dataGithubRepositoryDeploymentBranchPolicies.go.md index 614b19360..860498f22 100644 --- a/docs/dataGithubRepositoryDeploymentBranchPolicies.go.md +++ b/docs/dataGithubRepositoryDeploymentBranchPolicies.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryDeploymentBranchPolicies -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploymentbranchpolicies" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploymentbranchpolicies" datagithubrepositorydeploymentbranchpolicies.NewDataGithubRepositoryDeploymentBranchPolicies(scope Construct, id *string, config DataGithubRepositoryDeploymentBranchPoliciesConfig) DataGithubRepositoryDeploymentBranchPolicies ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploymentbranchpolicies" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploymentbranchpolicies" datagithubrepositorydeploymentbranchpolicies.DataGithubRepositoryDeploymentBranchPolicies_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploymentbranchpolicies" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploymentbranchpolicies" datagithubrepositorydeploymentbranchpolicies.DataGithubRepositoryDeploymentBranchPolicies_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubrepositorydeploymentbranchpolicies.DataGithubRepositoryDeploymentBranc ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploymentbranchpolicies" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploymentbranchpolicies" datagithubrepositorydeploymentbranchpolicies.DataGithubRepositoryDeploymentBranchPolicies_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubrepositorydeploymentbranchpolicies.DataGithubRepositoryDeploymentBranc ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploymentbranchpolicies" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploymentbranchpolicies" datagithubrepositorydeploymentbranchpolicies.DataGithubRepositoryDeploymentBranchPolicies_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryDeploy The id of the existing DataGithubRepositoryDeploymentBranchPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use --- @@ -627,7 +627,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploymentbranchpolicies" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploymentbranchpolicies" &datagithubrepositorydeploymentbranchpolicies.DataGithubRepositoryDeploymentBranchPoliciesConfig { Connection: interface{}, @@ -656,7 +656,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | Provisioners | *[]interface{} | *No description.* | | EnvironmentName | *string | The target environment name. | | Repository | *string | The GitHub repository name. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | --- @@ -740,7 +740,7 @@ EnvironmentName *string The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} --- @@ -754,7 +754,7 @@ Repository *string The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} --- @@ -766,7 +766,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -778,7 +778,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploymentbranchpolicies" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploymentbranchpolicies" &datagithubrepositorydeploymentbranchpolicies.DataGithubRepositoryDeploymentBranchPoliciesDeploymentBranchPolicies { @@ -793,7 +793,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploymentbranchpolicies" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploymentbranchpolicies" datagithubrepositorydeploymentbranchpolicies.NewDataGithubRepositoryDeploymentBranchPoliciesDeploymentBranchPoliciesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryDeploymentBranchPoliciesDeploymentBranchPoliciesList ``` @@ -942,7 +942,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorydeploymentbranchpolicies" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorydeploymentbranchpolicies" datagithubrepositorydeploymentbranchpolicies.NewDataGithubRepositoryDeploymentBranchPoliciesDeploymentBranchPoliciesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryDeploymentBranchPoliciesDeploymentBranchPoliciesOutputReference ``` diff --git a/docs/dataGithubRepositoryDeploymentBranchPolicies.java.md b/docs/dataGithubRepositoryDeploymentBranchPolicies.java.md index c2f2344b5..ef47c3a3c 100644 --- a/docs/dataGithubRepositoryDeploymentBranchPolicies.java.md +++ b/docs/dataGithubRepositoryDeploymentBranchPolicies.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryDeploymentBranchPolicies -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies}. #### Initializers @@ -42,7 +42,7 @@ DataGithubRepositoryDeploymentBranchPolicies.Builder.create(Construct scope, jav | provisioners | java.util.List | *No description.* | | environmentName | java.lang.String | The target environment name. | | repository | java.lang.String | The GitHub repository name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubRepositoryDeploy The id of the existing DataGithubRepositoryDeploymentBranchPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ DataGithubRepositoryDeploymentBranchPoliciesConfig.builder() | provisioners | java.util.List | *No description.* | | environmentName | java.lang.String | The target environment name. | | repository | java.lang.String | The GitHub repository name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | --- @@ -835,7 +835,7 @@ public java.lang.String getEnvironmentName(); The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} --- @@ -849,7 +849,7 @@ public java.lang.String getRepository(); The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} --- @@ -861,7 +861,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryDeploymentBranchPolicies.python.md b/docs/dataGithubRepositoryDeploymentBranchPolicies.python.md index 3848d8f52..a7b25c521 100644 --- a/docs/dataGithubRepositoryDeploymentBranchPolicies.python.md +++ b/docs/dataGithubRepositoryDeploymentBranchPolicies.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryDeploymentBranchPolicies -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies}. #### Initializers @@ -40,7 +40,7 @@ dataGithubRepositoryDeploymentBranchPolicies.DataGithubRepositoryDeploymentBranc | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | environment_name | str | The target environment name. | | repository | str | The GitHub repository name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubRepositoryDeploy The id of the existing DataGithubRepositoryDeploymentBranchPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ dataGithubRepositoryDeploymentBranchPolicies.DataGithubRepositoryDeploymentBranc | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | environment_name | str | The target environment name. | | repository | str | The GitHub repository name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | --- @@ -865,7 +865,7 @@ environment_name: str The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} --- @@ -879,7 +879,7 @@ repository: str The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} --- @@ -891,7 +891,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryDeploymentBranchPolicies.typescript.md b/docs/dataGithubRepositoryDeploymentBranchPolicies.typescript.md index 9c4136663..1746fcfcd 100644 --- a/docs/dataGithubRepositoryDeploymentBranchPolicies.typescript.md +++ b/docs/dataGithubRepositoryDeploymentBranchPolicies.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryDeploymentBranchPolicies -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryDeploy The id of the existing DataGithubRepositoryDeploymentBranchPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use --- @@ -645,7 +645,7 @@ const dataGithubRepositoryDeploymentBranchPoliciesConfig: dataGithubRepositoryDe | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | environmentName | string | The target environment name. | | repository | string | The GitHub repository name. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. | --- @@ -729,7 +729,7 @@ public readonly environmentName: string; The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} --- @@ -743,7 +743,7 @@ public readonly repository: string; The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} --- @@ -755,7 +755,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryEnvironments.csharp.md b/docs/dataGithubRepositoryEnvironments.csharp.md index 85b111a5e..cc789acf2 100644 --- a/docs/dataGithubRepositoryEnvironments.csharp.md +++ b/docs/dataGithubRepositoryEnvironments.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryEnvironments -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments github_repository_environments}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments github_repository_environments}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryEnviro The id of the existing DataGithubRepositoryEnvironments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ new DataGithubRepositoryEnvironmentsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | --- @@ -714,7 +714,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. --- @@ -726,7 +726,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryEnvironments.go.md b/docs/dataGithubRepositoryEnvironments.go.md index 575383508..83cb8b908 100644 --- a/docs/dataGithubRepositoryEnvironments.go.md +++ b/docs/dataGithubRepositoryEnvironments.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryEnvironments -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments github_repository_environments}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments github_repository_environments}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryenvironments" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryenvironments" datagithubrepositoryenvironments.NewDataGithubRepositoryEnvironments(scope Construct, id *string, config DataGithubRepositoryEnvironmentsConfig) DataGithubRepositoryEnvironments ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryenvironments" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryenvironments" datagithubrepositoryenvironments.DataGithubRepositoryEnvironments_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryenvironments" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryenvironments" datagithubrepositoryenvironments.DataGithubRepositoryEnvironments_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubrepositoryenvironments.DataGithubRepositoryEnvironments_IsTerraformEle ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryenvironments" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryenvironments" datagithubrepositoryenvironments.DataGithubRepositoryEnvironments_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubrepositoryenvironments.DataGithubRepositoryEnvironments_IsTerraformDat ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryenvironments" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryenvironments" datagithubrepositoryenvironments.DataGithubRepositoryEnvironments_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryEnviro The id of the existing DataGithubRepositoryEnvironments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use --- @@ -605,7 +605,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryenvironments" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryenvironments" &datagithubrepositoryenvironments.DataGithubRepositoryEnvironmentsConfig { Connection: interface{}, @@ -631,8 +631,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | --- @@ -714,7 +714,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. --- @@ -726,7 +726,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryenvironments" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryenvironments" &datagithubrepositoryenvironments.DataGithubRepositoryEnvironmentsEnvironments { @@ -753,7 +753,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryenvironments" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryenvironments" datagithubrepositoryenvironments.NewDataGithubRepositoryEnvironmentsEnvironmentsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryEnvironmentsEnvironmentsList ``` @@ -902,7 +902,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryenvironments" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryenvironments" datagithubrepositoryenvironments.NewDataGithubRepositoryEnvironmentsEnvironmentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryEnvironmentsEnvironmentsOutputReference ``` diff --git a/docs/dataGithubRepositoryEnvironments.java.md b/docs/dataGithubRepositoryEnvironments.java.md index f750f1ba7..c97940831 100644 --- a/docs/dataGithubRepositoryEnvironments.java.md +++ b/docs/dataGithubRepositoryEnvironments.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryEnvironments -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments github_repository_environments}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments github_repository_environments}. #### Initializers @@ -39,8 +39,8 @@ DataGithubRepositoryEnvironments.Builder.create(Construct scope, java.lang.Strin | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubRepositoryEnviro The id of the existing DataGithubRepositoryEnvironments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use --- @@ -712,8 +712,8 @@ DataGithubRepositoryEnvironmentsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | --- @@ -795,7 +795,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. --- @@ -807,7 +807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryEnvironments.python.md b/docs/dataGithubRepositoryEnvironments.python.md index da3081d89..3fb8b4f76 100644 --- a/docs/dataGithubRepositoryEnvironments.python.md +++ b/docs/dataGithubRepositoryEnvironments.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryEnvironments -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments github_repository_environments}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments github_repository_environments}. #### Initializers @@ -37,8 +37,8 @@ dataGithubRepositoryEnvironments.DataGithubRepositoryEnvironments( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubRepositoryEnviro The id of the existing DataGithubRepositoryEnvironments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use --- @@ -742,8 +742,8 @@ dataGithubRepositoryEnvironments.DataGithubRepositoryEnvironmentsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | --- @@ -825,7 +825,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. --- @@ -837,7 +837,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryEnvironments.typescript.md b/docs/dataGithubRepositoryEnvironments.typescript.md index 5f44989d6..3383b81f7 100644 --- a/docs/dataGithubRepositoryEnvironments.typescript.md +++ b/docs/dataGithubRepositoryEnvironments.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryEnvironments -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments github_repository_environments}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments github_repository_environments}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryEnviro The id of the existing DataGithubRepositoryEnvironments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use --- @@ -621,8 +621,8 @@ const dataGithubRepositoryEnvironmentsConfig: dataGithubRepositoryEnvironments.D | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. | --- @@ -704,7 +704,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository}. --- @@ -716,7 +716,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryFile.csharp.md b/docs/dataGithubRepositoryFile.csharp.md index 7e6770bc9..e63478767 100644 --- a/docs/dataGithubRepositoryFile.csharp.md +++ b/docs/dataGithubRepositoryFile.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryFile -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file github_repository_file}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file github_repository_file}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubRepositoryFile t The id of the existing DataGithubRepositoryFile that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use --- @@ -753,7 +753,7 @@ new DataGithubRepositoryFileConfig { | File | string | The file path to manage. | | Repository | string | The repository name. | | Branch | string | The branch name, defaults to the repository's default branch. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | --- @@ -837,7 +837,7 @@ public string File { get; set; } The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} --- @@ -851,7 +851,7 @@ public string Repository { get; set; } The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} --- @@ -865,7 +865,7 @@ public string Branch { get; set; } The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} --- @@ -877,7 +877,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryFile.go.md b/docs/dataGithubRepositoryFile.go.md index 59d573fb2..a10961698 100644 --- a/docs/dataGithubRepositoryFile.go.md +++ b/docs/dataGithubRepositoryFile.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryFile -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file github_repository_file}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file github_repository_file}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryfile" datagithubrepositoryfile.NewDataGithubRepositoryFile(scope Construct, id *string, config DataGithubRepositoryFileConfig) DataGithubRepositoryFile ``` @@ -290,7 +290,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryfile" datagithubrepositoryfile.DataGithubRepositoryFile_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryfile" datagithubrepositoryfile.DataGithubRepositoryFile_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datagithubrepositoryfile.DataGithubRepositoryFile_IsTerraformElement(x interface ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryfile" datagithubrepositoryfile.DataGithubRepositoryFile_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datagithubrepositoryfile.DataGithubRepositoryFile_IsTerraformDataSource(x interf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryfile" datagithubrepositoryfile.DataGithubRepositoryFile_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubRepositoryFile t The id of the existing DataGithubRepositoryFile that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use --- @@ -722,7 +722,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryfile" &datagithubrepositoryfile.DataGithubRepositoryFileConfig { Connection: interface{}, @@ -753,7 +753,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | File | *string | The file path to manage. | | Repository | *string | The repository name. | | Branch | *string | The branch name, defaults to the repository's default branch. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | --- @@ -837,7 +837,7 @@ File *string The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} --- @@ -851,7 +851,7 @@ Repository *string The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} --- @@ -865,7 +865,7 @@ Branch *string The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} --- @@ -877,7 +877,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryFile.java.md b/docs/dataGithubRepositoryFile.java.md index e519fa142..60fa76e09 100644 --- a/docs/dataGithubRepositoryFile.java.md +++ b/docs/dataGithubRepositoryFile.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryFile -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file github_repository_file}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file github_repository_file}. #### Initializers @@ -44,7 +44,7 @@ DataGithubRepositoryFile.Builder.create(Construct scope, java.lang.String id) | file | java.lang.String | The file path to manage. | | repository | java.lang.String | The repository name. | | branch | java.lang.String | The branch name, defaults to the repository's default branch. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -482,7 +482,7 @@ The construct id used in the generated config for the DataGithubRepositoryFile t The id of the existing DataGithubRepositoryFile that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use --- @@ -860,7 +860,7 @@ DataGithubRepositoryFileConfig.builder() | file | java.lang.String | The file path to manage. | | repository | java.lang.String | The repository name. | | branch | java.lang.String | The branch name, defaults to the repository's default branch. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | --- @@ -944,7 +944,7 @@ public java.lang.String getFile(); The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} --- @@ -958,7 +958,7 @@ public java.lang.String getRepository(); The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} --- @@ -972,7 +972,7 @@ public java.lang.String getBranch(); The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} --- @@ -984,7 +984,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryFile.python.md b/docs/dataGithubRepositoryFile.python.md index 96e8a7346..a990fae60 100644 --- a/docs/dataGithubRepositoryFile.python.md +++ b/docs/dataGithubRepositoryFile.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryFile -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file github_repository_file}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file github_repository_file}. #### Initializers @@ -42,7 +42,7 @@ dataGithubRepositoryFile.DataGithubRepositoryFile( | file | str | The file path to manage. | | repository | str | The repository name. | | branch | str | The branch name, defaults to the repository's default branch. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -516,7 +516,7 @@ The construct id used in the generated config for the DataGithubRepositoryFile t The id of the existing DataGithubRepositoryFile that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use --- @@ -890,7 +890,7 @@ dataGithubRepositoryFile.DataGithubRepositoryFileConfig( | file | str | The file path to manage. | | repository | str | The repository name. | | branch | str | The branch name, defaults to the repository's default branch. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | --- @@ -974,7 +974,7 @@ file: str The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} --- @@ -988,7 +988,7 @@ repository: str The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} --- @@ -1002,7 +1002,7 @@ branch: str The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} --- @@ -1014,7 +1014,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryFile.typescript.md b/docs/dataGithubRepositoryFile.typescript.md index d2da04309..d75fee55c 100644 --- a/docs/dataGithubRepositoryFile.typescript.md +++ b/docs/dataGithubRepositoryFile.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryFile -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file github_repository_file}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file github_repository_file}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubRepositoryFile t The id of the existing DataGithubRepositoryFile that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/repository_file#import import section} in the documentation of this resource for the id to use --- @@ -741,7 +741,7 @@ const dataGithubRepositoryFileConfig: dataGithubRepositoryFile.DataGithubReposit | file | string | The file path to manage. | | repository | string | The repository name. | | branch | string | The branch name, defaults to the repository's default branch. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. | --- @@ -825,7 +825,7 @@ public readonly file: string; The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} --- @@ -839,7 +839,7 @@ public readonly repository: string; The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} --- @@ -853,7 +853,7 @@ public readonly branch: string; The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} --- @@ -865,7 +865,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryMilestone.csharp.md b/docs/dataGithubRepositoryMilestone.csharp.md index 158104c44..f739af2d4 100644 --- a/docs/dataGithubRepositoryMilestone.csharp.md +++ b/docs/dataGithubRepositoryMilestone.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryMilestone -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone github_repository_milestone}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone github_repository_milestone}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryMilest The id of the existing DataGithubRepositoryMilestone that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use --- @@ -710,10 +710,10 @@ new DataGithubRepositoryMilestoneConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Number | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | -| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | +| Number | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | +| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | --- @@ -795,7 +795,7 @@ public double Number { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. --- @@ -807,7 +807,7 @@ public string Owner { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. --- @@ -819,7 +819,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. --- @@ -831,7 +831,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryMilestone.go.md b/docs/dataGithubRepositoryMilestone.go.md index 3cf06447b..f7cbb845a 100644 --- a/docs/dataGithubRepositoryMilestone.go.md +++ b/docs/dataGithubRepositoryMilestone.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryMilestone -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone github_repository_milestone}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone github_repository_milestone}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorymilestone" datagithubrepositorymilestone.NewDataGithubRepositoryMilestone(scope Construct, id *string, config DataGithubRepositoryMilestoneConfig) DataGithubRepositoryMilestone ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorymilestone" datagithubrepositorymilestone.DataGithubRepositoryMilestone_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorymilestone" datagithubrepositorymilestone.DataGithubRepositoryMilestone_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubrepositorymilestone.DataGithubRepositoryMilestone_IsTerraformElement(x ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorymilestone" datagithubrepositorymilestone.DataGithubRepositoryMilestone_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubrepositorymilestone.DataGithubRepositoryMilestone_IsTerraformDataSourc ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorymilestone" datagithubrepositorymilestone.DataGithubRepositoryMilestone_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryMilest The id of the existing DataGithubRepositoryMilestone that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use --- @@ -682,7 +682,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorymilestone" &datagithubrepositorymilestone.DataGithubRepositoryMilestoneConfig { Connection: interface{}, @@ -710,10 +710,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| Number | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | -| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | +| Number | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | +| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | --- @@ -795,7 +795,7 @@ Number *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. --- @@ -807,7 +807,7 @@ Owner *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. --- @@ -819,7 +819,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. --- @@ -831,7 +831,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryMilestone.java.md b/docs/dataGithubRepositoryMilestone.java.md index 9a1582c89..cdb548832 100644 --- a/docs/dataGithubRepositoryMilestone.java.md +++ b/docs/dataGithubRepositoryMilestone.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryMilestone -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone github_repository_milestone}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone github_repository_milestone}. #### Initializers @@ -41,10 +41,10 @@ DataGithubRepositoryMilestone.Builder.create(Construct scope, java.lang.String i | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| number | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | +| number | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -469,7 +469,7 @@ The construct id used in the generated config for the DataGithubRepositoryMilest The id of the existing DataGithubRepositoryMilestone that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use --- @@ -811,10 +811,10 @@ DataGithubRepositoryMilestoneConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| number | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | +| number | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | --- @@ -896,7 +896,7 @@ public java.lang.Number getNumber(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. --- @@ -908,7 +908,7 @@ public java.lang.String getOwner(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. --- @@ -920,7 +920,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. --- @@ -932,7 +932,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryMilestone.python.md b/docs/dataGithubRepositoryMilestone.python.md index 0c63fb0fb..409ebbff8 100644 --- a/docs/dataGithubRepositoryMilestone.python.md +++ b/docs/dataGithubRepositoryMilestone.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryMilestone -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone github_repository_milestone}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone github_repository_milestone}. #### Initializers @@ -39,10 +39,10 @@ dataGithubRepositoryMilestone.DataGithubRepositoryMilestone( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| number | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | +| number | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -503,7 +503,7 @@ The construct id used in the generated config for the DataGithubRepositoryMilest The id of the existing DataGithubRepositoryMilestone that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use --- @@ -841,10 +841,10 @@ dataGithubRepositoryMilestone.DataGithubRepositoryMilestoneConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| number | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | +| number | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | --- @@ -926,7 +926,7 @@ number: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. --- @@ -938,7 +938,7 @@ owner: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. --- @@ -950,7 +950,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. --- @@ -962,7 +962,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryMilestone.typescript.md b/docs/dataGithubRepositoryMilestone.typescript.md index c14b32007..c8cf4683d 100644 --- a/docs/dataGithubRepositoryMilestone.typescript.md +++ b/docs/dataGithubRepositoryMilestone.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryMilestone -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone github_repository_milestone}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone github_repository_milestone}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryMilest The id of the existing DataGithubRepositoryMilestone that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use --- @@ -698,10 +698,10 @@ const dataGithubRepositoryMilestoneConfig: dataGithubRepositoryMilestone.DataGit | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| number | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | -| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | +| number | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. | +| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. | --- @@ -783,7 +783,7 @@ public readonly number: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number}. --- @@ -795,7 +795,7 @@ public readonly owner: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner}. --- @@ -807,7 +807,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository}. --- @@ -819,7 +819,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryPullRequest.csharp.md b/docs/dataGithubRepositoryPullRequest.csharp.md index ca8c68aad..ccfe6be53 100644 --- a/docs/dataGithubRepositoryPullRequest.csharp.md +++ b/docs/dataGithubRepositoryPullRequest.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryPullRequest -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request github_repository_pull_request}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request github_repository_pull_request}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubRepositoryPullRe The id of the existing DataGithubRepositoryPullRequest that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use --- @@ -838,10 +838,10 @@ new DataGithubRepositoryPullRequestConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| BaseRepository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | -| Number | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | -| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | +| BaseRepository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | +| Number | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | +| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | --- @@ -923,7 +923,7 @@ public string BaseRepository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. --- @@ -935,7 +935,7 @@ public double Number { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. --- @@ -947,7 +947,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -962,7 +962,7 @@ public string Owner { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. --- diff --git a/docs/dataGithubRepositoryPullRequest.go.md b/docs/dataGithubRepositoryPullRequest.go.md index a5ba83d36..de7239e0e 100644 --- a/docs/dataGithubRepositoryPullRequest.go.md +++ b/docs/dataGithubRepositoryPullRequest.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryPullRequest -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request github_repository_pull_request}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request github_repository_pull_request}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequest" datagithubrepositorypullrequest.NewDataGithubRepositoryPullRequest(scope Construct, id *string, config DataGithubRepositoryPullRequestConfig) DataGithubRepositoryPullRequest ``` @@ -290,7 +290,7 @@ func ResetOwner() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequest" datagithubrepositorypullrequest.DataGithubRepositoryPullRequest_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequest" datagithubrepositorypullrequest.DataGithubRepositoryPullRequest_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datagithubrepositorypullrequest.DataGithubRepositoryPullRequest_IsTerraformEleme ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequest" datagithubrepositorypullrequest.DataGithubRepositoryPullRequest_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datagithubrepositorypullrequest.DataGithubRepositoryPullRequest_IsTerraformDataS ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequest" datagithubrepositorypullrequest.DataGithubRepositoryPullRequest_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubRepositoryPullRe The id of the existing DataGithubRepositoryPullRequest that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequest" &datagithubrepositorypullrequest.DataGithubRepositoryPullRequestConfig { Connection: interface{}, @@ -838,10 +838,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| BaseRepository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | -| Number | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | -| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | +| BaseRepository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | +| Number | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | +| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | --- @@ -923,7 +923,7 @@ BaseRepository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. --- @@ -935,7 +935,7 @@ Number *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. --- @@ -947,7 +947,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -962,7 +962,7 @@ Owner *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. --- diff --git a/docs/dataGithubRepositoryPullRequest.java.md b/docs/dataGithubRepositoryPullRequest.java.md index 07aa94ca4..d9f48b475 100644 --- a/docs/dataGithubRepositoryPullRequest.java.md +++ b/docs/dataGithubRepositoryPullRequest.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryPullRequest -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request github_repository_pull_request}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request github_repository_pull_request}. #### Initializers @@ -41,10 +41,10 @@ DataGithubRepositoryPullRequest.Builder.create(Construct scope, java.lang.String | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| baseRepository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | -| number | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | +| baseRepository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | +| number | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. --- @@ -476,7 +476,7 @@ The construct id used in the generated config for the DataGithubRepositoryPullRe The id of the existing DataGithubRepositoryPullRequest that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use --- @@ -939,10 +939,10 @@ DataGithubRepositoryPullRequestConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| baseRepository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | -| number | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | +| baseRepository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | +| number | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | --- @@ -1024,7 +1024,7 @@ public java.lang.String getBaseRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. --- @@ -1036,7 +1036,7 @@ public java.lang.Number getNumber(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. --- @@ -1048,7 +1048,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1063,7 +1063,7 @@ public java.lang.String getOwner(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. --- diff --git a/docs/dataGithubRepositoryPullRequest.python.md b/docs/dataGithubRepositoryPullRequest.python.md index 466a976b7..885971231 100644 --- a/docs/dataGithubRepositoryPullRequest.python.md +++ b/docs/dataGithubRepositoryPullRequest.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryPullRequest -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request github_repository_pull_request}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request github_repository_pull_request}. #### Initializers @@ -39,10 +39,10 @@ dataGithubRepositoryPullRequest.DataGithubRepositoryPullRequest( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| base_repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | -| number | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | +| base_repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | +| number | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. --- @@ -510,7 +510,7 @@ The construct id used in the generated config for the DataGithubRepositoryPullRe The id of the existing DataGithubRepositoryPullRequest that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use --- @@ -969,10 +969,10 @@ dataGithubRepositoryPullRequest.DataGithubRepositoryPullRequestConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| base_repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | -| number | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | +| base_repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | +| number | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | --- @@ -1054,7 +1054,7 @@ base_repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. --- @@ -1066,7 +1066,7 @@ number: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. --- @@ -1078,7 +1078,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1093,7 +1093,7 @@ owner: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. --- diff --git a/docs/dataGithubRepositoryPullRequest.typescript.md b/docs/dataGithubRepositoryPullRequest.typescript.md index 726196b4b..994839521 100644 --- a/docs/dataGithubRepositoryPullRequest.typescript.md +++ b/docs/dataGithubRepositoryPullRequest.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryPullRequest -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request github_repository_pull_request}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request github_repository_pull_request}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubRepositoryPullRe The id of the existing DataGithubRepositoryPullRequest that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use --- @@ -826,10 +826,10 @@ const dataGithubRepositoryPullRequestConfig: dataGithubRepositoryPullRequest.Dat | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| baseRepository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | -| number | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | -| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | +| baseRepository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. | +| number | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. | +| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. | --- @@ -911,7 +911,7 @@ public readonly baseRepository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository}. --- @@ -923,7 +923,7 @@ public readonly number: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number}. --- @@ -935,7 +935,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -950,7 +950,7 @@ public readonly owner: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner}. --- diff --git a/docs/dataGithubRepositoryPullRequests.csharp.md b/docs/dataGithubRepositoryPullRequests.csharp.md index 752084b39..85dafe8f4 100644 --- a/docs/dataGithubRepositoryPullRequests.csharp.md +++ b/docs/dataGithubRepositoryPullRequests.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryPullRequests -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests github_repository_pull_requests}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests github_repository_pull_requests}. #### Initializers @@ -414,7 +414,7 @@ The construct id used in the generated config for the DataGithubRepositoryPullRe The id of the existing DataGithubRepositoryPullRequests that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use --- @@ -811,14 +811,14 @@ new DataGithubRepositoryPullRequestsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| BaseRepository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | -| BaseRef | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | -| HeadRef | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | -| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | -| SortBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | -| SortDirection | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | -| State | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | +| BaseRepository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | +| BaseRef | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | +| HeadRef | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | +| Owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | +| SortBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | +| SortDirection | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | +| State | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | --- @@ -900,7 +900,7 @@ public string BaseRepository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. --- @@ -912,7 +912,7 @@ public string BaseRef { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. --- @@ -924,7 +924,7 @@ public string HeadRef { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. --- @@ -936,7 +936,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -951,7 +951,7 @@ public string Owner { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. --- @@ -963,7 +963,7 @@ public string SortBy { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. --- @@ -975,7 +975,7 @@ public string SortDirection { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. --- @@ -987,7 +987,7 @@ public string State { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. --- diff --git a/docs/dataGithubRepositoryPullRequests.go.md b/docs/dataGithubRepositoryPullRequests.go.md index 4df7e33f8..a046d4384 100644 --- a/docs/dataGithubRepositoryPullRequests.go.md +++ b/docs/dataGithubRepositoryPullRequests.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryPullRequests -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests github_repository_pull_requests}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests github_repository_pull_requests}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequests" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequests" datagithubrepositorypullrequests.NewDataGithubRepositoryPullRequests(scope Construct, id *string, config DataGithubRepositoryPullRequestsConfig) DataGithubRepositoryPullRequests ``` @@ -325,7 +325,7 @@ func ResetState() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequests" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequests" datagithubrepositorypullrequests.DataGithubRepositoryPullRequests_IsConstruct(x interface{}) *bool ``` @@ -357,7 +357,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequests" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequests" datagithubrepositorypullrequests.DataGithubRepositoryPullRequests_IsTerraformElement(x interface{}) *bool ``` @@ -371,7 +371,7 @@ datagithubrepositorypullrequests.DataGithubRepositoryPullRequests_IsTerraformEle ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequests" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequests" datagithubrepositorypullrequests.DataGithubRepositoryPullRequests_IsTerraformDataSource(x interface{}) *bool ``` @@ -385,7 +385,7 @@ datagithubrepositorypullrequests.DataGithubRepositoryPullRequests_IsTerraformDat ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequests" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequests" datagithubrepositorypullrequests.DataGithubRepositoryPullRequests_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -414,7 +414,7 @@ The construct id used in the generated config for the DataGithubRepositoryPullRe The id of the existing DataGithubRepositoryPullRequests that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use --- @@ -779,7 +779,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequests" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequests" &datagithubrepositorypullrequests.DataGithubRepositoryPullRequestsConfig { Connection: interface{}, @@ -811,14 +811,14 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| BaseRepository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | -| BaseRef | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | -| HeadRef | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | -| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | -| SortBy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | -| SortDirection | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | -| State | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | +| BaseRepository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | +| BaseRef | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | +| HeadRef | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | +| Owner | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | +| SortBy | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | +| SortDirection | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | +| State | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | --- @@ -900,7 +900,7 @@ BaseRepository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. --- @@ -912,7 +912,7 @@ BaseRef *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. --- @@ -924,7 +924,7 @@ HeadRef *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. --- @@ -936,7 +936,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -951,7 +951,7 @@ Owner *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. --- @@ -963,7 +963,7 @@ SortBy *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. --- @@ -975,7 +975,7 @@ SortDirection *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. --- @@ -987,7 +987,7 @@ State *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. --- @@ -996,7 +996,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequests" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequests" &datagithubrepositorypullrequests.DataGithubRepositoryPullRequestsResults { @@ -1011,7 +1011,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequests" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequests" datagithubrepositorypullrequests.NewDataGithubRepositoryPullRequestsResultsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryPullRequestsResultsList ``` @@ -1160,7 +1160,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorypullrequests" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorypullrequests" datagithubrepositorypullrequests.NewDataGithubRepositoryPullRequestsResultsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryPullRequestsResultsOutputReference ``` diff --git a/docs/dataGithubRepositoryPullRequests.java.md b/docs/dataGithubRepositoryPullRequests.java.md index f0aeec563..968aba264 100644 --- a/docs/dataGithubRepositoryPullRequests.java.md +++ b/docs/dataGithubRepositoryPullRequests.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryPullRequests -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests github_repository_pull_requests}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests github_repository_pull_requests}. #### Initializers @@ -45,14 +45,14 @@ DataGithubRepositoryPullRequests.Builder.create(Construct scope, java.lang.Strin | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| baseRepository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | -| baseRef | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | -| headRef | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | -| sortBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | -| sortDirection | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | -| state | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | +| baseRepository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | +| baseRef | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | +| headRef | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | +| sortBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | +| sortDirection | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | +| state | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. --- @@ -551,7 +551,7 @@ The construct id used in the generated config for the DataGithubRepositoryPullRe The id of the existing DataGithubRepositoryPullRequests that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use --- @@ -952,14 +952,14 @@ DataGithubRepositoryPullRequestsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| baseRepository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | -| baseRef | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | -| headRef | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | -| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | -| sortBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | -| sortDirection | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | -| state | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | +| baseRepository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | +| baseRef | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | +| headRef | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | +| owner | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | +| sortBy | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | +| sortDirection | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | +| state | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | --- @@ -1041,7 +1041,7 @@ public java.lang.String getBaseRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. --- @@ -1053,7 +1053,7 @@ public java.lang.String getBaseRef(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. --- @@ -1065,7 +1065,7 @@ public java.lang.String getHeadRef(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. --- @@ -1077,7 +1077,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1092,7 +1092,7 @@ public java.lang.String getOwner(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. --- @@ -1104,7 +1104,7 @@ public java.lang.String getSortBy(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. --- @@ -1116,7 +1116,7 @@ public java.lang.String getSortDirection(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. --- @@ -1128,7 +1128,7 @@ public java.lang.String getState(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. --- diff --git a/docs/dataGithubRepositoryPullRequests.python.md b/docs/dataGithubRepositoryPullRequests.python.md index d8790fea3..7543a34c5 100644 --- a/docs/dataGithubRepositoryPullRequests.python.md +++ b/docs/dataGithubRepositoryPullRequests.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryPullRequests -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests github_repository_pull_requests}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests github_repository_pull_requests}. #### Initializers @@ -43,14 +43,14 @@ dataGithubRepositoryPullRequests.DataGithubRepositoryPullRequests( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| base_repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | -| base_ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | -| head_ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | -| sort_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | -| sort_direction | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | -| state | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | +| base_repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | +| base_ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | +| head_ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | +| sort_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | +| sort_direction | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | +| state | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -153,7 +153,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. --- @@ -585,7 +585,7 @@ The construct id used in the generated config for the DataGithubRepositoryPullRe The id of the existing DataGithubRepositoryPullRequests that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use --- @@ -982,14 +982,14 @@ dataGithubRepositoryPullRequests.DataGithubRepositoryPullRequestsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| base_repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | -| base_ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | -| head_ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | -| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | -| sort_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | -| sort_direction | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | -| state | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | +| base_repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | +| base_ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | +| head_ref | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | +| owner | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | +| sort_by | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | +| sort_direction | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | +| state | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | --- @@ -1071,7 +1071,7 @@ base_repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. --- @@ -1083,7 +1083,7 @@ base_ref: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. --- @@ -1095,7 +1095,7 @@ head_ref: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. --- @@ -1107,7 +1107,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1122,7 +1122,7 @@ owner: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. --- @@ -1134,7 +1134,7 @@ sort_by: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. --- @@ -1146,7 +1146,7 @@ sort_direction: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. --- @@ -1158,7 +1158,7 @@ state: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. --- diff --git a/docs/dataGithubRepositoryPullRequests.typescript.md b/docs/dataGithubRepositoryPullRequests.typescript.md index 3b1b9e1e4..405a371b7 100644 --- a/docs/dataGithubRepositoryPullRequests.typescript.md +++ b/docs/dataGithubRepositoryPullRequests.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryPullRequests -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests github_repository_pull_requests}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests github_repository_pull_requests}. #### Initializers @@ -414,7 +414,7 @@ The construct id used in the generated config for the DataGithubRepositoryPullRe The id of the existing DataGithubRepositoryPullRequests that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use --- @@ -795,14 +795,14 @@ const dataGithubRepositoryPullRequestsConfig: dataGithubRepositoryPullRequests.D | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| baseRepository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | -| baseRef | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | -| headRef | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | -| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | -| sortBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | -| sortDirection | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | -| state | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | +| baseRepository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. | +| baseRef | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. | +| headRef | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. | +| owner | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. | +| sortBy | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. | +| sortDirection | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. | +| state | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. | --- @@ -884,7 +884,7 @@ public readonly baseRepository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository}. --- @@ -896,7 +896,7 @@ public readonly baseRef: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref}. --- @@ -908,7 +908,7 @@ public readonly headRef: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref}. --- @@ -920,7 +920,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -935,7 +935,7 @@ public readonly owner: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner}. --- @@ -947,7 +947,7 @@ public readonly sortBy: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by}. --- @@ -959,7 +959,7 @@ public readonly sortDirection: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction}. --- @@ -971,7 +971,7 @@ public readonly state: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state}. --- diff --git a/docs/dataGithubRepositoryTeams.csharp.md b/docs/dataGithubRepositoryTeams.csharp.md index 843f5f3e0..63abd4009 100644 --- a/docs/dataGithubRepositoryTeams.csharp.md +++ b/docs/dataGithubRepositoryTeams.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryTeams -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams github_repository_teams}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams github_repository_teams}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubRepositoryTeams The id of the existing DataGithubRepositoryTeams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use --- @@ -668,9 +668,9 @@ new DataGithubRepositoryTeamsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | +| FullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | --- @@ -752,7 +752,7 @@ public string FullName { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. --- @@ -764,7 +764,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -779,7 +779,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. --- diff --git a/docs/dataGithubRepositoryTeams.go.md b/docs/dataGithubRepositoryTeams.go.md index 379b6f8c8..e8c4a1c6c 100644 --- a/docs/dataGithubRepositoryTeams.go.md +++ b/docs/dataGithubRepositoryTeams.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryTeams -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams github_repository_teams}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams github_repository_teams}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryteams" datagithubrepositoryteams.NewDataGithubRepositoryTeams(scope Construct, id *string, config DataGithubRepositoryTeamsConfig) DataGithubRepositoryTeams ``` @@ -297,7 +297,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryteams" datagithubrepositoryteams.DataGithubRepositoryTeams_IsConstruct(x interface{}) *bool ``` @@ -329,7 +329,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryteams" datagithubrepositoryteams.DataGithubRepositoryTeams_IsTerraformElement(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubrepositoryteams.DataGithubRepositoryTeams_IsTerraformElement(x interfa ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryteams" datagithubrepositoryteams.DataGithubRepositoryTeams_IsTerraformDataSource(x interface{}) *bool ``` @@ -357,7 +357,7 @@ datagithubrepositoryteams.DataGithubRepositoryTeams_IsTerraformDataSource(x inte ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryteams" datagithubrepositoryteams.DataGithubRepositoryTeams_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubRepositoryTeams The id of the existing DataGithubRepositoryTeams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use --- @@ -641,7 +641,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryteams" &datagithubrepositoryteams.DataGithubRepositoryTeamsConfig { Connection: interface{}, @@ -668,9 +668,9 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | +| FullName | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | --- @@ -752,7 +752,7 @@ FullName *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. --- @@ -764,7 +764,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -779,7 +779,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. --- @@ -788,7 +788,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryteams" &datagithubrepositoryteams.DataGithubRepositoryTeamsTeams { @@ -803,7 +803,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryteams" datagithubrepositoryteams.NewDataGithubRepositoryTeamsTeamsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryTeamsTeamsList ``` @@ -952,7 +952,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositoryteams" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositoryteams" datagithubrepositoryteams.NewDataGithubRepositoryTeamsTeamsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryTeamsTeamsOutputReference ``` diff --git a/docs/dataGithubRepositoryTeams.java.md b/docs/dataGithubRepositoryTeams.java.md index 01615a320..1ec1edea6 100644 --- a/docs/dataGithubRepositoryTeams.java.md +++ b/docs/dataGithubRepositoryTeams.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryTeams -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams github_repository_teams}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams github_repository_teams}. #### Initializers @@ -40,9 +40,9 @@ DataGithubRepositoryTeams.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.* | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. --- @@ -473,7 +473,7 @@ The construct id used in the generated config for the DataGithubRepositoryTeams The id of the existing DataGithubRepositoryTeams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use --- @@ -759,9 +759,9 @@ DataGithubRepositoryTeamsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | +| fullName | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | --- @@ -843,7 +843,7 @@ public java.lang.String getFullName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. --- @@ -855,7 +855,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -870,7 +870,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. --- diff --git a/docs/dataGithubRepositoryTeams.python.md b/docs/dataGithubRepositoryTeams.python.md index 558d86223..dbbe5bf2e 100644 --- a/docs/dataGithubRepositoryTeams.python.md +++ b/docs/dataGithubRepositoryTeams.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryTeams -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams github_repository_teams}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams github_repository_teams}. #### Initializers @@ -38,9 +38,9 @@ dataGithubRepositoryTeams.DataGithubRepositoryTeams( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. --- @@ -507,7 +507,7 @@ The construct id used in the generated config for the DataGithubRepositoryTeams The id of the existing DataGithubRepositoryTeams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use --- @@ -789,9 +789,9 @@ dataGithubRepositoryTeams.DataGithubRepositoryTeamsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | +| full_name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | --- @@ -873,7 +873,7 @@ full_name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. --- @@ -885,7 +885,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. --- diff --git a/docs/dataGithubRepositoryTeams.typescript.md b/docs/dataGithubRepositoryTeams.typescript.md index 4adf8e94f..90a813dec 100644 --- a/docs/dataGithubRepositoryTeams.typescript.md +++ b/docs/dataGithubRepositoryTeams.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryTeams -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams github_repository_teams}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams github_repository_teams}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataGithubRepositoryTeams The id of the existing DataGithubRepositoryTeams that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use --- @@ -657,9 +657,9 @@ const dataGithubRepositoryTeamsConfig: dataGithubRepositoryTeams.DataGithubRepos | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | +| fullName | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. | --- @@ -741,7 +741,7 @@ public readonly fullName: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name}. --- @@ -753,7 +753,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -768,7 +768,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name}. --- diff --git a/docs/dataGithubRepositoryWebhooks.csharp.md b/docs/dataGithubRepositoryWebhooks.csharp.md index 22bd50d82..001dc64c9 100644 --- a/docs/dataGithubRepositoryWebhooks.csharp.md +++ b/docs/dataGithubRepositoryWebhooks.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryWebhooks -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks github_repository_webhooks}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks github_repository_webhooks}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryWebhoo The id of the existing DataGithubRepositoryWebhooks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use --- @@ -631,8 +631,8 @@ new DataGithubRepositoryWebhooksConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | --- @@ -714,7 +714,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. --- @@ -726,7 +726,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryWebhooks.go.md b/docs/dataGithubRepositoryWebhooks.go.md index 339f795f0..83056810a 100644 --- a/docs/dataGithubRepositoryWebhooks.go.md +++ b/docs/dataGithubRepositoryWebhooks.go.md @@ -4,12 +4,12 @@ ### DataGithubRepositoryWebhooks -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks github_repository_webhooks}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks github_repository_webhooks}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorywebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorywebhooks" datagithubrepositorywebhooks.NewDataGithubRepositoryWebhooks(scope Construct, id *string, config DataGithubRepositoryWebhooksConfig) DataGithubRepositoryWebhooks ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorywebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorywebhooks" datagithubrepositorywebhooks.DataGithubRepositoryWebhooks_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorywebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorywebhooks" datagithubrepositorywebhooks.DataGithubRepositoryWebhooks_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubrepositorywebhooks.DataGithubRepositoryWebhooks_IsTerraformElement(x i ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorywebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorywebhooks" datagithubrepositorywebhooks.DataGithubRepositoryWebhooks_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubrepositorywebhooks.DataGithubRepositoryWebhooks_IsTerraformDataSource( ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorywebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorywebhooks" datagithubrepositorywebhooks.DataGithubRepositoryWebhooks_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryWebhoo The id of the existing DataGithubRepositoryWebhooks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use --- @@ -605,7 +605,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorywebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorywebhooks" &datagithubrepositorywebhooks.DataGithubRepositoryWebhooksConfig { Connection: interface{}, @@ -631,8 +631,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | --- @@ -714,7 +714,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. --- @@ -726,7 +726,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorywebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorywebhooks" &datagithubrepositorywebhooks.DataGithubRepositoryWebhooksWebhooks { @@ -753,7 +753,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositor #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorywebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorywebhooks" datagithubrepositorywebhooks.NewDataGithubRepositoryWebhooksWebhooksList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubRepositoryWebhooksWebhooksList ``` @@ -902,7 +902,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrepositorywebhooks" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrepositorywebhooks" datagithubrepositorywebhooks.NewDataGithubRepositoryWebhooksWebhooksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubRepositoryWebhooksWebhooksOutputReference ``` diff --git a/docs/dataGithubRepositoryWebhooks.java.md b/docs/dataGithubRepositoryWebhooks.java.md index 5aa691c1a..3224fe3a5 100644 --- a/docs/dataGithubRepositoryWebhooks.java.md +++ b/docs/dataGithubRepositoryWebhooks.java.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryWebhooks -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks github_repository_webhooks}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks github_repository_webhooks}. #### Initializers @@ -39,8 +39,8 @@ DataGithubRepositoryWebhooks.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.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubRepositoryWebhoo The id of the existing DataGithubRepositoryWebhooks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use --- @@ -712,8 +712,8 @@ DataGithubRepositoryWebhooksConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | --- @@ -795,7 +795,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. --- @@ -807,7 +807,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryWebhooks.python.md b/docs/dataGithubRepositoryWebhooks.python.md index 778467ac3..a6877a3d5 100644 --- a/docs/dataGithubRepositoryWebhooks.python.md +++ b/docs/dataGithubRepositoryWebhooks.python.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryWebhooks -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks github_repository_webhooks}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks github_repository_webhooks}. #### Initializers @@ -37,8 +37,8 @@ dataGithubRepositoryWebhooks.DataGithubRepositoryWebhooks( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubRepositoryWebhoo The id of the existing DataGithubRepositoryWebhooks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use --- @@ -742,8 +742,8 @@ dataGithubRepositoryWebhooks.DataGithubRepositoryWebhooksConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | --- @@ -825,7 +825,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. --- @@ -837,7 +837,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRepositoryWebhooks.typescript.md b/docs/dataGithubRepositoryWebhooks.typescript.md index fb661cf06..30700f201 100644 --- a/docs/dataGithubRepositoryWebhooks.typescript.md +++ b/docs/dataGithubRepositoryWebhooks.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRepositoryWebhooks -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks github_repository_webhooks}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks github_repository_webhooks}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRepositoryWebhoo The id of the existing DataGithubRepositoryWebhooks that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use --- @@ -621,8 +621,8 @@ const dataGithubRepositoryWebhooksConfig: dataGithubRepositoryWebhooks.DataGithu | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. | --- @@ -704,7 +704,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository}. --- @@ -716,7 +716,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRestApi.csharp.md b/docs/dataGithubRestApi.csharp.md index 8eb796a16..7d23ee35f 100644 --- a/docs/dataGithubRestApi.csharp.md +++ b/docs/dataGithubRestApi.csharp.md @@ -4,7 +4,7 @@ ### DataGithubRestApi -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api github_rest_api}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api github_rest_api}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRestApi to impor The id of the existing DataGithubRestApi that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use --- @@ -400,9 +400,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | ForEach | HashiCorp.Cdktf.ITerraformIterator | *No description.* | | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | -| Body | HashiCorp.Cdktf.StringMap | *No description.* | +| Body | string | *No description.* | | Code | double | *No description.* | -| Headers | HashiCorp.Cdktf.StringMap | *No description.* | +| Headers | string | *No description.* | | Status | string | *No description.* | | EndpointInput | string | *No description.* | | IdInput | string | *No description.* | @@ -536,10 +536,10 @@ public TerraformProvider Provider { get; } ##### `Body`Required ```csharp -public StringMap Body { get; } +public string Body { get; } ``` -- *Type:* HashiCorp.Cdktf.StringMap +- *Type:* string --- @@ -556,10 +556,10 @@ public double Code { get; } ##### `Headers`Required ```csharp -public StringMap Headers { get; } +public string Headers { get; } ``` -- *Type:* HashiCorp.Cdktf.StringMap +- *Type:* string --- @@ -664,8 +664,8 @@ new DataGithubRestApiConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | +| Endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | --- @@ -747,7 +747,7 @@ public string Endpoint { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. --- @@ -759,7 +759,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRestApi.go.md b/docs/dataGithubRestApi.go.md index 3f89c2c7a..23ed75fc1 100644 --- a/docs/dataGithubRestApi.go.md +++ b/docs/dataGithubRestApi.go.md @@ -4,12 +4,12 @@ ### DataGithubRestApi -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api github_rest_api}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api github_rest_api}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrestapi" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrestapi" datagithubrestapi.NewDataGithubRestApi(scope Construct, id *string, config DataGithubRestApiConfig) DataGithubRestApi ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrestapi" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrestapi" datagithubrestapi.DataGithubRestApi_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrestapi" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrestapi" datagithubrestapi.DataGithubRestApi_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubrestapi.DataGithubRestApi_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrestapi" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrestapi" datagithubrestapi.DataGithubRestApi_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubrestapi.DataGithubRestApi_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrestapi" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrestapi" datagithubrestapi.DataGithubRestApi_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRestApi to impor The id of the existing DataGithubRestApi that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use --- @@ -400,9 +400,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | ForEach | github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator | *No description.* | | Lifecycle | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle | *No description.* | | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | -| Body | github.com/hashicorp/terraform-cdk-go/cdktf.StringMap | *No description.* | +| Body | *string | *No description.* | | Code | *f64 | *No description.* | -| Headers | github.com/hashicorp/terraform-cdk-go/cdktf.StringMap | *No description.* | +| Headers | *string | *No description.* | | Status | *string | *No description.* | | EndpointInput | *string | *No description.* | | IdInput | *string | *No description.* | @@ -536,10 +536,10 @@ func Provider() TerraformProvider ##### `Body`Required ```go -func Body() StringMap +func Body() *string ``` -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.StringMap +- *Type:* *string --- @@ -556,10 +556,10 @@ func Code() *f64 ##### `Headers`Required ```go -func Headers() StringMap +func Headers() *string ``` -- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.StringMap +- *Type:* *string --- @@ -638,7 +638,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrestapi" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubrestapi" &datagithubrestapi.DataGithubRestApiConfig { Connection: interface{}, @@ -664,8 +664,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubrestapi" | 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.* | -| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | +| Endpoint | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | --- @@ -747,7 +747,7 @@ Endpoint *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. --- @@ -759,7 +759,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRestApi.java.md b/docs/dataGithubRestApi.java.md index 84314e483..dc55a3a76 100644 --- a/docs/dataGithubRestApi.java.md +++ b/docs/dataGithubRestApi.java.md @@ -4,7 +4,7 @@ ### DataGithubRestApi -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api github_rest_api}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api github_rest_api}. #### Initializers @@ -39,8 +39,8 @@ DataGithubRestApi.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.* | -| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | +| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubRestApi to impor The id of the existing DataGithubRestApi that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use --- @@ -477,9 +477,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | forEach | com.hashicorp.cdktf.ITerraformIterator | *No description.* | | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | -| body | com.hashicorp.cdktf.StringMap | *No description.* | +| body | java.lang.String | *No description.* | | code | java.lang.Number | *No description.* | -| headers | com.hashicorp.cdktf.StringMap | *No description.* | +| headers | java.lang.String | *No description.* | | status | java.lang.String | *No description.* | | endpointInput | java.lang.String | *No description.* | | idInput | java.lang.String | *No description.* | @@ -613,10 +613,10 @@ public TerraformProvider getProvider(); ##### `body`Required ```java -public StringMap getBody(); +public java.lang.String getBody(); ``` -- *Type:* com.hashicorp.cdktf.StringMap +- *Type:* java.lang.String --- @@ -633,10 +633,10 @@ public java.lang.Number getCode(); ##### `headers`Required ```java -public StringMap getHeaders(); +public java.lang.String getHeaders(); ``` -- *Type:* com.hashicorp.cdktf.StringMap +- *Type:* java.lang.String --- @@ -745,8 +745,8 @@ DataGithubRestApiConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | +| endpoint | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | --- @@ -828,7 +828,7 @@ public java.lang.String getEndpoint(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. --- @@ -840,7 +840,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRestApi.python.md b/docs/dataGithubRestApi.python.md index cfa181a3d..5e548ffe6 100644 --- a/docs/dataGithubRestApi.python.md +++ b/docs/dataGithubRestApi.python.md @@ -4,7 +4,7 @@ ### DataGithubRestApi -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api github_rest_api}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api github_rest_api}. #### Initializers @@ -37,8 +37,8 @@ dataGithubRestApi.DataGithubRestApi( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubRestApi to impor The id of the existing DataGithubRestApi that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use --- @@ -511,9 +511,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | for_each | cdktf.ITerraformIterator | *No description.* | | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | -| body | cdktf.StringMap | *No description.* | +| body | str | *No description.* | | code | typing.Union[int, float] | *No description.* | -| headers | cdktf.StringMap | *No description.* | +| headers | str | *No description.* | | status | str | *No description.* | | endpoint_input | str | *No description.* | | id_input | str | *No description.* | @@ -647,10 +647,10 @@ provider: TerraformProvider ##### `body`Required ```python -body: StringMap +body: str ``` -- *Type:* cdktf.StringMap +- *Type:* str --- @@ -667,10 +667,10 @@ code: typing.Union[int, float] ##### `headers`Required ```python -headers: StringMap +headers: str ``` -- *Type:* cdktf.StringMap +- *Type:* str --- @@ -775,8 +775,8 @@ dataGithubRestApi.DataGithubRestApiConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | +| endpoint | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | --- @@ -858,7 +858,7 @@ endpoint: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. --- @@ -870,7 +870,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubRestApi.typescript.md b/docs/dataGithubRestApi.typescript.md index cbcef8ef4..71dc028fd 100644 --- a/docs/dataGithubRestApi.typescript.md +++ b/docs/dataGithubRestApi.typescript.md @@ -4,7 +4,7 @@ ### DataGithubRestApi -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api github_rest_api}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api github_rest_api}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubRestApi to impor The id of the existing DataGithubRestApi that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use --- @@ -400,9 +400,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | forEach | cdktf.ITerraformIterator | *No description.* | | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | -| body | cdktf.StringMap | *No description.* | +| body | string | *No description.* | | code | number | *No description.* | -| headers | cdktf.StringMap | *No description.* | +| headers | string | *No description.* | | status | string | *No description.* | | endpointInput | string | *No description.* | | idInput | string | *No description.* | @@ -536,10 +536,10 @@ public readonly provider: TerraformProvider; ##### `body`Required ```typescript -public readonly body: StringMap; +public readonly body: string; ``` -- *Type:* cdktf.StringMap +- *Type:* string --- @@ -556,10 +556,10 @@ public readonly code: number; ##### `headers`Required ```typescript -public readonly headers: StringMap; +public readonly headers: string; ``` -- *Type:* cdktf.StringMap +- *Type:* string --- @@ -654,8 +654,8 @@ const dataGithubRestApiConfig: dataGithubRestApi.DataGithubRestApiConfig = { ... | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | +| endpoint | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. | --- @@ -737,7 +737,7 @@ public readonly endpoint: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint}. --- @@ -749,7 +749,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubSshKeys.csharp.md b/docs/dataGithubSshKeys.csharp.md index 1658ac168..6c0fbb348 100644 --- a/docs/dataGithubSshKeys.csharp.md +++ b/docs/dataGithubSshKeys.csharp.md @@ -4,7 +4,7 @@ ### DataGithubSshKeys -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys github_ssh_keys}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys github_ssh_keys}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubSshKeys to impor The id of the existing DataGithubSshKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use --- @@ -608,7 +608,7 @@ new DataGithubSshKeysConfig { | 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/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | --- @@ -690,7 +690,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubSshKeys.go.md b/docs/dataGithubSshKeys.go.md index e0540af0f..a6d9ebd78 100644 --- a/docs/dataGithubSshKeys.go.md +++ b/docs/dataGithubSshKeys.go.md @@ -4,12 +4,12 @@ ### DataGithubSshKeys -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys github_ssh_keys}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys github_ssh_keys}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubsshkeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubsshkeys" datagithubsshkeys.NewDataGithubSshKeys(scope Construct, id *string, config DataGithubSshKeysConfig) DataGithubSshKeys ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubsshkeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubsshkeys" datagithubsshkeys.DataGithubSshKeys_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubsshkeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubsshkeys" datagithubsshkeys.DataGithubSshKeys_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubsshkeys.DataGithubSshKeys_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubsshkeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubsshkeys" datagithubsshkeys.DataGithubSshKeys_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubsshkeys.DataGithubSshKeys_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubsshkeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubsshkeys" datagithubsshkeys.DataGithubSshKeys_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubSshKeys to impor The id of the existing DataGithubSshKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use --- @@ -583,7 +583,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubsshkeys" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubsshkeys" &datagithubsshkeys.DataGithubSshKeysConfig { Connection: interface{}, @@ -608,7 +608,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubsshkeys" | 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/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | --- @@ -690,7 +690,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubSshKeys.java.md b/docs/dataGithubSshKeys.java.md index dc7d0f6b9..f94d25759 100644 --- a/docs/dataGithubSshKeys.java.md +++ b/docs/dataGithubSshKeys.java.md @@ -4,7 +4,7 @@ ### DataGithubSshKeys -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys github_ssh_keys}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys github_ssh_keys}. #### Initializers @@ -38,7 +38,7 @@ DataGithubSshKeys.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/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#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/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubSshKeys to impor The id of the existing DataGithubSshKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ DataGithubSshKeysConfig.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/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | --- @@ -761,7 +761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubSshKeys.python.md b/docs/dataGithubSshKeys.python.md index 37aff7a26..69bcb4648 100644 --- a/docs/dataGithubSshKeys.python.md +++ b/docs/dataGithubSshKeys.python.md @@ -4,7 +4,7 @@ ### DataGithubSshKeys -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys github_ssh_keys}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys github_ssh_keys}. #### Initializers @@ -36,7 +36,7 @@ dataGithubSshKeys.DataGithubSshKeys( | 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/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#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/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataGithubSshKeys to impor The id of the existing DataGithubSshKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use --- @@ -709,7 +709,7 @@ dataGithubSshKeys.DataGithubSshKeysConfig( | 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/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | --- @@ -791,7 +791,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubSshKeys.typescript.md b/docs/dataGithubSshKeys.typescript.md index 1bfac910d..2a7e15409 100644 --- a/docs/dataGithubSshKeys.typescript.md +++ b/docs/dataGithubSshKeys.typescript.md @@ -4,7 +4,7 @@ ### DataGithubSshKeys -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys github_ssh_keys}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys github_ssh_keys}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubSshKeys to impor The id of the existing DataGithubSshKeys that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use --- @@ -599,7 +599,7 @@ const dataGithubSshKeysConfig: dataGithubSshKeys.DataGithubSshKeysConfig = { ... | 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/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. | --- @@ -681,7 +681,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubTeam.csharp.md b/docs/dataGithubTeam.csharp.md index 656baa63b..bff83a474 100644 --- a/docs/dataGithubTeam.csharp.md +++ b/docs/dataGithubTeam.csharp.md @@ -4,7 +4,7 @@ ### DataGithubTeam -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team github_team}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team github_team}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGithubTeam to import. The id of the existing DataGithubTeam that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use --- @@ -798,11 +798,11 @@ new DataGithubTeamConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. | -| MembershipType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | -| ResultsPerPage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | -| SummaryOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | +| Slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. | +| MembershipType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | +| ResultsPerPage | double | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | +| SummaryOnly | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | --- @@ -884,7 +884,7 @@ public string Slug { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. --- @@ -896,7 +896,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -911,7 +911,7 @@ public string MembershipType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. --- @@ -923,7 +923,7 @@ public double ResultsPerPage { get; set; } - *Type:* double -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. --- @@ -935,7 +935,7 @@ public object SummaryOnly { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. --- diff --git a/docs/dataGithubTeam.go.md b/docs/dataGithubTeam.go.md index d8f78c11d..f24a3590f 100644 --- a/docs/dataGithubTeam.go.md +++ b/docs/dataGithubTeam.go.md @@ -4,12 +4,12 @@ ### DataGithubTeam -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team github_team}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team github_team}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubteam" datagithubteam.NewDataGithubTeam(scope Construct, id *string, config DataGithubTeamConfig) DataGithubTeam ``` @@ -304,7 +304,7 @@ func ResetSummaryOnly() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubteam" datagithubteam.DataGithubTeam_IsConstruct(x interface{}) *bool ``` @@ -336,7 +336,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubteam" datagithubteam.DataGithubTeam_IsTerraformElement(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datagithubteam.DataGithubTeam_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubteam" datagithubteam.DataGithubTeam_IsTerraformDataSource(x interface{}) *bool ``` @@ -364,7 +364,7 @@ datagithubteam.DataGithubTeam_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubteam" datagithubteam.DataGithubTeam_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGithubTeam to import. The id of the existing DataGithubTeam that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubteam" &datagithubteam.DataGithubTeamConfig { Connection: interface{}, @@ -798,11 +798,11 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" | 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.* | -| Slug | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. | -| MembershipType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | -| ResultsPerPage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | -| SummaryOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | +| Slug | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. | +| MembershipType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | +| ResultsPerPage | *f64 | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | +| SummaryOnly | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | --- @@ -884,7 +884,7 @@ Slug *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. --- @@ -896,7 +896,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -911,7 +911,7 @@ MembershipType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. --- @@ -923,7 +923,7 @@ ResultsPerPage *f64 - *Type:* *f64 -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. --- @@ -935,7 +935,7 @@ SummaryOnly interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. --- @@ -944,7 +944,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubteam" &datagithubteam.DataGithubTeamRepositoriesDetailed { @@ -959,7 +959,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubteam" datagithubteam.NewDataGithubTeamRepositoriesDetailedList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubTeamRepositoriesDetailedList ``` @@ -1108,7 +1108,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubteam" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubteam" datagithubteam.NewDataGithubTeamRepositoriesDetailedOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubTeamRepositoriesDetailedOutputReference ``` diff --git a/docs/dataGithubTeam.java.md b/docs/dataGithubTeam.java.md index b9859781d..33e527b05 100644 --- a/docs/dataGithubTeam.java.md +++ b/docs/dataGithubTeam.java.md @@ -4,7 +4,7 @@ ### DataGithubTeam -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team github_team}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team github_team}. #### Initializers @@ -43,11 +43,11 @@ DataGithubTeam.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.* | -| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. | -| membershipType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | -| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | -| summaryOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | +| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. | +| membershipType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | +| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | +| summaryOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -134,7 +134,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. --- @@ -501,7 +501,7 @@ The construct id used in the generated config for the DataGithubTeam to import. The id of the existing DataGithubTeam that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use --- @@ -911,11 +911,11 @@ DataGithubTeamConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. | -| membershipType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | -| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | -| summaryOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | +| slug | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. | +| membershipType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | +| resultsPerPage | java.lang.Number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | +| summaryOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | --- @@ -997,7 +997,7 @@ public java.lang.String getSlug(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. --- @@ -1009,7 +1009,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1024,7 +1024,7 @@ public java.lang.String getMembershipType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. --- @@ -1036,7 +1036,7 @@ public java.lang.Number getResultsPerPage(); - *Type:* java.lang.Number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. --- @@ -1048,7 +1048,7 @@ public java.lang.Object getSummaryOnly(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. --- diff --git a/docs/dataGithubTeam.python.md b/docs/dataGithubTeam.python.md index 9cd20a6a0..9114eb71f 100644 --- a/docs/dataGithubTeam.python.md +++ b/docs/dataGithubTeam.python.md @@ -4,7 +4,7 @@ ### DataGithubTeam -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team github_team}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team github_team}. #### Initializers @@ -40,11 +40,11 @@ dataGithubTeam.DataGithubTeam( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. | -| membership_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | -| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | -| summary_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | +| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. | +| membership_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | +| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | +| summary_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. --- @@ -534,7 +534,7 @@ The construct id used in the generated config for the DataGithubTeam to import. The id of the existing DataGithubTeam that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use --- @@ -939,11 +939,11 @@ dataGithubTeam.DataGithubTeamConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. | -| membership_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | -| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | -| summary_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | +| slug | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. | +| membership_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | +| results_per_page | typing.Union[int, float] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | +| summary_only | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | --- @@ -1025,7 +1025,7 @@ slug: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. --- @@ -1037,7 +1037,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ membership_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. --- @@ -1064,7 +1064,7 @@ results_per_page: typing.Union[int, float] - *Type:* typing.Union[int, float] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. --- @@ -1076,7 +1076,7 @@ summary_only: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. --- diff --git a/docs/dataGithubTeam.typescript.md b/docs/dataGithubTeam.typescript.md index 7311e8901..a1e463f57 100644 --- a/docs/dataGithubTeam.typescript.md +++ b/docs/dataGithubTeam.typescript.md @@ -4,7 +4,7 @@ ### DataGithubTeam -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team github_team}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team github_team}. #### Initializers @@ -393,7 +393,7 @@ The construct id used in the generated config for the DataGithubTeam to import. The id of the existing DataGithubTeam that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use --- @@ -785,11 +785,11 @@ const dataGithubTeamConfig: dataGithubTeam.DataGithubTeamConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. | -| membershipType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | -| resultsPerPage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | -| summaryOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | +| slug | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. | +| membershipType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. | +| resultsPerPage | number | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. | +| summaryOnly | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. | --- @@ -871,7 +871,7 @@ public readonly slug: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug}. --- @@ -883,7 +883,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -898,7 +898,7 @@ public readonly membershipType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type}. --- @@ -910,7 +910,7 @@ public readonly resultsPerPage: number; - *Type:* number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page}. --- @@ -922,7 +922,7 @@ public readonly summaryOnly: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only}. --- diff --git a/docs/dataGithubTree.csharp.md b/docs/dataGithubTree.csharp.md index 6d27eb7fd..b85fb91d7 100644 --- a/docs/dataGithubTree.csharp.md +++ b/docs/dataGithubTree.csharp.md @@ -4,7 +4,7 @@ ### DataGithubTree -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree github_tree}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree github_tree}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubTree to import. The id of the existing DataGithubTree that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use --- @@ -684,10 +684,10 @@ new DataGithubTreeConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. | -| TreeSha | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. | -| Recursive | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. | +| TreeSha | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. | +| Recursive | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | --- @@ -769,7 +769,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. --- @@ -781,7 +781,7 @@ public string TreeSha { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. --- @@ -793,7 +793,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -808,7 +808,7 @@ public object Recursive { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. --- diff --git a/docs/dataGithubTree.go.md b/docs/dataGithubTree.go.md index c9d79ba6e..c4b48ec7e 100644 --- a/docs/dataGithubTree.go.md +++ b/docs/dataGithubTree.go.md @@ -4,12 +4,12 @@ ### DataGithubTree -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree github_tree}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree github_tree}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubtree" datagithubtree.NewDataGithubTree(scope Construct, id *string, config DataGithubTreeConfig) DataGithubTree ``` @@ -290,7 +290,7 @@ func ResetRecursive() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubtree" datagithubtree.DataGithubTree_IsConstruct(x interface{}) *bool ``` @@ -322,7 +322,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubtree" datagithubtree.DataGithubTree_IsTerraformElement(x interface{}) *bool ``` @@ -336,7 +336,7 @@ datagithubtree.DataGithubTree_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubtree" datagithubtree.DataGithubTree_IsTerraformDataSource(x interface{}) *bool ``` @@ -350,7 +350,7 @@ datagithubtree.DataGithubTree_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubtree" datagithubtree.DataGithubTree_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubTree to import. The id of the existing DataGithubTree that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubtree" &datagithubtree.DataGithubTreeConfig { Connection: interface{}, @@ -684,10 +684,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. | -| TreeSha | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. | -| Recursive | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. | +| TreeSha | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. | +| Recursive | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | --- @@ -769,7 +769,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. --- @@ -781,7 +781,7 @@ TreeSha *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. --- @@ -793,7 +793,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -808,7 +808,7 @@ Recursive interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. --- @@ -817,7 +817,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubtree" &datagithubtree.DataGithubTreeEntries { @@ -832,7 +832,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubtree" datagithubtree.NewDataGithubTreeEntriesList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataGithubTreeEntriesList ``` @@ -981,7 +981,7 @@ func Fqn() *string #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubtree" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubtree" datagithubtree.NewDataGithubTreeEntriesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) DataGithubTreeEntriesOutputReference ``` diff --git a/docs/dataGithubTree.java.md b/docs/dataGithubTree.java.md index 3536493d2..9ac7623b2 100644 --- a/docs/dataGithubTree.java.md +++ b/docs/dataGithubTree.java.md @@ -4,7 +4,7 @@ ### DataGithubTree -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree github_tree}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree github_tree}. #### Initializers @@ -42,10 +42,10 @@ DataGithubTree.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.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. | -| treeSha | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. | -| recursive | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. | +| treeSha | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. | +| recursive | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | --- @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. --- @@ -121,7 +121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -140,7 +140,7 @@ If you experience problems setting this value it might not be settable. Please t - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. --- @@ -477,7 +477,7 @@ The construct id used in the generated config for the DataGithubTree to import. The id of the existing DataGithubTree that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use --- @@ -787,10 +787,10 @@ DataGithubTreeConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. | -| treeSha | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. | -| recursive | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. | +| treeSha | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. | +| recursive | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | --- @@ -872,7 +872,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. --- @@ -884,7 +884,7 @@ public java.lang.String getTreeSha(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. --- @@ -896,7 +896,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -911,7 +911,7 @@ public java.lang.Object getRecursive(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. --- diff --git a/docs/dataGithubTree.python.md b/docs/dataGithubTree.python.md index 553b5e35a..e4c75669a 100644 --- a/docs/dataGithubTree.python.md +++ b/docs/dataGithubTree.python.md @@ -4,7 +4,7 @@ ### DataGithubTree -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree github_tree}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree github_tree}. #### Initializers @@ -39,10 +39,10 @@ dataGithubTree.DataGithubTree( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. | -| tree_sha | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. | -| recursive | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. | +| tree_sha | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. | +| recursive | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. --- @@ -510,7 +510,7 @@ The construct id used in the generated config for the DataGithubTree to import. The id of the existing DataGithubTree that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use --- @@ -815,10 +815,10 @@ dataGithubTree.DataGithubTreeConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. | -| tree_sha | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. | -| recursive | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. | +| tree_sha | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. | +| recursive | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | --- @@ -900,7 +900,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. --- @@ -912,7 +912,7 @@ tree_sha: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. --- @@ -924,7 +924,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -939,7 +939,7 @@ recursive: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. --- diff --git a/docs/dataGithubTree.typescript.md b/docs/dataGithubTree.typescript.md index 3423ee72d..9f823f7d0 100644 --- a/docs/dataGithubTree.typescript.md +++ b/docs/dataGithubTree.typescript.md @@ -4,7 +4,7 @@ ### DataGithubTree -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree github_tree}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree github_tree}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataGithubTree to import. The id of the existing DataGithubTree that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use --- @@ -672,10 +672,10 @@ const dataGithubTreeConfig: dataGithubTree.DataGithubTreeConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. | -| treeSha | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. | -| recursive | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. | +| treeSha | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. | +| recursive | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. | --- @@ -757,7 +757,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository}. --- @@ -769,7 +769,7 @@ public readonly treeSha: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha}. --- @@ -781,7 +781,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -796,7 +796,7 @@ public readonly recursive: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive}. --- diff --git a/docs/dataGithubUser.csharp.md b/docs/dataGithubUser.csharp.md index c276abbdd..5be92f05f 100644 --- a/docs/dataGithubUser.csharp.md +++ b/docs/dataGithubUser.csharp.md @@ -4,7 +4,7 @@ ### DataGithubUser -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user github_user}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user github_user}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubUser to import. The id of the existing DataGithubUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -840,8 +840,8 @@ new DataGithubUserConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. | +| Username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. | --- @@ -923,7 +923,7 @@ public string Username { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. --- @@ -935,7 +935,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUser.go.md b/docs/dataGithubUser.go.md index 199b7ed43..5d760ccea 100644 --- a/docs/dataGithubUser.go.md +++ b/docs/dataGithubUser.go.md @@ -4,12 +4,12 @@ ### DataGithubUser -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user github_user}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user github_user}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuser" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuser" datagithubuser.NewDataGithubUser(scope Construct, id *string, config DataGithubUserConfig) DataGithubUser ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuser" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuser" datagithubuser.DataGithubUser_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuser" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuser" datagithubuser.DataGithubUser_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubuser.DataGithubUser_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuser" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuser" datagithubuser.DataGithubUser_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubuser.DataGithubUser_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuser" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuser" datagithubuser.DataGithubUser_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubUser to import. The id of the existing DataGithubUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -814,7 +814,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuser" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuser" &datagithubuser.DataGithubUserConfig { Connection: interface{}, @@ -840,8 +840,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuser" | 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.* | -| Username | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. | +| Username | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. | --- @@ -923,7 +923,7 @@ Username *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. --- @@ -935,7 +935,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUser.java.md b/docs/dataGithubUser.java.md index 3fb032219..26bd7eea8 100644 --- a/docs/dataGithubUser.java.md +++ b/docs/dataGithubUser.java.md @@ -4,7 +4,7 @@ ### DataGithubUser -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user github_user}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user github_user}. #### Initializers @@ -39,8 +39,8 @@ DataGithubUser.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.* | -| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. | +| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubUser to import. The id of the existing DataGithubUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -921,8 +921,8 @@ DataGithubUserConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. | +| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. | --- @@ -1004,7 +1004,7 @@ public java.lang.String getUsername(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. --- @@ -1016,7 +1016,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUser.python.md b/docs/dataGithubUser.python.md index 033f321d1..7c43610c0 100644 --- a/docs/dataGithubUser.python.md +++ b/docs/dataGithubUser.python.md @@ -4,7 +4,7 @@ ### DataGithubUser -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user github_user}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user github_user}. #### Initializers @@ -37,8 +37,8 @@ dataGithubUser.DataGithubUser( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. | +| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubUser to import. The id of the existing DataGithubUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -951,8 +951,8 @@ dataGithubUser.DataGithubUserConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. | +| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. | --- @@ -1034,7 +1034,7 @@ username: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. --- @@ -1046,7 +1046,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUser.typescript.md b/docs/dataGithubUser.typescript.md index 5849adb48..7c10c33a9 100644 --- a/docs/dataGithubUser.typescript.md +++ b/docs/dataGithubUser.typescript.md @@ -4,7 +4,7 @@ ### DataGithubUser -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user github_user}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user github_user}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubUser to import. The id of the existing DataGithubUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use --- @@ -830,8 +830,8 @@ const dataGithubUserConfig: dataGithubUser.DataGithubUserConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. | +| username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. | --- @@ -913,7 +913,7 @@ public readonly username: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username}. --- @@ -925,7 +925,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUserExternalIdentity.csharp.md b/docs/dataGithubUserExternalIdentity.csharp.md index aceaa02ea..c1400ac34 100644 --- a/docs/dataGithubUserExternalIdentity.csharp.md +++ b/docs/dataGithubUserExternalIdentity.csharp.md @@ -4,7 +4,7 @@ ### DataGithubUserExternalIdentity -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity github_user_external_identity}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity github_user_external_identity}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubUserExternalIden The id of the existing DataGithubUserExternalIdentity that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use --- @@ -653,8 +653,8 @@ new DataGithubUserExternalIdentityConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | +| Username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | --- @@ -736,7 +736,7 @@ public string Username { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. --- @@ -748,7 +748,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUserExternalIdentity.go.md b/docs/dataGithubUserExternalIdentity.go.md index 0be1eea3a..86549d5b2 100644 --- a/docs/dataGithubUserExternalIdentity.go.md +++ b/docs/dataGithubUserExternalIdentity.go.md @@ -4,12 +4,12 @@ ### DataGithubUserExternalIdentity -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity github_user_external_identity}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity github_user_external_identity}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuserexternalidentity" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuserexternalidentity" datagithubuserexternalidentity.NewDataGithubUserExternalIdentity(scope Construct, id *string, config DataGithubUserExternalIdentityConfig) DataGithubUserExternalIdentity ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuserexternalidentity" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuserexternalidentity" datagithubuserexternalidentity.DataGithubUserExternalIdentity_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuserexternalidentity" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuserexternalidentity" datagithubuserexternalidentity.DataGithubUserExternalIdentity_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubuserexternalidentity.DataGithubUserExternalIdentity_IsTerraformElement ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuserexternalidentity" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuserexternalidentity" datagithubuserexternalidentity.DataGithubUserExternalIdentity_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubuserexternalidentity.DataGithubUserExternalIdentity_IsTerraformDataSou ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuserexternalidentity" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuserexternalidentity" datagithubuserexternalidentity.DataGithubUserExternalIdentity_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubUserExternalIden The id of the existing DataGithubUserExternalIdentity that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use --- @@ -627,7 +627,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuserexternalidentity" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubuserexternalidentity" &datagithubuserexternalidentity.DataGithubUserExternalIdentityConfig { Connection: interface{}, @@ -653,8 +653,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubuserexter | 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.* | -| Username | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | +| Username | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | --- @@ -736,7 +736,7 @@ Username *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. --- @@ -748,7 +748,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUserExternalIdentity.java.md b/docs/dataGithubUserExternalIdentity.java.md index 25bad203a..ee55f9079 100644 --- a/docs/dataGithubUserExternalIdentity.java.md +++ b/docs/dataGithubUserExternalIdentity.java.md @@ -4,7 +4,7 @@ ### DataGithubUserExternalIdentity -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity github_user_external_identity}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity github_user_external_identity}. #### Initializers @@ -39,8 +39,8 @@ DataGithubUserExternalIdentity.Builder.create(Construct scope, java.lang.String | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | +| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubUserExternalIden The id of the existing DataGithubUserExternalIdentity that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use --- @@ -734,8 +734,8 @@ DataGithubUserExternalIdentityConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | +| username | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | --- @@ -817,7 +817,7 @@ public java.lang.String getUsername(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. --- @@ -829,7 +829,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUserExternalIdentity.python.md b/docs/dataGithubUserExternalIdentity.python.md index 1edf232d5..0209243c4 100644 --- a/docs/dataGithubUserExternalIdentity.python.md +++ b/docs/dataGithubUserExternalIdentity.python.md @@ -4,7 +4,7 @@ ### DataGithubUserExternalIdentity -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity github_user_external_identity}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity github_user_external_identity}. #### Initializers @@ -37,8 +37,8 @@ dataGithubUserExternalIdentity.DataGithubUserExternalIdentity( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | +| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | --- @@ -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/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubUserExternalIden The id of the existing DataGithubUserExternalIdentity that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use --- @@ -764,8 +764,8 @@ dataGithubUserExternalIdentity.DataGithubUserExternalIdentityConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | +| username | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | --- @@ -847,7 +847,7 @@ username: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. --- @@ -859,7 +859,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUserExternalIdentity.typescript.md b/docs/dataGithubUserExternalIdentity.typescript.md index 734e29443..89c16c620 100644 --- a/docs/dataGithubUserExternalIdentity.typescript.md +++ b/docs/dataGithubUserExternalIdentity.typescript.md @@ -4,7 +4,7 @@ ### DataGithubUserExternalIdentity -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity github_user_external_identity}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity github_user_external_identity}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubUserExternalIden The id of the existing DataGithubUserExternalIdentity that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use --- @@ -643,8 +643,8 @@ const dataGithubUserExternalIdentityConfig: dataGithubUserExternalIdentity.DataG | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | +| username | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. | --- @@ -726,7 +726,7 @@ public readonly username: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username}. --- @@ -738,7 +738,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUsers.csharp.md b/docs/dataGithubUsers.csharp.md index 3f5d8912c..17b27bf73 100644 --- a/docs/dataGithubUsers.csharp.md +++ b/docs/dataGithubUsers.csharp.md @@ -4,7 +4,7 @@ ### DataGithubUsers -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users github_users}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users github_users}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubUsers to import. The id of the existing DataGithubUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -664,8 +664,8 @@ new DataGithubUsersConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Usernames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. | +| Usernames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. | --- @@ -747,7 +747,7 @@ public string[] Usernames { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. --- @@ -759,7 +759,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUsers.go.md b/docs/dataGithubUsers.go.md index a09f31236..2c90b31a1 100644 --- a/docs/dataGithubUsers.go.md +++ b/docs/dataGithubUsers.go.md @@ -4,12 +4,12 @@ ### DataGithubUsers -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users github_users}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users github_users}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubusers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubusers" datagithubusers.NewDataGithubUsers(scope Construct, id *string, config DataGithubUsersConfig) DataGithubUsers ``` @@ -283,7 +283,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubusers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubusers" datagithubusers.DataGithubUsers_IsConstruct(x interface{}) *bool ``` @@ -315,7 +315,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubusers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubusers" datagithubusers.DataGithubUsers_IsTerraformElement(x interface{}) *bool ``` @@ -329,7 +329,7 @@ datagithubusers.DataGithubUsers_IsTerraformElement(x interface{}) *bool ##### `IsTerraformDataSource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubusers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubusers" datagithubusers.DataGithubUsers_IsTerraformDataSource(x interface{}) *bool ``` @@ -343,7 +343,7 @@ datagithubusers.DataGithubUsers_IsTerraformDataSource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubusers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubusers" datagithubusers.DataGithubUsers_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubUsers to import. The id of the existing DataGithubUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -638,7 +638,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubusers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/datagithubusers" &datagithubusers.DataGithubUsersConfig { Connection: interface{}, @@ -664,8 +664,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/datagithubusers" | 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.* | -| Usernames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. | +| Usernames | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. | --- @@ -747,7 +747,7 @@ Usernames *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. --- @@ -759,7 +759,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUsers.java.md b/docs/dataGithubUsers.java.md index e2f822fe8..f213e4551 100644 --- a/docs/dataGithubUsers.java.md +++ b/docs/dataGithubUsers.java.md @@ -4,7 +4,7 @@ ### DataGithubUsers -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users github_users}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users github_users}. #### Initializers @@ -39,8 +39,8 @@ DataGithubUsers.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.* | -| usernames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. | +| usernames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -449,7 +449,7 @@ The construct id used in the generated config for the DataGithubUsers to import. The id of the existing DataGithubUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -745,8 +745,8 @@ DataGithubUsersConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| usernames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. | +| usernames | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. | --- @@ -828,7 +828,7 @@ public java.util.List getUsernames(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. --- @@ -840,7 +840,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUsers.python.md b/docs/dataGithubUsers.python.md index c5e7bc118..06699a769 100644 --- a/docs/dataGithubUsers.python.md +++ b/docs/dataGithubUsers.python.md @@ -4,7 +4,7 @@ ### DataGithubUsers -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users github_users}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users github_users}. #### Initializers @@ -37,8 +37,8 @@ dataGithubUsers.DataGithubUsers( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| usernames | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. | +| usernames | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. | --- @@ -106,7 +106,7 @@ Must be unique amongst siblings in the same scope - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. --- @@ -114,7 +114,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -483,7 +483,7 @@ The construct id used in the generated config for the DataGithubUsers to import. The id of the existing DataGithubUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -775,8 +775,8 @@ dataGithubUsers.DataGithubUsersConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| usernames | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. | +| usernames | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. | --- @@ -858,7 +858,7 @@ usernames: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. --- @@ -870,7 +870,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dataGithubUsers.typescript.md b/docs/dataGithubUsers.typescript.md index 2a7c5cf72..59d41f2b5 100644 --- a/docs/dataGithubUsers.typescript.md +++ b/docs/dataGithubUsers.typescript.md @@ -4,7 +4,7 @@ ### DataGithubUsers -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users github_users}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users github_users}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataGithubUsers to import. The id of the existing DataGithubUsers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -654,8 +654,8 @@ const dataGithubUsersConfig: dataGithubUsers.DataGithubUsersConfig = { ... } | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| usernames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. | +| usernames | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. | --- @@ -737,7 +737,7 @@ public readonly usernames: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames}. --- @@ -749,7 +749,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dependabotOrganizationSecret.csharp.md b/docs/dependabotOrganizationSecret.csharp.md index 5551d07c8..0786a9a2c 100644 --- a/docs/dependabotOrganizationSecret.csharp.md +++ b/docs/dependabotOrganizationSecret.csharp.md @@ -4,7 +4,7 @@ ### DependabotOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the DependabotOrganizationSecr The id of the existing DependabotOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -882,7 +882,7 @@ new DependabotOrganizationSecretConfig { | SecretName | string | Name of the secret. | | Visibility | string | Configures the access that repositories have to the organization secret. | | EncryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | | PlaintextValue | string | Plaintext value of the secret to be encrypted. | | SelectedRepositoryIds | double[] | An array of repository ids that can access the organization secret. | @@ -968,7 +968,7 @@ public string SecretName { get; set; } Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} --- @@ -984,7 +984,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} --- @@ -998,7 +998,7 @@ public string EncryptedValue { get; set; } Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} --- @@ -1010,7 +1010,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1027,7 +1027,7 @@ public string PlaintextValue { get; set; } Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} --- @@ -1041,7 +1041,7 @@ public double[] SelectedRepositoryIds { get; set; } An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} --- diff --git a/docs/dependabotOrganizationSecret.go.md b/docs/dependabotOrganizationSecret.go.md index 358ea245e..80aa9450c 100644 --- a/docs/dependabotOrganizationSecret.go.md +++ b/docs/dependabotOrganizationSecret.go.md @@ -4,12 +4,12 @@ ### DependabotOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecret" dependabotorganizationsecret.NewDependabotOrganizationSecret(scope Construct, id *string, config DependabotOrganizationSecretConfig) DependabotOrganizationSecret ``` @@ -406,7 +406,7 @@ func ResetSelectedRepositoryIds() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecret" dependabotorganizationsecret.DependabotOrganizationSecret_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecret" dependabotorganizationsecret.DependabotOrganizationSecret_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ dependabotorganizationsecret.DependabotOrganizationSecret_IsTerraformElement(x i ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecret" dependabotorganizationsecret.DependabotOrganizationSecret_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ dependabotorganizationsecret.DependabotOrganizationSecret_IsTerraformResource(x ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecret" dependabotorganizationsecret.DependabotOrganizationSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -495,7 +495,7 @@ The construct id used in the generated config for the DependabotOrganizationSecr The id of the existing DependabotOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -849,7 +849,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecret" &dependabotorganizationsecret.DependabotOrganizationSecretConfig { Connection: interface{}, @@ -882,7 +882,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizat | SecretName | *string | Name of the secret. | | Visibility | *string | Configures the access that repositories have to the organization secret. | | EncryptedValue | *string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | | PlaintextValue | *string | Plaintext value of the secret to be encrypted. | | SelectedRepositoryIds | *[]*f64 | An array of repository ids that can access the organization secret. | @@ -968,7 +968,7 @@ SecretName *string Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} --- @@ -984,7 +984,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} --- @@ -998,7 +998,7 @@ EncryptedValue *string Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} --- @@ -1010,7 +1010,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1027,7 +1027,7 @@ PlaintextValue *string Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} --- @@ -1041,7 +1041,7 @@ SelectedRepositoryIds *[]*f64 An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} --- diff --git a/docs/dependabotOrganizationSecret.java.md b/docs/dependabotOrganizationSecret.java.md index 874d10640..4d0b54f5f 100644 --- a/docs/dependabotOrganizationSecret.java.md +++ b/docs/dependabotOrganizationSecret.java.md @@ -4,7 +4,7 @@ ### DependabotOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret}. #### Initializers @@ -46,7 +46,7 @@ DependabotOrganizationSecret.Builder.create(Construct scope, java.lang.String id | secretName | java.lang.String | Name of the secret. | | visibility | java.lang.String | Configures the access that repositories have to the organization secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} --- @@ -130,7 +130,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} --- @@ -626,7 +626,7 @@ The construct id used in the generated config for the DependabotOrganizationSecr The id of the existing DependabotOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -1017,7 +1017,7 @@ DependabotOrganizationSecretConfig.builder() | secretName | java.lang.String | Name of the secret. | | visibility | java.lang.String | Configures the access that repositories have to the organization secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | @@ -1103,7 +1103,7 @@ public java.lang.String getSecretName(); Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} --- @@ -1119,7 +1119,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} --- @@ -1133,7 +1133,7 @@ public java.lang.String getEncryptedValue(); Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} --- @@ -1145,7 +1145,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ public java.lang.String getPlaintextValue(); Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} --- @@ -1176,7 +1176,7 @@ public java.util.List getSelectedRepositoryIds(); An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} --- diff --git a/docs/dependabotOrganizationSecret.python.md b/docs/dependabotOrganizationSecret.python.md index 6ef8de075..36e5e8bf4 100644 --- a/docs/dependabotOrganizationSecret.python.md +++ b/docs/dependabotOrganizationSecret.python.md @@ -4,7 +4,7 @@ ### DependabotOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret}. #### Initializers @@ -44,7 +44,7 @@ dependabotOrganizationSecret.DependabotOrganizationSecret( | secret_name | str | Name of the secret. | | visibility | str | Configures the access that repositories have to the organization secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} --- @@ -128,7 +128,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} --- @@ -670,7 +670,7 @@ The construct id used in the generated config for the DependabotOrganizationSecr The id of the existing DependabotOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -1057,7 +1057,7 @@ dependabotOrganizationSecret.DependabotOrganizationSecretConfig( | secret_name | str | Name of the secret. | | visibility | str | Configures the access that repositories have to the organization secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | @@ -1143,7 +1143,7 @@ secret_name: str Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} --- @@ -1159,7 +1159,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} --- @@ -1173,7 +1173,7 @@ encrypted_value: str Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} --- @@ -1185,7 +1185,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1202,7 +1202,7 @@ plaintext_value: str Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} --- @@ -1216,7 +1216,7 @@ selected_repository_ids: typing.List[typing.Union[int, float]] An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} --- diff --git a/docs/dependabotOrganizationSecret.typescript.md b/docs/dependabotOrganizationSecret.typescript.md index 26fac3d5b..e4e85e233 100644 --- a/docs/dependabotOrganizationSecret.typescript.md +++ b/docs/dependabotOrganizationSecret.typescript.md @@ -4,7 +4,7 @@ ### DependabotOrganizationSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the DependabotOrganizationSecr The id of the existing DependabotOrganizationSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use --- @@ -868,7 +868,7 @@ const dependabotOrganizationSecretConfig: dependabotOrganizationSecret.Dependabo | secretName | string | Name of the secret. | | visibility | string | Configures the access that repositories have to the organization secret. | | encryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. | | plaintextValue | string | Plaintext value of the secret to be encrypted. | | selectedRepositoryIds | number[] | An array of repository ids that can access the organization secret. | @@ -954,7 +954,7 @@ public readonly secretName: string; Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} --- @@ -970,7 +970,7 @@ Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} --- @@ -984,7 +984,7 @@ public readonly encryptedValue: string; Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} --- @@ -996,7 +996,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1013,7 +1013,7 @@ public readonly plaintextValue: string; Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} --- @@ -1027,7 +1027,7 @@ public readonly selectedRepositoryIds: number[]; An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} --- diff --git a/docs/dependabotOrganizationSecretRepositories.csharp.md b/docs/dependabotOrganizationSecretRepositories.csharp.md index d337d5146..28954546b 100644 --- a/docs/dependabotOrganizationSecretRepositories.csharp.md +++ b/docs/dependabotOrganizationSecretRepositories.csharp.md @@ -4,7 +4,7 @@ ### DependabotOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the DependabotOrganizationSecr The id of the existing DependabotOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new DependabotOrganizationSecretRepositoriesConfig { | Provisioners | object[] | *No description.* | | SecretName | string | Name of the existing secret. | | SelectedRepositoryIds | double[] | An array of repository ids that can access the organization secret. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | --- @@ -853,7 +853,7 @@ public string SecretName { get; set; } Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} --- @@ -867,7 +867,7 @@ public double[] SelectedRepositoryIds { get; set; } An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dependabotOrganizationSecretRepositories.go.md b/docs/dependabotOrganizationSecretRepositories.go.md index ce7153bb8..4307498e0 100644 --- a/docs/dependabotOrganizationSecretRepositories.go.md +++ b/docs/dependabotOrganizationSecretRepositories.go.md @@ -4,12 +4,12 @@ ### DependabotOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecretrepositories" dependabotorganizationsecretrepositories.NewDependabotOrganizationSecretRepositories(scope Construct, id *string, config DependabotOrganizationSecretRepositoriesConfig) DependabotOrganizationSecretRepositories ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecretrepositories" dependabotorganizationsecretrepositories.DependabotOrganizationSecretRepositories_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecretrepositories" dependabotorganizationsecretrepositories.DependabotOrganizationSecretRepositories_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ dependabotorganizationsecretrepositories.DependabotOrganizationSecretRepositorie ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecretrepositories" dependabotorganizationsecretrepositories.DependabotOrganizationSecretRepositories_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ dependabotorganizationsecretrepositories.DependabotOrganizationSecretRepositorie ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecretrepositories" dependabotorganizationsecretrepositories.DependabotOrganizationSecretRepositories_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the DependabotOrganizationSecr The id of the existing DependabotOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizationsecretrepositories" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotorganizationsecretrepositories" &dependabotorganizationsecretrepositories.DependabotOrganizationSecretRepositoriesConfig { Connection: interface{}, @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotorganizat | Provisioners | *[]interface{} | *No description.* | | SecretName | *string | Name of the existing secret. | | SelectedRepositoryIds | *[]*f64 | An array of repository ids that can access the organization secret. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | --- @@ -853,7 +853,7 @@ SecretName *string Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} --- @@ -867,7 +867,7 @@ SelectedRepositoryIds *[]*f64 An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dependabotOrganizationSecretRepositories.java.md b/docs/dependabotOrganizationSecretRepositories.java.md index 268ff410b..971b59a53 100644 --- a/docs/dependabotOrganizationSecretRepositories.java.md +++ b/docs/dependabotOrganizationSecretRepositories.java.md @@ -4,7 +4,7 @@ ### DependabotOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories}. #### Initializers @@ -42,7 +42,7 @@ DependabotOrganizationSecretRepositories.Builder.create(Construct scope, java.la | provisioners | java.util.List | *No description.* | | secretName | java.lang.String | Name of the existing secret. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DependabotOrganizationSecr The id of the existing DependabotOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ DependabotOrganizationSecretRepositoriesConfig.builder() | provisioners | java.util.List | *No description.* | | secretName | java.lang.String | Name of the existing secret. | | selectedRepositoryIds | java.util.List | An array of repository ids that can access the organization secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getSecretName(); Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} --- @@ -964,7 +964,7 @@ public java.util.List getSelectedRepositoryIds(); An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dependabotOrganizationSecretRepositories.python.md b/docs/dependabotOrganizationSecretRepositories.python.md index 3f8a818d7..adf880578 100644 --- a/docs/dependabotOrganizationSecretRepositories.python.md +++ b/docs/dependabotOrganizationSecretRepositories.python.md @@ -4,7 +4,7 @@ ### DependabotOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories}. #### Initializers @@ -40,7 +40,7 @@ dependabotOrganizationSecretRepositories.DependabotOrganizationSecretRepositorie | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | secret_name | str | Name of the existing secret. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DependabotOrganizationSecr The id of the existing DependabotOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ dependabotOrganizationSecretRepositories.DependabotOrganizationSecretRepositorie | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | secret_name | str | Name of the existing secret. | | selected_repository_ids | typing.List[typing.Union[int, float]] | An array of repository ids that can access the organization secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | --- @@ -990,7 +990,7 @@ secret_name: str Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} --- @@ -1004,7 +1004,7 @@ selected_repository_ids: typing.List[typing.Union[int, float]] An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dependabotOrganizationSecretRepositories.typescript.md b/docs/dependabotOrganizationSecretRepositories.typescript.md index d13e85dfe..be5dd71a1 100644 --- a/docs/dependabotOrganizationSecretRepositories.typescript.md +++ b/docs/dependabotOrganizationSecretRepositories.typescript.md @@ -4,7 +4,7 @@ ### DependabotOrganizationSecretRepositories -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the DependabotOrganizationSecr The id of the existing DependabotOrganizationSecretRepositories that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const dependabotOrganizationSecretRepositoriesConfig: dependabotOrganizationSecr | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | secretName | string | Name of the existing secret. | | selectedRepositoryIds | number[] | An array of repository ids that can access the organization secret. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. | --- @@ -842,7 +842,7 @@ public readonly secretName: string; Name of the existing secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} --- @@ -856,7 +856,7 @@ public readonly selectedRepositoryIds: number[]; An array of repository ids that can access the organization secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/dependabotSecret.csharp.md b/docs/dependabotSecret.csharp.md index b694132f2..9ea879bf8 100644 --- a/docs/dependabotSecret.csharp.md +++ b/docs/dependabotSecret.csharp.md @@ -4,7 +4,7 @@ ### DependabotSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret github_dependabot_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret github_dependabot_secret}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the DependabotSecret to import The id of the existing DependabotSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ new DependabotSecretConfig { | Repository | string | Name of the repository. | | SecretName | string | Name of the secret. | | EncryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | | PlaintextValue | string | Plaintext value of the secret to be encrypted. | --- @@ -937,7 +937,7 @@ public string Repository { get; set; } Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} --- @@ -951,7 +951,7 @@ public string SecretName { get; set; } Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} --- @@ -965,7 +965,7 @@ public string EncryptedValue { get; set; } Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} --- @@ -977,7 +977,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 string PlaintextValue { get; set; } Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} --- diff --git a/docs/dependabotSecret.go.md b/docs/dependabotSecret.go.md index 8e51cbd91..d633dce6f 100644 --- a/docs/dependabotSecret.go.md +++ b/docs/dependabotSecret.go.md @@ -4,12 +4,12 @@ ### DependabotSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret github_dependabot_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret github_dependabot_secret}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotsecret" dependabotsecret.NewDependabotSecret(scope Construct, id *string, config DependabotSecretConfig) DependabotSecret ``` @@ -399,7 +399,7 @@ func ResetPlaintextValue() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotsecret" dependabotsecret.DependabotSecret_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotsecret" dependabotsecret.DependabotSecret_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ dependabotsecret.DependabotSecret_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotsecret" dependabotsecret.DependabotSecret_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ dependabotsecret.DependabotSecret_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotsecret" dependabotsecret.DependabotSecret_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -488,7 +488,7 @@ The construct id used in the generated config for the DependabotSecret to import The id of the existing DependabotSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use --- @@ -820,7 +820,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotsecret" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/dependabotsecret" &dependabotsecret.DependabotSecretConfig { Connection: interface{}, @@ -852,7 +852,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/dependabotsecret" | Repository | *string | Name of the repository. | | SecretName | *string | Name of the secret. | | EncryptedValue | *string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | | PlaintextValue | *string | Plaintext value of the secret to be encrypted. | --- @@ -937,7 +937,7 @@ Repository *string Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} --- @@ -951,7 +951,7 @@ SecretName *string Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} --- @@ -965,7 +965,7 @@ EncryptedValue *string Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} --- @@ -977,7 +977,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ PlaintextValue *string Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} --- diff --git a/docs/dependabotSecret.java.md b/docs/dependabotSecret.java.md index 25afbcb85..03d2c6137 100644 --- a/docs/dependabotSecret.java.md +++ b/docs/dependabotSecret.java.md @@ -4,7 +4,7 @@ ### DependabotSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret github_dependabot_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret github_dependabot_secret}. #### Initializers @@ -45,7 +45,7 @@ DependabotSecret.Builder.create(Construct scope, java.lang.String id) | repository | java.lang.String | Name of the repository. | | secretName | java.lang.String | Name of the secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} --- @@ -605,7 +605,7 @@ The construct id used in the generated config for the DependabotSecret to import The id of the existing DependabotSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use --- @@ -973,7 +973,7 @@ DependabotSecretConfig.builder() | repository | java.lang.String | Name of the repository. | | secretName | java.lang.String | Name of the secret. | | encryptedValue | java.lang.String | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | | plaintextValue | java.lang.String | Plaintext value of the secret to be encrypted. | --- @@ -1058,7 +1058,7 @@ public java.lang.String getRepository(); Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} --- @@ -1072,7 +1072,7 @@ public java.lang.String getSecretName(); Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} --- @@ -1086,7 +1086,7 @@ public java.lang.String getEncryptedValue(); Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} --- @@ -1098,7 +1098,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1115,7 +1115,7 @@ public java.lang.String getPlaintextValue(); Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} --- diff --git a/docs/dependabotSecret.python.md b/docs/dependabotSecret.python.md index 53a8ed388..298ae3037 100644 --- a/docs/dependabotSecret.python.md +++ b/docs/dependabotSecret.python.md @@ -4,7 +4,7 @@ ### DependabotSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret github_dependabot_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret github_dependabot_secret}. #### Initializers @@ -43,7 +43,7 @@ dependabotSecret.DependabotSecret( | repository | str | Name of the repository. | | secret_name | str | Name of the secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the DependabotSecret to import The id of the existing DependabotSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use --- @@ -1013,7 +1013,7 @@ dependabotSecret.DependabotSecretConfig( | repository | str | Name of the repository. | | secret_name | str | Name of the secret. | | encrypted_value | str | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | | plaintext_value | str | Plaintext value of the secret to be encrypted. | --- @@ -1098,7 +1098,7 @@ repository: str Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} --- @@ -1112,7 +1112,7 @@ secret_name: str Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} --- @@ -1126,7 +1126,7 @@ encrypted_value: str Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} --- @@ -1138,7 +1138,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1155,7 +1155,7 @@ plaintext_value: str Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} --- diff --git a/docs/dependabotSecret.typescript.md b/docs/dependabotSecret.typescript.md index ee75adbd5..47cf145ce 100644 --- a/docs/dependabotSecret.typescript.md +++ b/docs/dependabotSecret.typescript.md @@ -4,7 +4,7 @@ ### DependabotSecret -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret github_dependabot_secret}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret github_dependabot_secret}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the DependabotSecret to import The id of the existing DependabotSecret that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,7 @@ const dependabotSecretConfig: dependabotSecret.DependabotSecretConfig = { ... } | repository | string | Name of the repository. | | secretName | string | Name of the secret. | | encryptedValue | string | Encrypted value of the secret using the GitHub public key in Base64 format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. | | plaintextValue | string | Plaintext value of the secret to be encrypted. | --- @@ -924,7 +924,7 @@ public readonly repository: string; Name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} --- @@ -938,7 +938,7 @@ public readonly secretName: string; Name of the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} --- @@ -952,7 +952,7 @@ public readonly encryptedValue: string; Encrypted value of the secret using the GitHub public key in Base64 format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} --- @@ -964,7 +964,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -981,7 +981,7 @@ public readonly plaintextValue: string; Plaintext value of the secret to be encrypted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} --- diff --git a/docs/emuGroupMapping.csharp.md b/docs/emuGroupMapping.csharp.md index 9c2a46e64..6cd8f5181 100644 --- a/docs/emuGroupMapping.csharp.md +++ b/docs/emuGroupMapping.csharp.md @@ -4,7 +4,7 @@ ### EmuGroupMapping -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping github_emu_group_mapping}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping github_emu_group_mapping}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the EmuGroupMapping to import. The id of the existing EmuGroupMapping that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use --- @@ -780,7 +780,7 @@ new EmuGroupMappingConfig { | Provisioners | object[] | *No description.* | | GroupId | double | Integer corresponding to the external group ID to be linked. | | TeamSlug | string | Slug of the GitHub team. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | --- @@ -864,7 +864,7 @@ public double GroupId { get; set; } Integer corresponding to the external group ID to be linked. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} --- @@ -878,7 +878,7 @@ public string TeamSlug { get; set; } Slug of the GitHub team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} --- @@ -890,7 +890,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/emuGroupMapping.go.md b/docs/emuGroupMapping.go.md index 57f082ffd..7a1c3b368 100644 --- a/docs/emuGroupMapping.go.md +++ b/docs/emuGroupMapping.go.md @@ -4,12 +4,12 @@ ### EmuGroupMapping -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping github_emu_group_mapping}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping github_emu_group_mapping}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/emugroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/emugroupmapping" emugroupmapping.NewEmuGroupMapping(scope Construct, id *string, config EmuGroupMappingConfig) EmuGroupMapping ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/emugroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/emugroupmapping" emugroupmapping.EmuGroupMapping_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/emugroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/emugroupmapping" emugroupmapping.EmuGroupMapping_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ emugroupmapping.EmuGroupMapping_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/emugroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/emugroupmapping" emugroupmapping.EmuGroupMapping_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ emugroupmapping.EmuGroupMapping_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/emugroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/emugroupmapping" emugroupmapping.EmuGroupMapping_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the EmuGroupMapping to import. The id of the existing EmuGroupMapping that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/emugroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/emugroupmapping" &emugroupmapping.EmuGroupMappingConfig { Connection: interface{}, @@ -780,7 +780,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/emugroupmapping" | Provisioners | *[]interface{} | *No description.* | | GroupId | *f64 | Integer corresponding to the external group ID to be linked. | | TeamSlug | *string | Slug of the GitHub team. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | --- @@ -864,7 +864,7 @@ GroupId *f64 Integer corresponding to the external group ID to be linked. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} --- @@ -878,7 +878,7 @@ TeamSlug *string Slug of the GitHub team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} --- @@ -890,7 +890,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/emuGroupMapping.java.md b/docs/emuGroupMapping.java.md index 0b8db560c..052216e5e 100644 --- a/docs/emuGroupMapping.java.md +++ b/docs/emuGroupMapping.java.md @@ -4,7 +4,7 @@ ### EmuGroupMapping -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping github_emu_group_mapping}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping github_emu_group_mapping}. #### Initializers @@ -42,7 +42,7 @@ EmuGroupMapping.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | groupId | java.lang.Number | Integer corresponding to the external group ID to be linked. | | teamSlug | java.lang.String | Slug of the GitHub team. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Integer corresponding to the external group ID to be linked. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Slug of the GitHub team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 EmuGroupMapping to import. The id of the existing EmuGroupMapping that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ EmuGroupMappingConfig.builder() | provisioners | java.util.List | *No description.* | | groupId | java.lang.Number | Integer corresponding to the external group ID to be linked. | | teamSlug | java.lang.String | Slug of the GitHub team. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | --- @@ -961,7 +961,7 @@ public java.lang.Number getGroupId(); Integer corresponding to the external group ID to be linked. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} --- @@ -975,7 +975,7 @@ public java.lang.String getTeamSlug(); Slug of the GitHub team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} --- @@ -987,7 +987,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/emuGroupMapping.python.md b/docs/emuGroupMapping.python.md index 066a5236a..11c004d9c 100644 --- a/docs/emuGroupMapping.python.md +++ b/docs/emuGroupMapping.python.md @@ -4,7 +4,7 @@ ### EmuGroupMapping -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping github_emu_group_mapping}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping github_emu_group_mapping}. #### Initializers @@ -40,7 +40,7 @@ emuGroupMapping.EmuGroupMapping( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | group_id | typing.Union[int, float] | Integer corresponding to the external group ID to be linked. | | team_slug | str | Slug of the GitHub team. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Integer corresponding to the external group ID to be linked. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Slug of the GitHub team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 EmuGroupMapping to import. The id of the existing EmuGroupMapping that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ emuGroupMapping.EmuGroupMappingConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | group_id | typing.Union[int, float] | Integer corresponding to the external group ID to be linked. | | team_slug | str | Slug of the GitHub team. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | --- @@ -1001,7 +1001,7 @@ group_id: typing.Union[int, float] Integer corresponding to the external group ID to be linked. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} --- @@ -1015,7 +1015,7 @@ team_slug: str Slug of the GitHub team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} --- @@ -1027,7 +1027,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/emuGroupMapping.typescript.md b/docs/emuGroupMapping.typescript.md index cb57241c5..b91b26f33 100644 --- a/docs/emuGroupMapping.typescript.md +++ b/docs/emuGroupMapping.typescript.md @@ -4,7 +4,7 @@ ### EmuGroupMapping -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping github_emu_group_mapping}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping github_emu_group_mapping}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the EmuGroupMapping to import. The id of the existing EmuGroupMapping that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ const emuGroupMappingConfig: emuGroupMapping.EmuGroupMappingConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | groupId | number | Integer corresponding to the external group ID to be linked. | | teamSlug | string | Slug of the GitHub team. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. | --- @@ -853,7 +853,7 @@ public readonly groupId: number; Integer corresponding to the external group ID to be linked. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} --- @@ -867,7 +867,7 @@ public readonly teamSlug: string; Slug of the GitHub team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} --- @@ -879,7 +879,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/enterpriseOrganization.csharp.md b/docs/enterpriseOrganization.csharp.md index f3eb0e8f0..4f69fd3f8 100644 --- a/docs/enterpriseOrganization.csharp.md +++ b/docs/enterpriseOrganization.csharp.md @@ -4,7 +4,7 @@ ### EnterpriseOrganization -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization github_enterprise_organization}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization github_enterprise_organization}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the EnterpriseOrganization to The id of the existing EnterpriseOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use --- @@ -879,7 +879,7 @@ new EnterpriseOrganizationConfig { | Name | string | The name of the organization. | | Description | string | The description of the organization. | | DisplayName | string | The display name of the organization. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | --- @@ -963,7 +963,7 @@ public string[] AdminLogins { get; set; } List of organization owner usernames. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} --- @@ -977,7 +977,7 @@ public string BillingEmail { get; set; } The billing email address. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} --- @@ -991,7 +991,7 @@ public string EnterpriseId { get; set; } The ID of the enterprise. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} --- @@ -1005,7 +1005,7 @@ public string Name { get; set; } The name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} --- @@ -1019,7 +1019,7 @@ public string Description { get; set; } The description of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} --- @@ -1033,7 +1033,7 @@ public string DisplayName { get; set; } The display name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} --- @@ -1045,7 +1045,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/enterpriseOrganization.go.md b/docs/enterpriseOrganization.go.md index 4f46a5185..35acc952b 100644 --- a/docs/enterpriseOrganization.go.md +++ b/docs/enterpriseOrganization.go.md @@ -4,12 +4,12 @@ ### EnterpriseOrganization -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization github_enterprise_organization}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization github_enterprise_organization}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/enterpriseorganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/enterpriseorganization" enterpriseorganization.NewEnterpriseOrganization(scope Construct, id *string, config EnterpriseOrganizationConfig) EnterpriseOrganization ``` @@ -399,7 +399,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/enterpriseorganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/enterpriseorganization" enterpriseorganization.EnterpriseOrganization_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/enterpriseorganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/enterpriseorganization" enterpriseorganization.EnterpriseOrganization_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ enterpriseorganization.EnterpriseOrganization_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/enterpriseorganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/enterpriseorganization" enterpriseorganization.EnterpriseOrganization_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ enterpriseorganization.EnterpriseOrganization_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/enterpriseorganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/enterpriseorganization" enterpriseorganization.EnterpriseOrganization_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -488,7 +488,7 @@ The construct id used in the generated config for the EnterpriseOrganization to The id of the existing EnterpriseOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/enterpriseorganization" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/enterpriseorganization" &enterpriseorganization.EnterpriseOrganizationConfig { Connection: interface{}, @@ -879,7 +879,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/enterpriseorganizat | Name | *string | The name of the organization. | | Description | *string | The description of the organization. | | DisplayName | *string | The display name of the organization. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | --- @@ -963,7 +963,7 @@ AdminLogins *[]*string List of organization owner usernames. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} --- @@ -977,7 +977,7 @@ BillingEmail *string The billing email address. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} --- @@ -991,7 +991,7 @@ EnterpriseId *string The ID of the enterprise. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} --- @@ -1005,7 +1005,7 @@ Name *string The name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} --- @@ -1019,7 +1019,7 @@ Description *string The description of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} --- @@ -1033,7 +1033,7 @@ DisplayName *string The display name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} --- @@ -1045,7 +1045,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/enterpriseOrganization.java.md b/docs/enterpriseOrganization.java.md index b91c8dc85..393491a5a 100644 --- a/docs/enterpriseOrganization.java.md +++ b/docs/enterpriseOrganization.java.md @@ -4,7 +4,7 @@ ### EnterpriseOrganization -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization github_enterprise_organization}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization github_enterprise_organization}. #### Initializers @@ -50,7 +50,7 @@ EnterpriseOrganization.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The name of the organization. | | description | java.lang.String | The description of the organization. | | displayName | java.lang.String | The display name of the organization. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope List of organization owner usernames. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The billing email address. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The ID of the enterprise. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The description of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The display name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -629,7 +629,7 @@ The construct id used in the generated config for the EnterpriseOrganization to The id of the existing EnterpriseOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use --- @@ -1024,7 +1024,7 @@ EnterpriseOrganizationConfig.builder() | name | java.lang.String | The name of the organization. | | description | java.lang.String | The description of the organization. | | displayName | java.lang.String | The display name of the organization. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | --- @@ -1108,7 +1108,7 @@ public java.util.List getAdminLogins(); List of organization owner usernames. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} --- @@ -1122,7 +1122,7 @@ public java.lang.String getBillingEmail(); The billing email address. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} --- @@ -1136,7 +1136,7 @@ public java.lang.String getEnterpriseId(); The ID of the enterprise. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} --- @@ -1150,7 +1150,7 @@ public java.lang.String getName(); The name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} --- @@ -1164,7 +1164,7 @@ public java.lang.String getDescription(); The description of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} --- @@ -1178,7 +1178,7 @@ public java.lang.String getDisplayName(); The display name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} --- @@ -1190,7 +1190,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/enterpriseOrganization.python.md b/docs/enterpriseOrganization.python.md index 5645613c5..274391513 100644 --- a/docs/enterpriseOrganization.python.md +++ b/docs/enterpriseOrganization.python.md @@ -4,7 +4,7 @@ ### EnterpriseOrganization -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization github_enterprise_organization}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization github_enterprise_organization}. #### Initializers @@ -48,7 +48,7 @@ enterpriseOrganization.EnterpriseOrganization( | name | str | The name of the organization. | | description | str | The description of the organization. | | display_name | str | The display name of the organization. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope List of organization owner usernames. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The billing email address. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The ID of the enterprise. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The description of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The display name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -673,7 +673,7 @@ The construct id used in the generated config for the EnterpriseOrganization to The id of the existing EnterpriseOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use --- @@ -1064,7 +1064,7 @@ enterpriseOrganization.EnterpriseOrganizationConfig( | name | str | The name of the organization. | | description | str | The description of the organization. | | display_name | str | The display name of the organization. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | --- @@ -1148,7 +1148,7 @@ admin_logins: typing.List[str] List of organization owner usernames. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} --- @@ -1162,7 +1162,7 @@ billing_email: str The billing email address. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} --- @@ -1176,7 +1176,7 @@ enterprise_id: str The ID of the enterprise. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} --- @@ -1190,7 +1190,7 @@ name: str The name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} --- @@ -1204,7 +1204,7 @@ description: str The description of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} --- @@ -1218,7 +1218,7 @@ display_name: str The display name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} --- @@ -1230,7 +1230,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/enterpriseOrganization.typescript.md b/docs/enterpriseOrganization.typescript.md index 4bd052fba..46c893d6e 100644 --- a/docs/enterpriseOrganization.typescript.md +++ b/docs/enterpriseOrganization.typescript.md @@ -4,7 +4,7 @@ ### EnterpriseOrganization -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization github_enterprise_organization}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization github_enterprise_organization}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the EnterpriseOrganization to The id of the existing EnterpriseOrganization that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use --- @@ -864,7 +864,7 @@ const enterpriseOrganizationConfig: enterpriseOrganization.EnterpriseOrganizatio | name | string | The name of the organization. | | description | string | The description of the organization. | | displayName | string | The display name of the organization. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. | --- @@ -948,7 +948,7 @@ public readonly adminLogins: string[]; List of organization owner usernames. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} --- @@ -962,7 +962,7 @@ public readonly billingEmail: string; The billing email address. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} --- @@ -976,7 +976,7 @@ public readonly enterpriseId: string; The ID of the enterprise. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} --- @@ -990,7 +990,7 @@ public readonly name: string; The name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} --- @@ -1004,7 +1004,7 @@ public readonly description: string; The description of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} --- @@ -1018,7 +1018,7 @@ public readonly displayName: string; The display name of the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} --- @@ -1030,7 +1030,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/issue.csharp.md b/docs/issue.csharp.md index e97a14c2b..1f946837f 100644 --- a/docs/issue.csharp.md +++ b/docs/issue.csharp.md @@ -4,7 +4,7 @@ ### Issue -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue github_issue}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue github_issue}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the Issue to import. The id of the existing Issue that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use --- @@ -924,7 +924,7 @@ new IssueConfig { | Title | string | Title of the issue. | | Assignees | string[] | List of Logins to assign to the issue. | | Body | string | Body of the issue. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. | | Labels | string[] | List of labels to attach to the issue. | | MilestoneNumber | double | Milestone number to assign to the issue. | @@ -1010,7 +1010,7 @@ public string Repository { get; set; } The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#repository Issue#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#repository Issue#repository} --- @@ -1024,7 +1024,7 @@ public string Title { get; set; } Title of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#title Issue#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#title Issue#title} --- @@ -1038,7 +1038,7 @@ public string[] Assignees { get; set; } List of Logins to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#assignees Issue#assignees} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#assignees Issue#assignees} --- @@ -1052,7 +1052,7 @@ public string Body { get; set; } Body of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#body Issue#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#body Issue#body} --- @@ -1064,7 +1064,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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[] Labels { get; set; } List of labels to attach to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#labels Issue#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#labels Issue#labels} --- @@ -1095,7 +1095,7 @@ public double MilestoneNumber { get; set; } Milestone number to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#milestone_number Issue#milestone_number} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#milestone_number Issue#milestone_number} --- diff --git a/docs/issue.go.md b/docs/issue.go.md index 4a2184ad7..b914570bf 100644 --- a/docs/issue.go.md +++ b/docs/issue.go.md @@ -4,12 +4,12 @@ ### Issue -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue github_issue}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue github_issue}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issue" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issue" issue.NewIssue(scope Construct, id *string, config IssueConfig) Issue ``` @@ -413,7 +413,7 @@ func ResetMilestoneNumber() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issue" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issue" issue.Issue_IsConstruct(x interface{}) *bool ``` @@ -445,7 +445,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issue" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issue" issue.Issue_IsTerraformElement(x interface{}) *bool ``` @@ -459,7 +459,7 @@ issue.Issue_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issue" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issue" issue.Issue_IsTerraformResource(x interface{}) *bool ``` @@ -473,7 +473,7 @@ issue.Issue_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issue" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issue" issue.Issue_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -502,7 +502,7 @@ The construct id used in the generated config for the Issue to import. The id of the existing Issue that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use --- @@ -889,7 +889,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issue" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issue" &issue.IssueConfig { Connection: interface{}, @@ -924,7 +924,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/issue" | Title | *string | Title of the issue. | | Assignees | *[]*string | List of Logins to assign to the issue. | | Body | *string | Body of the issue. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. | | Labels | *[]*string | List of labels to attach to the issue. | | MilestoneNumber | *f64 | Milestone number to assign to the issue. | @@ -1010,7 +1010,7 @@ Repository *string The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#repository Issue#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#repository Issue#repository} --- @@ -1024,7 +1024,7 @@ Title *string Title of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#title Issue#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#title Issue#title} --- @@ -1038,7 +1038,7 @@ Assignees *[]*string List of Logins to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#assignees Issue#assignees} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#assignees Issue#assignees} --- @@ -1052,7 +1052,7 @@ Body *string Body of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#body Issue#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#body Issue#body} --- @@ -1064,7 +1064,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Labels *[]*string List of labels to attach to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#labels Issue#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#labels Issue#labels} --- @@ -1095,7 +1095,7 @@ MilestoneNumber *f64 Milestone number to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#milestone_number Issue#milestone_number} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#milestone_number Issue#milestone_number} --- diff --git a/docs/issue.java.md b/docs/issue.java.md index 37a43c8ac..49ea5ad77 100644 --- a/docs/issue.java.md +++ b/docs/issue.java.md @@ -4,7 +4,7 @@ ### Issue -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue github_issue}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue github_issue}. #### Initializers @@ -48,7 +48,7 @@ Issue.Builder.create(Construct scope, java.lang.String id) | title | java.lang.String | Title of the issue. | | assignees | java.util.List | List of Logins to assign to the issue. | | body | java.lang.String | Body of the issue. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. | | labels | java.util.List | List of labels to attach to the issue. | | milestoneNumber | java.lang.Number | Milestone number to assign to the issue. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#repository Issue#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#repository Issue#repository} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Title of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#title Issue#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#title Issue#title} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ List of Logins to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#assignees Issue#assignees} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#assignees Issue#assignees} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Body of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#body Issue#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#body Issue#body} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 List of labels to attach to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#labels Issue#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#labels Issue#labels} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Milestone number to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#milestone_number Issue#milestone_number} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#milestone_number Issue#milestone_number} --- @@ -643,7 +643,7 @@ The construct id used in the generated config for the Issue to import. The id of the existing Issue that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use --- @@ -1069,7 +1069,7 @@ IssueConfig.builder() | title | java.lang.String | Title of the issue. | | assignees | java.util.List | List of Logins to assign to the issue. | | body | java.lang.String | Body of the issue. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. | | labels | java.util.List | List of labels to attach to the issue. | | milestoneNumber | java.lang.Number | Milestone number to assign to the issue. | @@ -1155,7 +1155,7 @@ public java.lang.String getRepository(); The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#repository Issue#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#repository Issue#repository} --- @@ -1169,7 +1169,7 @@ public java.lang.String getTitle(); Title of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#title Issue#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#title Issue#title} --- @@ -1183,7 +1183,7 @@ public java.util.List getAssignees(); List of Logins to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#assignees Issue#assignees} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#assignees Issue#assignees} --- @@ -1197,7 +1197,7 @@ public java.lang.String getBody(); Body of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#body Issue#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#body Issue#body} --- @@ -1209,7 +1209,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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.util.List getLabels(); List of labels to attach to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#labels Issue#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#labels Issue#labels} --- @@ -1240,7 +1240,7 @@ public java.lang.Number getMilestoneNumber(); Milestone number to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#milestone_number Issue#milestone_number} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#milestone_number Issue#milestone_number} --- diff --git a/docs/issue.python.md b/docs/issue.python.md index b15263f62..9c079e31c 100644 --- a/docs/issue.python.md +++ b/docs/issue.python.md @@ -4,7 +4,7 @@ ### Issue -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue github_issue}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue github_issue}. #### Initializers @@ -46,7 +46,7 @@ issue.Issue( | title | str | Title of the issue. | | assignees | typing.List[str] | List of Logins to assign to the issue. | | body | str | Body of the issue. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. | | labels | typing.List[str] | List of labels to attach to the issue. | | milestone_number | typing.Union[int, float] | Milestone number to assign to the issue. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#repository Issue#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#repository Issue#repository} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Title of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#title Issue#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#title Issue#title} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ List of Logins to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#assignees Issue#assignees} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#assignees Issue#assignees} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Body of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#body Issue#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#body Issue#body} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 List of labels to attach to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#labels Issue#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#labels Issue#labels} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Milestone number to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#milestone_number Issue#milestone_number} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#milestone_number Issue#milestone_number} --- @@ -687,7 +687,7 @@ The construct id used in the generated config for the Issue to import. The id of the existing Issue that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use --- @@ -1109,7 +1109,7 @@ issue.IssueConfig( | title | str | Title of the issue. | | assignees | typing.List[str] | List of Logins to assign to the issue. | | body | str | Body of the issue. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. | | labels | typing.List[str] | List of labels to attach to the issue. | | milestone_number | typing.Union[int, float] | Milestone number to assign to the issue. | @@ -1195,7 +1195,7 @@ repository: str The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#repository Issue#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#repository Issue#repository} --- @@ -1209,7 +1209,7 @@ title: str Title of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#title Issue#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#title Issue#title} --- @@ -1223,7 +1223,7 @@ assignees: typing.List[str] List of Logins to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#assignees Issue#assignees} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#assignees Issue#assignees} --- @@ -1237,7 +1237,7 @@ body: str Body of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#body Issue#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#body Issue#body} --- @@ -1249,7 +1249,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ labels: typing.List[str] List of labels to attach to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#labels Issue#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#labels Issue#labels} --- @@ -1280,7 +1280,7 @@ milestone_number: typing.Union[int, float] Milestone number to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#milestone_number Issue#milestone_number} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#milestone_number Issue#milestone_number} --- diff --git a/docs/issue.typescript.md b/docs/issue.typescript.md index 4df3aecf1..5f479cd2b 100644 --- a/docs/issue.typescript.md +++ b/docs/issue.typescript.md @@ -4,7 +4,7 @@ ### Issue -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue github_issue}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue github_issue}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the Issue to import. The id of the existing Issue that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use --- @@ -909,7 +909,7 @@ const issueConfig: issue.IssueConfig = { ... } | title | string | Title of the issue. | | assignees | string[] | List of Logins to assign to the issue. | | body | string | Body of the issue. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. | | labels | string[] | List of labels to attach to the issue. | | milestoneNumber | number | Milestone number to assign to the issue. | @@ -995,7 +995,7 @@ public readonly repository: string; The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#repository Issue#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#repository Issue#repository} --- @@ -1009,7 +1009,7 @@ public readonly title: string; Title of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#title Issue#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#title Issue#title} --- @@ -1023,7 +1023,7 @@ public readonly assignees: string[]; List of Logins to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#assignees Issue#assignees} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#assignees Issue#assignees} --- @@ -1037,7 +1037,7 @@ public readonly body: string; Body of the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#body Issue#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#body Issue#body} --- @@ -1049,7 +1049,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 labels: string[]; List of labels to attach to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#labels Issue#labels} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#labels Issue#labels} --- @@ -1080,7 +1080,7 @@ public readonly milestoneNumber: number; Milestone number to assign to the issue. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#milestone_number Issue#milestone_number} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#milestone_number Issue#milestone_number} --- diff --git a/docs/issueLabel.csharp.md b/docs/issueLabel.csharp.md index 4b2140f58..4418b096b 100644 --- a/docs/issueLabel.csharp.md +++ b/docs/issueLabel.csharp.md @@ -4,7 +4,7 @@ ### IssueLabel -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label github_issue_label}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label github_issue_label}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the IssueLabel to import. The id of the existing IssueLabel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use --- @@ -846,7 +846,7 @@ new IssueLabelConfig { | Name | string | The name of the label. | | Repository | string | The GitHub repository. | | Description | string | A short description of the label. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. | --- @@ -930,7 +930,7 @@ public string Color { get; set; } A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#color IssueLabel#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#color IssueLabel#color} --- @@ -944,7 +944,7 @@ public string Name { get; set; } The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#name IssueLabel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#name IssueLabel#name} --- @@ -958,7 +958,7 @@ public string Repository { get; set; } The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#repository IssueLabel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#repository IssueLabel#repository} --- @@ -972,7 +972,7 @@ public string Description { get; set; } A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#description IssueLabel#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#description IssueLabel#description} --- @@ -984,7 +984,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/issueLabel.go.md b/docs/issueLabel.go.md index 426da20f0..0c8f2eac1 100644 --- a/docs/issueLabel.go.md +++ b/docs/issueLabel.go.md @@ -4,12 +4,12 @@ ### IssueLabel -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label github_issue_label}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label github_issue_label}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabel" issuelabel.NewIssueLabel(scope Construct, id *string, config IssueLabelConfig) IssueLabel ``` @@ -392,7 +392,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabel" issuelabel.IssueLabel_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabel" issuelabel.IssueLabel_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ issuelabel.IssueLabel_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabel" issuelabel.IssueLabel_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ issuelabel.IssueLabel_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabel" issuelabel.IssueLabel_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the IssueLabel to import. The id of the existing IssueLabel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabel" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabel" &issuelabel.IssueLabelConfig { Connection: interface{}, @@ -846,7 +846,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabel" | Name | *string | The name of the label. | | Repository | *string | The GitHub repository. | | Description | *string | A short description of the label. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. | --- @@ -930,7 +930,7 @@ Color *string A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#color IssueLabel#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#color IssueLabel#color} --- @@ -944,7 +944,7 @@ Name *string The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#name IssueLabel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#name IssueLabel#name} --- @@ -958,7 +958,7 @@ Repository *string The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#repository IssueLabel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#repository IssueLabel#repository} --- @@ -972,7 +972,7 @@ Description *string A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#description IssueLabel#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#description IssueLabel#description} --- @@ -984,7 +984,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/issueLabel.java.md b/docs/issueLabel.java.md index fdea53151..e7c2fdc1b 100644 --- a/docs/issueLabel.java.md +++ b/docs/issueLabel.java.md @@ -4,7 +4,7 @@ ### IssueLabel -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label github_issue_label}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label github_issue_label}. #### Initializers @@ -46,7 +46,7 @@ IssueLabel.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The name of the label. | | repository | java.lang.String | The GitHub repository. | | description | java.lang.String | A short description of the label. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#color IssueLabel#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#color IssueLabel#color} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#name IssueLabel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#name IssueLabel#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#repository IssueLabel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#repository IssueLabel#repository} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#description IssueLabel#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#description IssueLabel#description} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 IssueLabel to import. The id of the existing IssueLabel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use --- @@ -967,7 +967,7 @@ IssueLabelConfig.builder() | name | java.lang.String | The name of the label. | | repository | java.lang.String | The GitHub repository. | | description | java.lang.String | A short description of the label. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. | --- @@ -1051,7 +1051,7 @@ public java.lang.String getColor(); A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#color IssueLabel#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#color IssueLabel#color} --- @@ -1065,7 +1065,7 @@ public java.lang.String getName(); The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#name IssueLabel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#name IssueLabel#name} --- @@ -1079,7 +1079,7 @@ public java.lang.String getRepository(); The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#repository IssueLabel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#repository IssueLabel#repository} --- @@ -1093,7 +1093,7 @@ public java.lang.String getDescription(); A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#description IssueLabel#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#description IssueLabel#description} --- @@ -1105,7 +1105,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/issueLabel.python.md b/docs/issueLabel.python.md index f36e5c5b5..d7aa9f525 100644 --- a/docs/issueLabel.python.md +++ b/docs/issueLabel.python.md @@ -4,7 +4,7 @@ ### IssueLabel -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label github_issue_label}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label github_issue_label}. #### Initializers @@ -44,7 +44,7 @@ issueLabel.IssueLabel( | name | str | The name of the label. | | repository | str | The GitHub repository. | | description | str | A short description of the label. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#color IssueLabel#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#color IssueLabel#color} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#name IssueLabel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#name IssueLabel#name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#repository IssueLabel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#repository IssueLabel#repository} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#description IssueLabel#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#description IssueLabel#description} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 IssueLabel to import. The id of the existing IssueLabel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use --- @@ -1007,7 +1007,7 @@ issueLabel.IssueLabelConfig( | name | str | The name of the label. | | repository | str | The GitHub repository. | | description | str | A short description of the label. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. | --- @@ -1091,7 +1091,7 @@ color: str A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#color IssueLabel#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#color IssueLabel#color} --- @@ -1105,7 +1105,7 @@ name: str The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#name IssueLabel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#name IssueLabel#name} --- @@ -1119,7 +1119,7 @@ repository: str The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#repository IssueLabel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#repository IssueLabel#repository} --- @@ -1133,7 +1133,7 @@ description: str A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#description IssueLabel#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#description IssueLabel#description} --- @@ -1145,7 +1145,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/issueLabel.typescript.md b/docs/issueLabel.typescript.md index 85de28561..46ee9d3e4 100644 --- a/docs/issueLabel.typescript.md +++ b/docs/issueLabel.typescript.md @@ -4,7 +4,7 @@ ### IssueLabel -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label github_issue_label}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label github_issue_label}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the IssueLabel to import. The id of the existing IssueLabel that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use --- @@ -833,7 +833,7 @@ const issueLabelConfig: issueLabel.IssueLabelConfig = { ... } | name | string | The name of the label. | | repository | string | The GitHub repository. | | description | string | A short description of the label. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. | --- @@ -917,7 +917,7 @@ public readonly color: string; A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#color IssueLabel#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#color IssueLabel#color} --- @@ -931,7 +931,7 @@ public readonly name: string; The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#name IssueLabel#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#name IssueLabel#name} --- @@ -945,7 +945,7 @@ public readonly repository: string; The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#repository IssueLabel#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#repository IssueLabel#repository} --- @@ -959,7 +959,7 @@ public readonly description: string; A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#description IssueLabel#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#description IssueLabel#description} --- @@ -971,7 +971,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/issueLabels.csharp.md b/docs/issueLabels.csharp.md index 552c0f1c5..3de5a0687 100644 --- a/docs/issueLabels.csharp.md +++ b/docs/issueLabels.csharp.md @@ -4,7 +4,7 @@ ### IssueLabels -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels github_issue_labels}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels github_issue_labels}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the IssueLabels to import. The id of the existing IssueLabels that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use --- @@ -788,7 +788,7 @@ new IssueLabelsConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Repository | string | The GitHub repository. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. | | Label | object | label block. | --- @@ -873,7 +873,7 @@ public string Repository { get; set; } The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#repository IssueLabels#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#repository IssueLabels#repository} --- @@ -885,7 +885,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public object Label { get; set; } label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#label IssueLabels#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#label IssueLabels#label} --- @@ -940,7 +940,7 @@ public string Color { get; set; } A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#color IssueLabels#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#color IssueLabels#color} --- @@ -954,7 +954,7 @@ public string Name { get; set; } The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#name IssueLabels#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#name IssueLabels#name} --- @@ -968,7 +968,7 @@ public string Description { get; set; } A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#description IssueLabels#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#description IssueLabels#description} --- diff --git a/docs/issueLabels.go.md b/docs/issueLabels.go.md index fdc1884c0..765c85ae4 100644 --- a/docs/issueLabels.go.md +++ b/docs/issueLabels.go.md @@ -4,12 +4,12 @@ ### IssueLabels -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels github_issue_labels}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels github_issue_labels}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabels" issuelabels.NewIssueLabels(scope Construct, id *string, config IssueLabelsConfig) IssueLabels ``` @@ -405,7 +405,7 @@ func ResetLabel() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabels" issuelabels.IssueLabels_IsConstruct(x interface{}) *bool ``` @@ -437,7 +437,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabels" issuelabels.IssueLabels_IsTerraformElement(x interface{}) *bool ``` @@ -451,7 +451,7 @@ issuelabels.IssueLabels_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabels" issuelabels.IssueLabels_IsTerraformResource(x interface{}) *bool ``` @@ -465,7 +465,7 @@ issuelabels.IssueLabels_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabels" issuelabels.IssueLabels_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -494,7 +494,7 @@ The construct id used in the generated config for the IssueLabels to import. The id of the existing IssueLabels that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use --- @@ -760,7 +760,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabels" &issuelabels.IssueLabelsConfig { Connection: interface{}, @@ -788,7 +788,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabels" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Repository | *string | The GitHub repository. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. | | Label | interface{} | label block. | --- @@ -873,7 +873,7 @@ Repository *string The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#repository IssueLabels#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#repository IssueLabels#repository} --- @@ -885,7 +885,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Label interface{} label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#label IssueLabels#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#label IssueLabels#label} --- @@ -911,7 +911,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabels" &issuelabels.IssueLabelsLabel { Color: *string, @@ -940,7 +940,7 @@ Color *string A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#color IssueLabels#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#color IssueLabels#color} --- @@ -954,7 +954,7 @@ Name *string The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#name IssueLabels#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#name IssueLabels#name} --- @@ -968,7 +968,7 @@ Description *string A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#description IssueLabels#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#description IssueLabels#description} --- @@ -979,7 +979,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabels" issuelabels.NewIssueLabelsLabelList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) IssueLabelsLabelList ``` @@ -1139,7 +1139,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/issuelabels" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/issuelabels" issuelabels.NewIssueLabelsLabelOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) IssueLabelsLabelOutputReference ``` diff --git a/docs/issueLabels.java.md b/docs/issueLabels.java.md index f93066e76..859388ffd 100644 --- a/docs/issueLabels.java.md +++ b/docs/issueLabels.java.md @@ -4,7 +4,7 @@ ### IssueLabels -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels github_issue_labels}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels github_issue_labels}. #### Initializers @@ -42,7 +42,7 @@ IssueLabels.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | repository | java.lang.String | The GitHub repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. | | label | com.hashicorp.cdktf.IResolvable OR java.util.List<IssueLabelsLabel> | label block. | --- @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#repository IssueLabels#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#repository IssueLabels#repository} --- @@ -121,7 +121,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -134,7 +134,7 @@ If you experience problems setting this value it might not be settable. Please t label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#label IssueLabels#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#label IssueLabels#label} --- @@ -588,7 +588,7 @@ The construct id used in the generated config for the IssueLabels to import. The id of the existing IssueLabels that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use --- @@ -887,7 +887,7 @@ IssueLabelsConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | repository | java.lang.String | The GitHub repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. | | label | com.hashicorp.cdktf.IResolvable OR java.util.List<IssueLabelsLabel> | label block. | --- @@ -972,7 +972,7 @@ public java.lang.String getRepository(); The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#repository IssueLabels#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#repository IssueLabels#repository} --- @@ -984,7 +984,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1001,7 +1001,7 @@ public java.lang.Object getLabel(); label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#label IssueLabels#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#label IssueLabels#label} --- @@ -1039,7 +1039,7 @@ public java.lang.String getColor(); A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#color IssueLabels#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#color IssueLabels#color} --- @@ -1053,7 +1053,7 @@ public java.lang.String getName(); The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#name IssueLabels#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#name IssueLabels#name} --- @@ -1067,7 +1067,7 @@ public java.lang.String getDescription(); A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#description IssueLabels#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#description IssueLabels#description} --- diff --git a/docs/issueLabels.python.md b/docs/issueLabels.python.md index 64d641aa4..9a85ea333 100644 --- a/docs/issueLabels.python.md +++ b/docs/issueLabels.python.md @@ -4,7 +4,7 @@ ### IssueLabels -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels github_issue_labels}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels github_issue_labels}. #### Initializers @@ -39,7 +39,7 @@ issueLabels.IssueLabels( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | repository | str | The GitHub repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. | | label | typing.Union[cdktf.IResolvable, typing.List[IssueLabelsLabel]] | label block. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#repository IssueLabels#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#repository IssueLabels#repository} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#label IssueLabels#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#label IssueLabels#label} --- @@ -633,7 +633,7 @@ The construct id used in the generated config for the IssueLabels to import. The id of the existing IssueLabels that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use --- @@ -927,7 +927,7 @@ issueLabels.IssueLabelsConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | repository | str | The GitHub repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. | | label | typing.Union[cdktf.IResolvable, typing.List[IssueLabelsLabel]] | label block. | --- @@ -1012,7 +1012,7 @@ repository: str The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#repository IssueLabels#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#repository IssueLabels#repository} --- @@ -1024,7 +1024,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1041,7 +1041,7 @@ label: typing.Union[IResolvable, typing.List[IssueLabelsLabel]] label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#label IssueLabels#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#label IssueLabels#label} --- @@ -1079,7 +1079,7 @@ color: str A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#color IssueLabels#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#color IssueLabels#color} --- @@ -1093,7 +1093,7 @@ name: str The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#name IssueLabels#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#name IssueLabels#name} --- @@ -1107,7 +1107,7 @@ description: str A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#description IssueLabels#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#description IssueLabels#description} --- diff --git a/docs/issueLabels.typescript.md b/docs/issueLabels.typescript.md index 937d3945d..c1afea0f0 100644 --- a/docs/issueLabels.typescript.md +++ b/docs/issueLabels.typescript.md @@ -4,7 +4,7 @@ ### IssueLabels -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels github_issue_labels}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels github_issue_labels}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the IssueLabels to import. The id of the existing IssueLabels that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use --- @@ -777,7 +777,7 @@ const issueLabelsConfig: issueLabels.IssueLabelsConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | repository | string | The GitHub repository. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. | | label | cdktf.IResolvable \| IssueLabelsLabel[] | label block. | --- @@ -862,7 +862,7 @@ public readonly repository: string; The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#repository IssueLabels#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#repository IssueLabels#repository} --- @@ -874,7 +874,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -891,7 +891,7 @@ public readonly label: IResolvable | IssueLabelsLabel[]; label block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#label IssueLabels#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#label IssueLabels#label} --- @@ -925,7 +925,7 @@ public readonly color: string; A 6 character hex code, without the leading '#', identifying the color of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#color IssueLabels#color} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#color IssueLabels#color} --- @@ -939,7 +939,7 @@ public readonly name: string; The name of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#name IssueLabels#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#name IssueLabels#name} --- @@ -953,7 +953,7 @@ public readonly description: string; A short description of the label. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#description IssueLabels#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#description IssueLabels#description} --- diff --git a/docs/membership.csharp.md b/docs/membership.csharp.md index 6b59ac91d..5d3b1a7df 100644 --- a/docs/membership.csharp.md +++ b/docs/membership.csharp.md @@ -4,7 +4,7 @@ ### Membership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership github_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership github_membership}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Membership to import. The id of the existing Membership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use --- @@ -817,7 +817,7 @@ new MembershipConfig { | Provisioners | object[] | *No description.* | | Username | string | The user to add to the organization. | | DowngradeOnDestroy | object | Instead of removing the member from the org, you can choose to downgrade their membership to 'member' when this resource is destroyed. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. | | Role | string | The role of the user within the organization. Must be one of 'member' or 'admin'. | --- @@ -902,7 +902,7 @@ public string Username { get; set; } The user to add to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#username Membership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#username Membership#username} --- @@ -918,7 +918,7 @@ Instead of removing the member from the org, you can choose to downgrade their m This is useful when wanting to downgrade admins while keeping them in the organization -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} --- @@ -930,7 +930,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -947,7 +947,7 @@ public string Role { get; set; } The role of the user within the organization. Must be one of 'member' or 'admin'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#role Membership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#role Membership#role} --- diff --git a/docs/membership.go.md b/docs/membership.go.md index c88f5aafb..d54bb5411 100644 --- a/docs/membership.go.md +++ b/docs/membership.go.md @@ -4,12 +4,12 @@ ### Membership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership github_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership github_membership}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/membership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/membership" membership.NewMembership(scope Construct, id *string, config MembershipConfig) Membership ``` @@ -399,7 +399,7 @@ func ResetRole() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/membership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/membership" membership.Membership_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/membership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/membership" membership.Membership_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ membership.Membership_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/membership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/membership" membership.Membership_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ membership.Membership_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/membership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/membership" membership.Membership_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -488,7 +488,7 @@ The construct id used in the generated config for the Membership to import. The id of the existing Membership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use --- @@ -787,7 +787,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/membership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/membership" &membership.MembershipConfig { Connection: interface{}, @@ -817,7 +817,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/membership" | Provisioners | *[]interface{} | *No description.* | | Username | *string | The user to add to the organization. | | DowngradeOnDestroy | interface{} | Instead of removing the member from the org, you can choose to downgrade their membership to 'member' when this resource is destroyed. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. | | Role | *string | The role of the user within the organization. Must be one of 'member' or 'admin'. | --- @@ -902,7 +902,7 @@ Username *string The user to add to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#username Membership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#username Membership#username} --- @@ -918,7 +918,7 @@ Instead of removing the member from the org, you can choose to downgrade their m This is useful when wanting to downgrade admins while keeping them in the organization -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} --- @@ -930,7 +930,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -947,7 +947,7 @@ Role *string The role of the user within the organization. Must be one of 'member' or 'admin'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#role Membership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#role Membership#role} --- diff --git a/docs/membership.java.md b/docs/membership.java.md index 8bf04df68..d695439ce 100644 --- a/docs/membership.java.md +++ b/docs/membership.java.md @@ -4,7 +4,7 @@ ### Membership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership github_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership github_membership}. #### Initializers @@ -44,7 +44,7 @@ Membership.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | username | java.lang.String | The user to add to the organization. | | downgradeOnDestroy | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Instead of removing the member from the org, you can choose to downgrade their membership to 'member' when this resource is destroyed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. | | role | java.lang.String | The role of the user within the organization. Must be one of 'member' or 'admin'. | --- @@ -115,7 +115,7 @@ Must be unique amongst siblings in the same scope The user to add to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#username Membership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#username Membership#username} --- @@ -127,7 +127,7 @@ Instead of removing the member from the org, you can choose to downgrade their m This is useful when wanting to downgrade admins while keeping them in the organization -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 role of the user within the organization. Must be one of 'member' or 'admin'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#role Membership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#role Membership#role} --- @@ -596,7 +596,7 @@ The construct id used in the generated config for the Membership to import. The id of the existing Membership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use --- @@ -930,7 +930,7 @@ MembershipConfig.builder() | provisioners | java.util.List | *No description.* | | username | java.lang.String | The user to add to the organization. | | downgradeOnDestroy | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Instead of removing the member from the org, you can choose to downgrade their membership to 'member' when this resource is destroyed. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. | | role | java.lang.String | The role of the user within the organization. Must be one of 'member' or 'admin'. | --- @@ -1015,7 +1015,7 @@ public java.lang.String getUsername(); The user to add to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#username Membership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#username Membership#username} --- @@ -1031,7 +1031,7 @@ Instead of removing the member from the org, you can choose to downgrade their m This is useful when wanting to downgrade admins while keeping them in the organization -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} --- @@ -1043,7 +1043,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1060,7 +1060,7 @@ public java.lang.String getRole(); The role of the user within the organization. Must be one of 'member' or 'admin'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#role Membership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#role Membership#role} --- diff --git a/docs/membership.python.md b/docs/membership.python.md index 8168e6965..952df8f8d 100644 --- a/docs/membership.python.md +++ b/docs/membership.python.md @@ -4,7 +4,7 @@ ### Membership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership github_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership github_membership}. #### Initializers @@ -41,7 +41,7 @@ membership.Membership( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | username | str | The user to add to the organization. | | downgrade_on_destroy | typing.Union[bool, cdktf.IResolvable] | Instead of removing the member from the org, you can choose to downgrade their membership to 'member' when this resource is destroyed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. | | role | str | The role of the user within the organization. Must be one of 'member' or 'admin'. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The user to add to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#username Membership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#username Membership#username} --- @@ -124,7 +124,7 @@ Instead of removing the member from the org, you can choose to downgrade their m This is useful when wanting to downgrade admins while keeping them in the organization -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 role of the user within the organization. Must be one of 'member' or 'admin'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#role Membership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#role Membership#role} --- @@ -639,7 +639,7 @@ The construct id used in the generated config for the Membership to import. The id of the existing Membership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,7 @@ membership.MembershipConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | username | str | The user to add to the organization. | | downgrade_on_destroy | typing.Union[bool, cdktf.IResolvable] | Instead of removing the member from the org, you can choose to downgrade their membership to 'member' when this resource is destroyed. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. | | role | str | The role of the user within the organization. Must be one of 'member' or 'admin'. | --- @@ -1053,7 +1053,7 @@ username: str The user to add to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#username Membership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#username Membership#username} --- @@ -1069,7 +1069,7 @@ Instead of removing the member from the org, you can choose to downgrade their m This is useful when wanting to downgrade admins while keeping them in the organization -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} --- @@ -1081,7 +1081,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ role: str The role of the user within the organization. Must be one of 'member' or 'admin'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#role Membership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#role Membership#role} --- diff --git a/docs/membership.typescript.md b/docs/membership.typescript.md index 01df40b0e..4b911efb1 100644 --- a/docs/membership.typescript.md +++ b/docs/membership.typescript.md @@ -4,7 +4,7 @@ ### Membership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership github_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership github_membership}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the Membership to import. The id of the existing Membership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use --- @@ -805,7 +805,7 @@ const membershipConfig: membership.MembershipConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | username | string | The user to add to the organization. | | downgradeOnDestroy | boolean \| cdktf.IResolvable | Instead of removing the member from the org, you can choose to downgrade their membership to 'member' when this resource is destroyed. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. | | role | string | The role of the user within the organization. Must be one of 'member' or 'admin'. | --- @@ -890,7 +890,7 @@ public readonly username: string; The user to add to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#username Membership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#username Membership#username} --- @@ -906,7 +906,7 @@ Instead of removing the member from the org, you can choose to downgrade their m This is useful when wanting to downgrade admins while keeping them in the organization -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} --- @@ -918,7 +918,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -935,7 +935,7 @@ public readonly role: string; The role of the user within the organization. Must be one of 'member' or 'admin'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#role Membership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#role Membership#role} --- diff --git a/docs/organizationBlock.csharp.md b/docs/organizationBlock.csharp.md index 4e022500c..651429f1c 100644 --- a/docs/organizationBlock.csharp.md +++ b/docs/organizationBlock.csharp.md @@ -4,7 +4,7 @@ ### OrganizationBlock -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block github_organization_block}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block github_organization_block}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OrganizationBlock to impor The id of the existing OrganizationBlock that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use --- @@ -756,7 +756,7 @@ new OrganizationBlockConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Username | string | The name of the user to block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. | --- @@ -840,7 +840,7 @@ public string Username { get; set; } The name of the user to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#username OrganizationBlock#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#username OrganizationBlock#username} --- @@ -852,7 +852,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationBlock.go.md b/docs/organizationBlock.go.md index 9e5c03045..a12f153af 100644 --- a/docs/organizationBlock.go.md +++ b/docs/organizationBlock.go.md @@ -4,12 +4,12 @@ ### OrganizationBlock -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block github_organization_block}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block github_organization_block}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationblock" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationblock" organizationblock.NewOrganizationBlock(scope Construct, id *string, config OrganizationBlockConfig) OrganizationBlock ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationblock" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationblock" organizationblock.OrganizationBlock_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationblock" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationblock" organizationblock.OrganizationBlock_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ organizationblock.OrganizationBlock_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationblock" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationblock" organizationblock.OrganizationBlock_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ organizationblock.OrganizationBlock_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationblock" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationblock" organizationblock.OrganizationBlock_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the OrganizationBlock to impor The id of the existing OrganizationBlock that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use --- @@ -729,7 +729,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationblock" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationblock" &organizationblock.OrganizationBlockConfig { Connection: interface{}, @@ -756,7 +756,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationblock" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Username | *string | The name of the user to block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. | --- @@ -840,7 +840,7 @@ Username *string The name of the user to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#username OrganizationBlock#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#username OrganizationBlock#username} --- @@ -852,7 +852,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationBlock.java.md b/docs/organizationBlock.java.md index f7ffcb896..da5dfc050 100644 --- a/docs/organizationBlock.java.md +++ b/docs/organizationBlock.java.md @@ -4,7 +4,7 @@ ### OrganizationBlock -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block github_organization_block}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block github_organization_block}. #### Initializers @@ -40,7 +40,7 @@ OrganizationBlock.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | username | java.lang.String | The name of the user to block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The name of the user to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#username OrganizationBlock#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#username OrganizationBlock#username} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -555,7 +555,7 @@ The construct id used in the generated config for the OrganizationBlock to impor The id of the existing OrganizationBlock that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use --- @@ -841,7 +841,7 @@ OrganizationBlockConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | username | java.lang.String | The name of the user to block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. | --- @@ -925,7 +925,7 @@ public java.lang.String getUsername(); The name of the user to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#username OrganizationBlock#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#username OrganizationBlock#username} --- @@ -937,7 +937,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationBlock.python.md b/docs/organizationBlock.python.md index 3761aae5f..fd07dcc4e 100644 --- a/docs/organizationBlock.python.md +++ b/docs/organizationBlock.python.md @@ -4,7 +4,7 @@ ### OrganizationBlock -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block github_organization_block}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block github_organization_block}. #### Initializers @@ -38,7 +38,7 @@ organizationBlock.OrganizationBlock( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | username | str | The name of the user to block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The name of the user to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#username OrganizationBlock#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#username OrganizationBlock#username} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 OrganizationBlock to impor The id of the existing OrganizationBlock that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use --- @@ -881,7 +881,7 @@ organizationBlock.OrganizationBlockConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | username | str | The name of the user to block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. | --- @@ -965,7 +965,7 @@ username: str The name of the user to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#username OrganizationBlock#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#username OrganizationBlock#username} --- @@ -977,7 +977,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationBlock.typescript.md b/docs/organizationBlock.typescript.md index a2ceb530a..14d07fba2 100644 --- a/docs/organizationBlock.typescript.md +++ b/docs/organizationBlock.typescript.md @@ -4,7 +4,7 @@ ### OrganizationBlock -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block github_organization_block}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block github_organization_block}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OrganizationBlock to impor The id of the existing OrganizationBlock that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use --- @@ -746,7 +746,7 @@ const organizationBlockConfig: organizationBlock.OrganizationBlockConfig = { ... | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | username | string | The name of the user to block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. | --- @@ -830,7 +830,7 @@ public readonly username: string; The name of the user to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#username OrganizationBlock#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#username OrganizationBlock#username} --- @@ -842,7 +842,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationCustomRole.csharp.md b/docs/organizationCustomRole.csharp.md index 72a6a7f91..b758c336a 100644 --- a/docs/organizationCustomRole.csharp.md +++ b/docs/organizationCustomRole.csharp.md @@ -4,7 +4,7 @@ ### OrganizationCustomRole -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role github_organization_custom_role}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role github_organization_custom_role}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationCustomRole to The id of the existing OrganizationCustomRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use --- @@ -824,7 +824,7 @@ new OrganizationCustomRoleConfig { | Name | string | The organization custom repository role to create. | | Permissions | string[] | The permissions for the custom repository role. | | Description | string | The description of the custom repository role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | --- @@ -908,7 +908,7 @@ public string BaseRole { get; set; } The base role for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} --- @@ -922,7 +922,7 @@ public string Name { get; set; } The organization custom repository role to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} --- @@ -936,7 +936,7 @@ public string[] Permissions { get; set; } The permissions for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} --- @@ -950,7 +950,7 @@ public string Description { get; set; } The description of the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} --- @@ -962,7 +962,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationCustomRole.go.md b/docs/organizationCustomRole.go.md index 1c04b47e8..2979d1514 100644 --- a/docs/organizationCustomRole.go.md +++ b/docs/organizationCustomRole.go.md @@ -4,12 +4,12 @@ ### OrganizationCustomRole -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role github_organization_custom_role}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role github_organization_custom_role}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationcustomrole" organizationcustomrole.NewOrganizationCustomRole(scope Construct, id *string, config OrganizationCustomRoleConfig) OrganizationCustomRole ``` @@ -392,7 +392,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationcustomrole" organizationcustomrole.OrganizationCustomRole_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationcustomrole" organizationcustomrole.OrganizationCustomRole_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ organizationcustomrole.OrganizationCustomRole_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationcustomrole" organizationcustomrole.OrganizationCustomRole_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ organizationcustomrole.OrganizationCustomRole_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationcustomrole" organizationcustomrole.OrganizationCustomRole_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationCustomRole to The id of the existing OrganizationCustomRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use --- @@ -791,7 +791,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationcustomrole" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationcustomrole" &organizationcustomrole.OrganizationCustomRoleConfig { Connection: interface{}, @@ -824,7 +824,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationcustomr | Name | *string | The organization custom repository role to create. | | Permissions | *[]*string | The permissions for the custom repository role. | | Description | *string | The description of the custom repository role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | --- @@ -908,7 +908,7 @@ BaseRole *string The base role for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} --- @@ -922,7 +922,7 @@ Name *string The organization custom repository role to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} --- @@ -936,7 +936,7 @@ Permissions *[]*string The permissions for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} --- @@ -950,7 +950,7 @@ Description *string The description of the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} --- @@ -962,7 +962,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationCustomRole.java.md b/docs/organizationCustomRole.java.md index 3d4ea79c8..b8e8bfc07 100644 --- a/docs/organizationCustomRole.java.md +++ b/docs/organizationCustomRole.java.md @@ -4,7 +4,7 @@ ### OrganizationCustomRole -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role github_organization_custom_role}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role github_organization_custom_role}. #### Initializers @@ -46,7 +46,7 @@ OrganizationCustomRole.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The organization custom repository role to create. | | permissions | java.util.List | The permissions for the custom repository role. | | description | java.lang.String | The description of the custom repository role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The base role for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The organization custom repository role to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The permissions for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The description of the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 OrganizationCustomRole to The id of the existing OrganizationCustomRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use --- @@ -945,7 +945,7 @@ OrganizationCustomRoleConfig.builder() | name | java.lang.String | The organization custom repository role to create. | | permissions | java.util.List | The permissions for the custom repository role. | | description | java.lang.String | The description of the custom repository role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | --- @@ -1029,7 +1029,7 @@ public java.lang.String getBaseRole(); The base role for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} --- @@ -1043,7 +1043,7 @@ public java.lang.String getName(); The organization custom repository role to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} --- @@ -1057,7 +1057,7 @@ public java.util.List getPermissions(); The permissions for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} --- @@ -1071,7 +1071,7 @@ public java.lang.String getDescription(); The description of the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} --- @@ -1083,7 +1083,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationCustomRole.python.md b/docs/organizationCustomRole.python.md index 318ad1e38..6af2e9867 100644 --- a/docs/organizationCustomRole.python.md +++ b/docs/organizationCustomRole.python.md @@ -4,7 +4,7 @@ ### OrganizationCustomRole -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role github_organization_custom_role}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role github_organization_custom_role}. #### Initializers @@ -44,7 +44,7 @@ organizationCustomRole.OrganizationCustomRole( | name | str | The organization custom repository role to create. | | permissions | typing.List[str] | The permissions for the custom repository role. | | description | str | The description of the custom repository role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The base role for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The organization custom repository role to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The permissions for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The description of the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 OrganizationCustomRole to The id of the existing OrganizationCustomRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use --- @@ -985,7 +985,7 @@ organizationCustomRole.OrganizationCustomRoleConfig( | name | str | The organization custom repository role to create. | | permissions | typing.List[str] | The permissions for the custom repository role. | | description | str | The description of the custom repository role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | --- @@ -1069,7 +1069,7 @@ base_role: str The base role for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} --- @@ -1083,7 +1083,7 @@ name: str The organization custom repository role to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} --- @@ -1097,7 +1097,7 @@ permissions: typing.List[str] The permissions for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} --- @@ -1111,7 +1111,7 @@ description: str The description of the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} --- @@ -1123,7 +1123,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationCustomRole.typescript.md b/docs/organizationCustomRole.typescript.md index 9c948361a..ba45cebc1 100644 --- a/docs/organizationCustomRole.typescript.md +++ b/docs/organizationCustomRole.typescript.md @@ -4,7 +4,7 @@ ### OrganizationCustomRole -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role github_organization_custom_role}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role github_organization_custom_role}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationCustomRole to The id of the existing OrganizationCustomRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use --- @@ -811,7 +811,7 @@ const organizationCustomRoleConfig: organizationCustomRole.OrganizationCustomRol | name | string | The organization custom repository role to create. | | permissions | string[] | The permissions for the custom repository role. | | description | string | The description of the custom repository role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. | --- @@ -895,7 +895,7 @@ public readonly baseRole: string; The base role for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} --- @@ -909,7 +909,7 @@ public readonly name: string; The organization custom repository role to create. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} --- @@ -923,7 +923,7 @@ public readonly permissions: string[]; The permissions for the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} --- @@ -937,7 +937,7 @@ public readonly description: string; The description of the custom repository role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} --- @@ -949,7 +949,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationProject.csharp.md b/docs/organizationProject.csharp.md index 6fc77725a..4aaf223c3 100644 --- a/docs/organizationProject.csharp.md +++ b/docs/organizationProject.csharp.md @@ -4,7 +4,7 @@ ### OrganizationProject -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project github_organization_project}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project github_organization_project}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationProject to imp The id of the existing OrganizationProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use --- @@ -798,7 +798,7 @@ new OrganizationProjectConfig { | Provisioners | object[] | *No description.* | | Name | string | The name of the project. | | Body | string | The body of the project. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. | --- @@ -882,7 +882,7 @@ public string Name { get; set; } The name of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#name OrganizationProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#name OrganizationProject#name} --- @@ -896,7 +896,7 @@ public string Body { get; set; } The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#body OrganizationProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#body OrganizationProject#body} --- @@ -908,7 +908,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationProject.go.md b/docs/organizationProject.go.md index 6104acc7b..c1b1e3b0c 100644 --- a/docs/organizationProject.go.md +++ b/docs/organizationProject.go.md @@ -4,12 +4,12 @@ ### OrganizationProject -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project github_organization_project}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project github_organization_project}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationproject" organizationproject.NewOrganizationProject(scope Construct, id *string, config OrganizationProjectConfig) OrganizationProject ``` @@ -392,7 +392,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationproject" organizationproject.OrganizationProject_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationproject" organizationproject.OrganizationProject_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ organizationproject.OrganizationProject_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationproject" organizationproject.OrganizationProject_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ organizationproject.OrganizationProject_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationproject" organizationproject.OrganizationProject_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationProject to imp The id of the existing OrganizationProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationproject" &organizationproject.OrganizationProjectConfig { Connection: interface{}, @@ -798,7 +798,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationproject | Provisioners | *[]interface{} | *No description.* | | Name | *string | The name of the project. | | Body | *string | The body of the project. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. | --- @@ -882,7 +882,7 @@ Name *string The name of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#name OrganizationProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#name OrganizationProject#name} --- @@ -896,7 +896,7 @@ Body *string The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#body OrganizationProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#body OrganizationProject#body} --- @@ -908,7 +908,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationProject.java.md b/docs/organizationProject.java.md index a8d102046..db9979e26 100644 --- a/docs/organizationProject.java.md +++ b/docs/organizationProject.java.md @@ -4,7 +4,7 @@ ### OrganizationProject -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project github_organization_project}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project github_organization_project}. #### Initializers @@ -42,7 +42,7 @@ OrganizationProject.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the project. | | body | java.lang.String | The body of the project. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. | --- @@ -112,7 +112,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/integrations/github/5.45.0/docs/resources/organization_project#name OrganizationProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#name OrganizationProject#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#body OrganizationProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#body OrganizationProject#body} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -574,7 +574,7 @@ The construct id used in the generated config for the OrganizationProject to imp The id of the existing OrganizationProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use --- @@ -895,7 +895,7 @@ OrganizationProjectConfig.builder() | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the project. | | body | java.lang.String | The body of the project. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. | --- @@ -979,7 +979,7 @@ public java.lang.String getName(); The name of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#name OrganizationProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#name OrganizationProject#name} --- @@ -993,7 +993,7 @@ public java.lang.String getBody(); The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#body OrganizationProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#body OrganizationProject#body} --- @@ -1005,7 +1005,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationProject.python.md b/docs/organizationProject.python.md index 531aed02a..e3c10ffad 100644 --- a/docs/organizationProject.python.md +++ b/docs/organizationProject.python.md @@ -4,7 +4,7 @@ ### OrganizationProject -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project github_organization_project}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project github_organization_project}. #### Initializers @@ -40,7 +40,7 @@ organizationProject.OrganizationProject( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the project. | | body | str | The body of the project. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. | --- @@ -110,7 +110,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/integrations/github/5.45.0/docs/resources/organization_project#name OrganizationProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#name OrganizationProject#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#body OrganizationProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#body OrganizationProject#body} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -618,7 +618,7 @@ The construct id used in the generated config for the OrganizationProject to imp The id of the existing OrganizationProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use --- @@ -935,7 +935,7 @@ organizationProject.OrganizationProjectConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the project. | | body | str | The body of the project. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. | --- @@ -1019,7 +1019,7 @@ name: str The name of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#name OrganizationProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#name OrganizationProject#name} --- @@ -1033,7 +1033,7 @@ body: str The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#body OrganizationProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#body OrganizationProject#body} --- @@ -1045,7 +1045,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationProject.typescript.md b/docs/organizationProject.typescript.md index 0916d55d1..11242b30a 100644 --- a/docs/organizationProject.typescript.md +++ b/docs/organizationProject.typescript.md @@ -4,7 +4,7 @@ ### OrganizationProject -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project github_organization_project}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project github_organization_project}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the OrganizationProject to imp The id of the existing OrganizationProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use --- @@ -787,7 +787,7 @@ const organizationProjectConfig: organizationProject.OrganizationProjectConfig = | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The name of the project. | | body | string | The body of the project. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. | --- @@ -871,7 +871,7 @@ public readonly name: string; The name of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#name OrganizationProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#name OrganizationProject#name} --- @@ -885,7 +885,7 @@ public readonly body: string; The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#body OrganizationProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#body OrganizationProject#body} --- @@ -897,7 +897,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationRuleset.csharp.md b/docs/organizationRuleset.csharp.md index 9162a428c..dd51cce26 100644 --- a/docs/organizationRuleset.csharp.md +++ b/docs/organizationRuleset.csharp.md @@ -4,7 +4,7 @@ ### OrganizationRuleset -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset github_organization_ruleset}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset github_organization_ruleset}. #### Initializers @@ -527,7 +527,7 @@ The construct id used in the generated config for the OrganizationRuleset to imp The id of the existing OrganizationRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use --- @@ -945,7 +945,7 @@ The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} --- @@ -959,7 +959,7 @@ public string ActorType { get; set; } The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} --- @@ -975,7 +975,7 @@ When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} --- @@ -1013,7 +1013,7 @@ public OrganizationRulesetConditionsRefName RefName { get; set; } ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} --- @@ -1027,7 +1027,7 @@ public double[] RepositoryId { get; set; } The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -1041,7 +1041,7 @@ public OrganizationRulesetConditionsRepositoryName RepositoryName { get; set; } repository_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} --- @@ -1077,7 +1077,7 @@ public string[] Exclude { get; set; } Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -1093,7 +1093,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -1131,7 +1131,7 @@ public string[] Exclude { get; set; } Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -1147,7 +1147,7 @@ Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -1161,7 +1161,7 @@ public object Protected { get; set; } Whether renaming of target repositories is prevented. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} --- @@ -1207,7 +1207,7 @@ new OrganizationRulesetConfig { | Target | string | Possible values are `branch` and `tag`. | | BypassActors | object | bypass_actors block. | | Conditions | OrganizationRulesetConditions | conditions block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | --- @@ -1291,7 +1291,7 @@ public string Enforcement { get; set; } Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} --- @@ -1305,7 +1305,7 @@ public string Name { get; set; } The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1319,7 +1319,7 @@ public OrganizationRulesetRules Rules { get; set; } rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} --- @@ -1333,7 +1333,7 @@ public string Target { get; set; } Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} --- @@ -1347,7 +1347,7 @@ public object BypassActors { get; set; } bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} --- @@ -1361,7 +1361,7 @@ public OrganizationRulesetConditions Conditions { get; set; } conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} --- @@ -1373,7 +1373,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1436,7 +1436,7 @@ public OrganizationRulesetRulesBranchNamePattern BranchNamePattern { get; set; } branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} --- @@ -1450,7 +1450,7 @@ public OrganizationRulesetRulesCommitAuthorEmailPattern CommitAuthorEmailPattern commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} --- @@ -1464,7 +1464,7 @@ public OrganizationRulesetRulesCommitMessagePattern CommitMessagePattern { get; commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} --- @@ -1478,7 +1478,7 @@ public OrganizationRulesetRulesCommitterEmailPattern CommitterEmailPattern { get committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} --- @@ -1492,7 +1492,7 @@ public object Creation { get; set; } Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} --- @@ -1506,7 +1506,7 @@ public object Deletion { get; set; } Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} --- @@ -1520,7 +1520,7 @@ public object NonFastForward { get; set; } Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} --- @@ -1534,7 +1534,7 @@ public OrganizationRulesetRulesPullRequest PullRequest { get; set; } pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} --- @@ -1548,7 +1548,7 @@ public object RequiredLinearHistory { get; set; } Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} --- @@ -1562,7 +1562,7 @@ public object RequiredSignatures { get; set; } Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} --- @@ -1576,7 +1576,7 @@ public OrganizationRulesetRulesRequiredStatusChecks RequiredStatusChecks { get; required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} --- @@ -1590,7 +1590,7 @@ public OrganizationRulesetRulesRequiredWorkflows RequiredWorkflows { get; set; } required_workflows block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} --- @@ -1604,7 +1604,7 @@ public OrganizationRulesetRulesTagNamePattern TagNamePattern { get; set; } tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} --- @@ -1618,7 +1618,7 @@ public object Update { get; set; } Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} --- @@ -1658,7 +1658,7 @@ public string Operator { get; set; } The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1672,7 +1672,7 @@ public string Pattern { get; set; } The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1686,7 +1686,7 @@ public string Name { get; set; } How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1700,7 +1700,7 @@ public object Negate { get; set; } If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1740,7 +1740,7 @@ public string Operator { get; set; } The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1754,7 +1754,7 @@ public string Pattern { get; set; } The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1768,7 +1768,7 @@ public string Name { get; set; } How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1782,7 +1782,7 @@ public object Negate { get; set; } If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1822,7 +1822,7 @@ public string Operator { get; set; } The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1836,7 +1836,7 @@ public string Pattern { get; set; } The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1850,7 +1850,7 @@ public string Name { get; set; } How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1864,7 +1864,7 @@ public object Negate { get; set; } If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1904,7 +1904,7 @@ public string Operator { get; set; } The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1918,7 +1918,7 @@ public string Pattern { get; set; } The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1932,7 +1932,7 @@ public string Name { get; set; } How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1946,7 +1946,7 @@ public object Negate { get; set; } If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1988,7 +1988,7 @@ public object DismissStaleReviewsOnPush { get; set; } New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} --- @@ -2002,7 +2002,7 @@ public object RequireCodeOwnerReview { get; set; } Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} --- @@ -2016,7 +2016,7 @@ public double RequiredApprovingReviewCount { get; set; } The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} --- @@ -2030,7 +2030,7 @@ public object RequiredReviewThreadResolution { get; set; } All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} --- @@ -2046,7 +2046,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} --- @@ -2082,7 +2082,7 @@ public object RequiredCheck { get; set; } required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} --- @@ -2098,7 +2098,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} --- @@ -2134,7 +2134,7 @@ public string Context { get; set; } The status check context name that must be present on the commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} --- @@ -2148,7 +2148,7 @@ public double IntegrationId { get; set; } The optional integration ID that this status check must originate from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} --- @@ -2182,7 +2182,7 @@ public object RequiredWorkflow { get; set; } required_workflow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} --- @@ -2220,7 +2220,7 @@ public string Path { get; set; } The path to the workflow YAML definition file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} --- @@ -2234,7 +2234,7 @@ public double RepositoryId { get; set; } The repository in which the workflow is defined. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -2248,7 +2248,7 @@ public string Ref { get; set; } The ref (branch or tag) of the workflow file to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} --- @@ -2288,7 +2288,7 @@ public string Operator { get; set; } The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -2302,7 +2302,7 @@ public string Pattern { get; set; } The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2316,7 +2316,7 @@ public string Name { get; set; } How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2330,7 +2330,7 @@ public object Negate { get; set; } If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- diff --git a/docs/organizationRuleset.go.md b/docs/organizationRuleset.go.md index 736d9ac96..ca5e4b642 100644 --- a/docs/organizationRuleset.go.md +++ b/docs/organizationRuleset.go.md @@ -4,12 +4,12 @@ ### OrganizationRuleset -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset github_organization_ruleset}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset github_organization_ruleset}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRuleset(scope Construct, id *string, config OrganizationRulesetConfig) OrganizationRuleset ``` @@ -438,7 +438,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.OrganizationRuleset_IsConstruct(x interface{}) *bool ``` @@ -470,7 +470,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.OrganizationRuleset_IsTerraformElement(x interface{}) *bool ``` @@ -484,7 +484,7 @@ organizationruleset.OrganizationRuleset_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.OrganizationRuleset_IsTerraformResource(x interface{}) *bool ``` @@ -498,7 +498,7 @@ organizationruleset.OrganizationRuleset_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.OrganizationRuleset_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -527,7 +527,7 @@ The construct id used in the generated config for the OrganizationRuleset to imp The id of the existing OrganizationRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use --- @@ -914,7 +914,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetBypassActors { ActorId: *f64, @@ -945,7 +945,7 @@ The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} --- @@ -959,7 +959,7 @@ ActorType *string The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} --- @@ -975,7 +975,7 @@ When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} --- @@ -984,12 +984,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetConditions { - RefName: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetConditionsRefName, + RefName: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetConditionsRefName, RepositoryId: *[]*f64, - RepositoryName: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetConditionsRepositoryName, + RepositoryName: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetConditionsRepositoryName, } ``` @@ -1013,7 +1013,7 @@ RefName OrganizationRulesetConditionsRefName ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} --- @@ -1027,7 +1027,7 @@ RepositoryId *[]*f64 The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -1041,7 +1041,7 @@ RepositoryName OrganizationRulesetConditionsRepositoryName repository_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} --- @@ -1050,7 +1050,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetConditionsRefName { Exclude: *[]*string, @@ -1077,7 +1077,7 @@ Exclude *[]*string Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -1093,7 +1093,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -1102,7 +1102,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetConditionsRepositoryName { Exclude: *[]*string, @@ -1131,7 +1131,7 @@ Exclude *[]*string Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -1147,7 +1147,7 @@ Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -1161,7 +1161,7 @@ Protected interface{} Whether renaming of target repositories is prevented. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} --- @@ -1170,7 +1170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetConfig { Connection: interface{}, @@ -1182,10 +1182,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset Provisioners: *[]interface{}, Enforcement: *string, Name: *string, - Rules: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetRules, + Rules: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetRules, Target: *string, BypassActors: interface{}, - Conditions: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetConditions, + Conditions: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetConditions, Id: *string, } ``` @@ -1207,7 +1207,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset | Target | *string | Possible values are `branch` and `tag`. | | BypassActors | interface{} | bypass_actors block. | | Conditions | OrganizationRulesetConditions | conditions block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | --- @@ -1291,7 +1291,7 @@ Enforcement *string Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} --- @@ -1305,7 +1305,7 @@ Name *string The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1319,7 +1319,7 @@ Rules OrganizationRulesetRules rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} --- @@ -1333,7 +1333,7 @@ Target *string Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} --- @@ -1347,7 +1347,7 @@ BypassActors interface{} bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} --- @@ -1361,7 +1361,7 @@ Conditions OrganizationRulesetConditions conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} --- @@ -1373,7 +1373,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1385,22 +1385,22 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRules { - BranchNamePattern: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetRulesBranchNamePattern, - CommitAuthorEmailPattern: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetRulesCommitAuthorEmailPattern, - CommitMessagePattern: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetRulesCommitMessagePattern, - CommitterEmailPattern: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetRulesCommitterEmailPattern, + BranchNamePattern: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetRulesBranchNamePattern, + CommitAuthorEmailPattern: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetRulesCommitAuthorEmailPattern, + CommitMessagePattern: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetRulesCommitMessagePattern, + CommitterEmailPattern: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetRulesCommitterEmailPattern, Creation: interface{}, Deletion: interface{}, NonFastForward: interface{}, - PullRequest: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetRulesPullRequest, + PullRequest: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetRulesPullRequest, RequiredLinearHistory: interface{}, RequiredSignatures: interface{}, - RequiredStatusChecks: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetRulesRequiredStatusChecks, - RequiredWorkflows: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetRulesRequiredWorkflows, - TagNamePattern: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationRuleset.OrganizationRulesetRulesTagNamePattern, + RequiredStatusChecks: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetRulesRequiredStatusChecks, + RequiredWorkflows: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetRulesRequiredWorkflows, + TagNamePattern: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationRuleset.OrganizationRulesetRulesTagNamePattern, Update: interface{}, } ``` @@ -1436,7 +1436,7 @@ BranchNamePattern OrganizationRulesetRulesBranchNamePattern branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} --- @@ -1450,7 +1450,7 @@ CommitAuthorEmailPattern OrganizationRulesetRulesCommitAuthorEmailPattern commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} --- @@ -1464,7 +1464,7 @@ CommitMessagePattern OrganizationRulesetRulesCommitMessagePattern commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} --- @@ -1478,7 +1478,7 @@ CommitterEmailPattern OrganizationRulesetRulesCommitterEmailPattern committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} --- @@ -1492,7 +1492,7 @@ Creation interface{} Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} --- @@ -1506,7 +1506,7 @@ Deletion interface{} Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} --- @@ -1520,7 +1520,7 @@ NonFastForward interface{} Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} --- @@ -1534,7 +1534,7 @@ PullRequest OrganizationRulesetRulesPullRequest pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} --- @@ -1548,7 +1548,7 @@ RequiredLinearHistory interface{} Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} --- @@ -1562,7 +1562,7 @@ RequiredSignatures interface{} Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} --- @@ -1576,7 +1576,7 @@ RequiredStatusChecks OrganizationRulesetRulesRequiredStatusChecks required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} --- @@ -1590,7 +1590,7 @@ RequiredWorkflows OrganizationRulesetRulesRequiredWorkflows required_workflows block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} --- @@ -1604,7 +1604,7 @@ TagNamePattern OrganizationRulesetRulesTagNamePattern tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} --- @@ -1618,7 +1618,7 @@ Update interface{} Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} --- @@ -1627,7 +1627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRulesBranchNamePattern { Operator: *string, @@ -1658,7 +1658,7 @@ Operator *string The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1672,7 +1672,7 @@ Pattern *string The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1686,7 +1686,7 @@ Name *string How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1700,7 +1700,7 @@ Negate interface{} If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1709,7 +1709,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRulesCommitAuthorEmailPattern { Operator: *string, @@ -1740,7 +1740,7 @@ Operator *string The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1754,7 +1754,7 @@ Pattern *string The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1768,7 +1768,7 @@ Name *string How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1782,7 +1782,7 @@ Negate interface{} If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1791,7 +1791,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRulesCommitMessagePattern { Operator: *string, @@ -1822,7 +1822,7 @@ Operator *string The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1836,7 +1836,7 @@ Pattern *string The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1850,7 +1850,7 @@ Name *string How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1864,7 +1864,7 @@ Negate interface{} If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1873,7 +1873,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRulesCommitterEmailPattern { Operator: *string, @@ -1904,7 +1904,7 @@ Operator *string The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1918,7 +1918,7 @@ Pattern *string The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1932,7 +1932,7 @@ Name *string How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1946,7 +1946,7 @@ Negate interface{} If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1955,7 +1955,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRulesPullRequest { DismissStaleReviewsOnPush: interface{}, @@ -1988,7 +1988,7 @@ DismissStaleReviewsOnPush interface{} New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} --- @@ -2002,7 +2002,7 @@ RequireCodeOwnerReview interface{} Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} --- @@ -2016,7 +2016,7 @@ RequiredApprovingReviewCount *f64 The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} --- @@ -2030,7 +2030,7 @@ RequiredReviewThreadResolution interface{} All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} --- @@ -2046,7 +2046,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} --- @@ -2055,7 +2055,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRulesRequiredStatusChecks { RequiredCheck: interface{}, @@ -2082,7 +2082,7 @@ RequiredCheck interface{} required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} --- @@ -2098,7 +2098,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} --- @@ -2107,7 +2107,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRulesRequiredStatusChecksRequiredCheck { Context: *string, @@ -2134,7 +2134,7 @@ Context *string The status check context name that must be present on the commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} --- @@ -2148,7 +2148,7 @@ IntegrationId *f64 The optional integration ID that this status check must originate from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} --- @@ -2157,7 +2157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRulesRequiredWorkflows { RequiredWorkflow: interface{}, @@ -2182,7 +2182,7 @@ RequiredWorkflow interface{} required_workflow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} --- @@ -2191,7 +2191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflow { Path: *string, @@ -2220,7 +2220,7 @@ Path *string The path to the workflow YAML definition file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} --- @@ -2234,7 +2234,7 @@ RepositoryId *f64 The repository in which the workflow is defined. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -2248,7 +2248,7 @@ Ref *string The ref (branch or tag) of the workflow file to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} --- @@ -2257,7 +2257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" &organizationruleset.OrganizationRulesetRulesTagNamePattern { Operator: *string, @@ -2288,7 +2288,7 @@ Operator *string The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -2302,7 +2302,7 @@ Pattern *string The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2316,7 +2316,7 @@ Name *string How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2330,7 +2330,7 @@ Negate interface{} If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -2341,7 +2341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetBypassActorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationRulesetBypassActorsList ``` @@ -2501,7 +2501,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetBypassActorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationRulesetBypassActorsOutputReference ``` @@ -2834,7 +2834,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetConditionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetConditionsOutputReference ``` @@ -3189,7 +3189,7 @@ func InternalValue() OrganizationRulesetConditions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetConditionsRefNameOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetConditionsRefNameOutputReference ``` @@ -3482,7 +3482,7 @@ func InternalValue() OrganizationRulesetConditionsRefName #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetConditionsRepositoryNameOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetConditionsRepositoryNameOutputReference ``` @@ -3804,7 +3804,7 @@ func InternalValue() OrganizationRulesetConditionsRepositoryName #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesBranchNamePatternOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetRulesBranchNamePatternOutputReference ``` @@ -4155,7 +4155,7 @@ func InternalValue() OrganizationRulesetRulesBranchNamePattern #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesCommitAuthorEmailPatternOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetRulesCommitAuthorEmailPatternOutputReference ``` @@ -4506,7 +4506,7 @@ func InternalValue() OrganizationRulesetRulesCommitAuthorEmailPattern #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesCommitMessagePatternOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetRulesCommitMessagePatternOutputReference ``` @@ -4857,7 +4857,7 @@ func InternalValue() OrganizationRulesetRulesCommitMessagePattern #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesCommitterEmailPatternOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetRulesCommitterEmailPatternOutputReference ``` @@ -5208,7 +5208,7 @@ func InternalValue() OrganizationRulesetRulesCommitterEmailPattern #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetRulesOutputReference ``` @@ -5967,7 +5967,7 @@ func InternalValue() OrganizationRulesetRules #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesPullRequestOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetRulesPullRequestOutputReference ``` @@ -6361,7 +6361,7 @@ func InternalValue() OrganizationRulesetRulesPullRequest #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesRequiredStatusChecksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetRulesRequiredStatusChecksOutputReference ``` @@ -6674,7 +6674,7 @@ func InternalValue() OrganizationRulesetRulesRequiredStatusChecks #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesRequiredStatusChecksRequiredCheckList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationRulesetRulesRequiredStatusChecksRequiredCheckList ``` @@ -6834,7 +6834,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesRequiredStatusChecksRequiredCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationRulesetRulesRequiredStatusChecksRequiredCheckOutputReference ``` @@ -7152,7 +7152,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesRequiredWorkflowsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetRulesRequiredWorkflowsOutputReference ``` @@ -7436,7 +7436,7 @@ func InternalValue() OrganizationRulesetRulesRequiredWorkflows #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowList ``` @@ -7596,7 +7596,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflowOutputReference ``` @@ -7936,7 +7936,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationruleset" organizationruleset.NewOrganizationRulesetRulesTagNamePatternOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationRulesetRulesTagNamePatternOutputReference ``` diff --git a/docs/organizationRuleset.java.md b/docs/organizationRuleset.java.md index 4a499fda2..513619cbe 100644 --- a/docs/organizationRuleset.java.md +++ b/docs/organizationRuleset.java.md @@ -4,7 +4,7 @@ ### OrganizationRuleset -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset github_organization_ruleset}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset github_organization_ruleset}. #### Initializers @@ -51,7 +51,7 @@ OrganizationRuleset.Builder.create(Construct scope, java.lang.String id) | target | java.lang.String | Possible values are `branch` and `tag`. | | bypassActors | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationRulesetBypassActors> | bypass_actors block. | | conditions | OrganizationRulesetConditions | conditions block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | --- @@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -669,7 +669,7 @@ The construct id used in the generated config for the OrganizationRuleset to imp The id of the existing OrganizationRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use --- @@ -1087,7 +1087,7 @@ The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} --- @@ -1101,7 +1101,7 @@ public java.lang.String getActorType(); The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} --- @@ -1117,7 +1117,7 @@ When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} --- @@ -1155,7 +1155,7 @@ public OrganizationRulesetConditionsRefName getRefName(); ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} --- @@ -1169,7 +1169,7 @@ public java.util.List getRepositoryId(); The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -1183,7 +1183,7 @@ public OrganizationRulesetConditionsRepositoryName getRepositoryName(); repository_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} --- @@ -1219,7 +1219,7 @@ public java.util.List getExclude(); Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -1235,7 +1235,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -1274,7 +1274,7 @@ public java.util.List getExclude(); Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -1290,7 +1290,7 @@ Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -1304,7 +1304,7 @@ public java.lang.Object getProtected(); Whether renaming of target repositories is prevented. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} --- @@ -1355,7 +1355,7 @@ OrganizationRulesetConfig.builder() | target | java.lang.String | Possible values are `branch` and `tag`. | | bypassActors | com.hashicorp.cdktf.IResolvable OR java.util.List<OrganizationRulesetBypassActors> | bypass_actors block. | | conditions | OrganizationRulesetConditions | conditions block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | --- @@ -1439,7 +1439,7 @@ public java.lang.String getEnforcement(); Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} --- @@ -1453,7 +1453,7 @@ public java.lang.String getName(); The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1467,7 +1467,7 @@ public OrganizationRulesetRules getRules(); rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} --- @@ -1481,7 +1481,7 @@ public java.lang.String getTarget(); Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} --- @@ -1495,7 +1495,7 @@ public java.lang.Object getBypassActors(); bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} --- @@ -1509,7 +1509,7 @@ public OrganizationRulesetConditions getConditions(); conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} --- @@ -1521,7 +1521,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1590,7 +1590,7 @@ public OrganizationRulesetRulesBranchNamePattern getBranchNamePattern(); branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} --- @@ -1604,7 +1604,7 @@ public OrganizationRulesetRulesCommitAuthorEmailPattern getCommitAuthorEmailPatt commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} --- @@ -1618,7 +1618,7 @@ public OrganizationRulesetRulesCommitMessagePattern getCommitMessagePattern(); commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} --- @@ -1632,7 +1632,7 @@ public OrganizationRulesetRulesCommitterEmailPattern getCommitterEmailPattern(); committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} --- @@ -1646,7 +1646,7 @@ public java.lang.Object getCreation(); Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} --- @@ -1660,7 +1660,7 @@ public java.lang.Object getDeletion(); Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} --- @@ -1674,7 +1674,7 @@ public java.lang.Object getNonFastForward(); Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} --- @@ -1688,7 +1688,7 @@ public OrganizationRulesetRulesPullRequest getPullRequest(); pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} --- @@ -1702,7 +1702,7 @@ public java.lang.Object getRequiredLinearHistory(); Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} --- @@ -1716,7 +1716,7 @@ public java.lang.Object getRequiredSignatures(); Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} --- @@ -1730,7 +1730,7 @@ public OrganizationRulesetRulesRequiredStatusChecks getRequiredStatusChecks(); required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} --- @@ -1744,7 +1744,7 @@ public OrganizationRulesetRulesRequiredWorkflows getRequiredWorkflows(); required_workflows block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} --- @@ -1758,7 +1758,7 @@ public OrganizationRulesetRulesTagNamePattern getTagNamePattern(); tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} --- @@ -1772,7 +1772,7 @@ public java.lang.Object getUpdate(); Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} --- @@ -1813,7 +1813,7 @@ public java.lang.String getOperator(); The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1827,7 +1827,7 @@ public java.lang.String getPattern(); The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1841,7 +1841,7 @@ public java.lang.String getName(); How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1855,7 +1855,7 @@ public java.lang.Object getNegate(); If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1896,7 +1896,7 @@ public java.lang.String getOperator(); The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1910,7 +1910,7 @@ public java.lang.String getPattern(); The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1924,7 +1924,7 @@ public java.lang.String getName(); How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1938,7 +1938,7 @@ public java.lang.Object getNegate(); If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1979,7 +1979,7 @@ public java.lang.String getOperator(); The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1993,7 +1993,7 @@ public java.lang.String getPattern(); The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2007,7 +2007,7 @@ public java.lang.String getName(); How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2021,7 +2021,7 @@ public java.lang.Object getNegate(); If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -2062,7 +2062,7 @@ public java.lang.String getOperator(); The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -2076,7 +2076,7 @@ public java.lang.String getPattern(); The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2090,7 +2090,7 @@ public java.lang.String getName(); How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2104,7 +2104,7 @@ public java.lang.Object getNegate(); If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -2150,7 +2150,7 @@ public java.lang.Object getDismissStaleReviewsOnPush(); New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} --- @@ -2164,7 +2164,7 @@ public java.lang.Object getRequireCodeOwnerReview(); Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} --- @@ -2178,7 +2178,7 @@ public java.lang.Number getRequiredApprovingReviewCount(); The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} --- @@ -2192,7 +2192,7 @@ public java.lang.Object getRequiredReviewThreadResolution(); All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} --- @@ -2208,7 +2208,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} --- @@ -2246,7 +2246,7 @@ public java.lang.Object getRequiredCheck(); required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} --- @@ -2262,7 +2262,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} --- @@ -2298,7 +2298,7 @@ public java.lang.String getContext(); The status check context name that must be present on the commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} --- @@ -2312,7 +2312,7 @@ public java.lang.Number getIntegrationId(); The optional integration ID that this status check must originate from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} --- @@ -2347,7 +2347,7 @@ public java.lang.Object getRequiredWorkflow(); required_workflow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} --- @@ -2385,7 +2385,7 @@ public java.lang.String getPath(); The path to the workflow YAML definition file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} --- @@ -2399,7 +2399,7 @@ public java.lang.Number getRepositoryId(); The repository in which the workflow is defined. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -2413,7 +2413,7 @@ public java.lang.String getRef(); The ref (branch or tag) of the workflow file to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} --- @@ -2454,7 +2454,7 @@ public java.lang.String getOperator(); The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -2468,7 +2468,7 @@ public java.lang.String getPattern(); The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2482,7 +2482,7 @@ public java.lang.String getName(); How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2496,7 +2496,7 @@ public java.lang.Object getNegate(); If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- diff --git a/docs/organizationRuleset.python.md b/docs/organizationRuleset.python.md index 098a62251..7788e2196 100644 --- a/docs/organizationRuleset.python.md +++ b/docs/organizationRuleset.python.md @@ -4,7 +4,7 @@ ### OrganizationRuleset -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset github_organization_ruleset}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset github_organization_ruleset}. #### Initializers @@ -48,7 +48,7 @@ organizationRuleset.OrganizationRuleset( | target | str | Possible values are `branch` and `tag`. | | bypass_actors | typing.Union[cdktf.IResolvable, typing.List[OrganizationRulesetBypassActors]] | bypass_actors block. | | conditions | OrganizationRulesetConditions | conditions block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -574,7 +574,7 @@ def put_conditions( ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} --- @@ -584,7 +584,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -594,7 +594,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ repository_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} --- @@ -625,7 +625,7 @@ def put_rules( branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} --- @@ -635,7 +635,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} --- @@ -645,7 +645,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} --- @@ -655,7 +655,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} --- @@ -665,7 +665,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} --- @@ -675,7 +675,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} --- @@ -685,7 +685,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} --- @@ -695,7 +695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} --- @@ -705,7 +705,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} --- @@ -715,7 +715,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} --- @@ -725,7 +725,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} --- @@ -735,7 +735,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_workflows block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} --- @@ -745,7 +745,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} --- @@ -755,7 +755,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} --- @@ -891,7 +891,7 @@ The construct id used in the generated config for the OrganizationRuleset to imp The id of the existing OrganizationRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use --- @@ -1309,7 +1309,7 @@ The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} --- @@ -1323,7 +1323,7 @@ actor_type: str The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} --- @@ -1339,7 +1339,7 @@ When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} --- @@ -1377,7 +1377,7 @@ ref_name: OrganizationRulesetConditionsRefName ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} --- @@ -1391,7 +1391,7 @@ repository_id: typing.List[typing.Union[int, float]] The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -1405,7 +1405,7 @@ repository_name: OrganizationRulesetConditionsRepositoryName repository_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} --- @@ -1441,7 +1441,7 @@ exclude: typing.List[str] Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -1457,7 +1457,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -1495,7 +1495,7 @@ exclude: typing.List[str] Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -1511,7 +1511,7 @@ Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -1525,7 +1525,7 @@ protected: typing.Union[bool, IResolvable] Whether renaming of target repositories is prevented. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} --- @@ -1571,7 +1571,7 @@ organizationRuleset.OrganizationRulesetConfig( | target | str | Possible values are `branch` and `tag`. | | bypass_actors | typing.Union[cdktf.IResolvable, typing.List[OrganizationRulesetBypassActors]] | bypass_actors block. | | conditions | OrganizationRulesetConditions | conditions block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | --- @@ -1655,7 +1655,7 @@ enforcement: str Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} --- @@ -1669,7 +1669,7 @@ name: str The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1683,7 +1683,7 @@ rules: OrganizationRulesetRules rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} --- @@ -1697,7 +1697,7 @@ target: str Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} --- @@ -1711,7 +1711,7 @@ bypass_actors: typing.Union[IResolvable, typing.List[OrganizationRulesetBypassAc bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} --- @@ -1725,7 +1725,7 @@ conditions: OrganizationRulesetConditions conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} --- @@ -1737,7 +1737,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1800,7 +1800,7 @@ branch_name_pattern: OrganizationRulesetRulesBranchNamePattern branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} --- @@ -1814,7 +1814,7 @@ commit_author_email_pattern: OrganizationRulesetRulesCommitAuthorEmailPattern commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} --- @@ -1828,7 +1828,7 @@ commit_message_pattern: OrganizationRulesetRulesCommitMessagePattern commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} --- @@ -1842,7 +1842,7 @@ committer_email_pattern: OrganizationRulesetRulesCommitterEmailPattern committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} --- @@ -1856,7 +1856,7 @@ creation: typing.Union[bool, IResolvable] Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} --- @@ -1870,7 +1870,7 @@ deletion: typing.Union[bool, IResolvable] Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} --- @@ -1884,7 +1884,7 @@ non_fast_forward: typing.Union[bool, IResolvable] Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} --- @@ -1898,7 +1898,7 @@ pull_request: OrganizationRulesetRulesPullRequest pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} --- @@ -1912,7 +1912,7 @@ required_linear_history: typing.Union[bool, IResolvable] Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} --- @@ -1926,7 +1926,7 @@ required_signatures: typing.Union[bool, IResolvable] Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} --- @@ -1940,7 +1940,7 @@ required_status_checks: OrganizationRulesetRulesRequiredStatusChecks required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} --- @@ -1954,7 +1954,7 @@ required_workflows: OrganizationRulesetRulesRequiredWorkflows required_workflows block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} --- @@ -1968,7 +1968,7 @@ tag_name_pattern: OrganizationRulesetRulesTagNamePattern tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} --- @@ -1982,7 +1982,7 @@ update: typing.Union[bool, IResolvable] Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} --- @@ -2022,7 +2022,7 @@ operator: str The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -2036,7 +2036,7 @@ pattern: str The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2050,7 +2050,7 @@ name: str How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2064,7 +2064,7 @@ negate: typing.Union[bool, IResolvable] If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -2104,7 +2104,7 @@ operator: str The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -2118,7 +2118,7 @@ pattern: str The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2132,7 +2132,7 @@ name: str How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2146,7 +2146,7 @@ negate: typing.Union[bool, IResolvable] If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -2186,7 +2186,7 @@ operator: str The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -2200,7 +2200,7 @@ pattern: str The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2214,7 +2214,7 @@ name: str How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2228,7 +2228,7 @@ negate: typing.Union[bool, IResolvable] If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -2268,7 +2268,7 @@ operator: str The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -2282,7 +2282,7 @@ pattern: str The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2296,7 +2296,7 @@ name: str How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2310,7 +2310,7 @@ negate: typing.Union[bool, IResolvable] If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -2352,7 +2352,7 @@ dismiss_stale_reviews_on_push: typing.Union[bool, IResolvable] New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} --- @@ -2366,7 +2366,7 @@ require_code_owner_review: typing.Union[bool, IResolvable] Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} --- @@ -2380,7 +2380,7 @@ required_approving_review_count: typing.Union[int, float] The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} --- @@ -2394,7 +2394,7 @@ required_review_thread_resolution: typing.Union[bool, IResolvable] All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} --- @@ -2410,7 +2410,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} --- @@ -2446,7 +2446,7 @@ required_check: typing.Union[IResolvable, typing.List[OrganizationRulesetRulesRe required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} --- @@ -2462,7 +2462,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} --- @@ -2498,7 +2498,7 @@ context: str The status check context name that must be present on the commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} --- @@ -2512,7 +2512,7 @@ integration_id: typing.Union[int, float] The optional integration ID that this status check must originate from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} --- @@ -2546,7 +2546,7 @@ required_workflow: typing.Union[IResolvable, typing.List[OrganizationRulesetRule required_workflow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} --- @@ -2584,7 +2584,7 @@ path: str The path to the workflow YAML definition file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} --- @@ -2598,7 +2598,7 @@ repository_id: typing.Union[int, float] The repository in which the workflow is defined. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -2612,7 +2612,7 @@ ref: str The ref (branch or tag) of the workflow file to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} --- @@ -2652,7 +2652,7 @@ operator: str The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -2666,7 +2666,7 @@ pattern: str The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2680,7 +2680,7 @@ name: str How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2694,7 +2694,7 @@ negate: typing.Union[bool, IResolvable] If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -3477,7 +3477,7 @@ def put_ref_name( Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -3489,7 +3489,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -3509,7 +3509,7 @@ def put_repository_name( Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -3521,7 +3521,7 @@ Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -3531,7 +3531,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether renaming of target repositories is prevented. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} --- @@ -6095,7 +6095,7 @@ def put_branch_name_pattern( The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -6105,7 +6105,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -6115,7 +6115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -6125,7 +6125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -6146,7 +6146,7 @@ def put_commit_author_email_pattern( The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -6156,7 +6156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -6166,7 +6166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -6176,7 +6176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -6197,7 +6197,7 @@ def put_commit_message_pattern( The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -6207,7 +6207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -6217,7 +6217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -6227,7 +6227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -6248,7 +6248,7 @@ def put_committer_email_pattern( The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -6258,7 +6258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -6268,7 +6268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -6278,7 +6278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -6300,7 +6300,7 @@ def put_pull_request( New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} --- @@ -6310,7 +6310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} --- @@ -6320,7 +6320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} --- @@ -6330,7 +6330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} --- @@ -6342,7 +6342,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} --- @@ -6361,7 +6361,7 @@ def put_required_status_checks( required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} --- @@ -6373,7 +6373,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} --- @@ -6391,7 +6391,7 @@ def put_required_workflows( required_workflow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} --- @@ -6412,7 +6412,7 @@ def put_tag_name_pattern( The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -6422,7 +6422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -6432,7 +6432,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -6442,7 +6442,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- diff --git a/docs/organizationRuleset.typescript.md b/docs/organizationRuleset.typescript.md index 920e50693..89e150aa9 100644 --- a/docs/organizationRuleset.typescript.md +++ b/docs/organizationRuleset.typescript.md @@ -4,7 +4,7 @@ ### OrganizationRuleset -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset github_organization_ruleset}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset github_organization_ruleset}. #### Initializers @@ -527,7 +527,7 @@ The construct id used in the generated config for the OrganizationRuleset to imp The id of the existing OrganizationRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use --- @@ -941,7 +941,7 @@ The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} --- @@ -955,7 +955,7 @@ public readonly actorType: string; The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} --- @@ -971,7 +971,7 @@ When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} --- @@ -1005,7 +1005,7 @@ public readonly refName: OrganizationRulesetConditionsRefName; ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} --- @@ -1019,7 +1019,7 @@ public readonly repositoryId: number[]; The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -1033,7 +1033,7 @@ public readonly repositoryName: OrganizationRulesetConditionsRepositoryName; repository_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} --- @@ -1066,7 +1066,7 @@ public readonly exclude: string[]; Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -1082,7 +1082,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -1116,7 +1116,7 @@ public readonly exclude: string[]; Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} --- @@ -1132,7 +1132,7 @@ Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} --- @@ -1146,7 +1146,7 @@ public readonly protected: boolean | IResolvable; Whether renaming of target repositories is prevented. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} --- @@ -1177,7 +1177,7 @@ const organizationRulesetConfig: organizationRuleset.OrganizationRulesetConfig = | target | string | Possible values are `branch` and `tag`. | | bypassActors | cdktf.IResolvable \| OrganizationRulesetBypassActors[] | bypass_actors block. | | conditions | OrganizationRulesetConditions | conditions block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. | --- @@ -1261,7 +1261,7 @@ public readonly enforcement: string; Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} --- @@ -1275,7 +1275,7 @@ public readonly name: string; The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1289,7 +1289,7 @@ public readonly rules: OrganizationRulesetRules; rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} --- @@ -1303,7 +1303,7 @@ public readonly target: string; Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} --- @@ -1317,7 +1317,7 @@ public readonly bypassActors: IResolvable | OrganizationRulesetBypassActors[]; bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} --- @@ -1331,7 +1331,7 @@ public readonly conditions: OrganizationRulesetConditions; conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} --- @@ -1343,7 +1343,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1391,7 +1391,7 @@ public readonly branchNamePattern: OrganizationRulesetRulesBranchNamePattern; branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} --- @@ -1405,7 +1405,7 @@ public readonly commitAuthorEmailPattern: OrganizationRulesetRulesCommitAuthorEm commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} --- @@ -1419,7 +1419,7 @@ public readonly commitMessagePattern: OrganizationRulesetRulesCommitMessagePatte commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} --- @@ -1433,7 +1433,7 @@ public readonly committerEmailPattern: OrganizationRulesetRulesCommitterEmailPat committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} --- @@ -1447,7 +1447,7 @@ public readonly creation: boolean | IResolvable; Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} --- @@ -1461,7 +1461,7 @@ public readonly deletion: boolean | IResolvable; Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} --- @@ -1475,7 +1475,7 @@ public readonly nonFastForward: boolean | IResolvable; Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} --- @@ -1489,7 +1489,7 @@ public readonly pullRequest: OrganizationRulesetRulesPullRequest; pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} --- @@ -1503,7 +1503,7 @@ public readonly requiredLinearHistory: boolean | IResolvable; Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} --- @@ -1517,7 +1517,7 @@ public readonly requiredSignatures: boolean | IResolvable; Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} --- @@ -1531,7 +1531,7 @@ public readonly requiredStatusChecks: OrganizationRulesetRulesRequiredStatusChec required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} --- @@ -1545,7 +1545,7 @@ public readonly requiredWorkflows: OrganizationRulesetRulesRequiredWorkflows; required_workflows block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} --- @@ -1559,7 +1559,7 @@ public readonly tagNamePattern: OrganizationRulesetRulesTagNamePattern; tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} --- @@ -1573,7 +1573,7 @@ public readonly update: boolean | IResolvable; Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} --- @@ -1608,7 +1608,7 @@ public readonly operator: string; The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1622,7 +1622,7 @@ public readonly pattern: string; The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1636,7 +1636,7 @@ public readonly name: string; How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1650,7 +1650,7 @@ public readonly negate: boolean | IResolvable; If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1685,7 +1685,7 @@ public readonly operator: string; The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1699,7 +1699,7 @@ public readonly pattern: string; The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1713,7 +1713,7 @@ public readonly name: string; How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1727,7 +1727,7 @@ public readonly negate: boolean | IResolvable; If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1762,7 +1762,7 @@ public readonly operator: string; The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1776,7 +1776,7 @@ public readonly pattern: string; The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1790,7 +1790,7 @@ public readonly name: string; How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1804,7 +1804,7 @@ public readonly negate: boolean | IResolvable; If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1839,7 +1839,7 @@ public readonly operator: string; The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -1853,7 +1853,7 @@ public readonly pattern: string; The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -1867,7 +1867,7 @@ public readonly name: string; How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -1881,7 +1881,7 @@ public readonly negate: boolean | IResolvable; If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- @@ -1917,7 +1917,7 @@ public readonly dismissStaleReviewsOnPush: boolean | IResolvable; New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} --- @@ -1931,7 +1931,7 @@ public readonly requireCodeOwnerReview: boolean | IResolvable; Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} --- @@ -1945,7 +1945,7 @@ public readonly requiredApprovingReviewCount: number; The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} --- @@ -1959,7 +1959,7 @@ public readonly requiredReviewThreadResolution: boolean | IResolvable; All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} --- @@ -1975,7 +1975,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} --- @@ -2008,7 +2008,7 @@ public readonly requiredCheck: IResolvable | OrganizationRulesetRulesRequiredSta required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} --- @@ -2024,7 +2024,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} --- @@ -2057,7 +2057,7 @@ public readonly context: string; The status check context name that must be present on the commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} --- @@ -2071,7 +2071,7 @@ public readonly integrationId: number; The optional integration ID that this status check must originate from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} --- @@ -2103,7 +2103,7 @@ public readonly requiredWorkflow: IResolvable | OrganizationRulesetRulesRequired required_workflow block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} --- @@ -2137,7 +2137,7 @@ public readonly path: string; The path to the workflow YAML definition file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} --- @@ -2151,7 +2151,7 @@ public readonly repositoryId: number; The repository in which the workflow is defined. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} --- @@ -2165,7 +2165,7 @@ public readonly ref: string; The ref (branch or tag) of the workflow file to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} --- @@ -2200,7 +2200,7 @@ public readonly operator: string; The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} --- @@ -2214,7 +2214,7 @@ public readonly pattern: string; The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} --- @@ -2228,7 +2228,7 @@ public readonly name: string; How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} --- @@ -2242,7 +2242,7 @@ public readonly negate: boolean | IResolvable; If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} --- diff --git a/docs/organizationSecurityManager.csharp.md b/docs/organizationSecurityManager.csharp.md index ed16d08fa..3db8d8a91 100644 --- a/docs/organizationSecurityManager.csharp.md +++ b/docs/organizationSecurityManager.csharp.md @@ -4,7 +4,7 @@ ### OrganizationSecurityManager -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager github_organization_security_manager}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager github_organization_security_manager}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OrganizationSecurityManage The id of the existing OrganizationSecurityManager that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ new OrganizationSecurityManagerConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | TeamSlug | string | The slug of the team to manage. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | --- @@ -829,7 +829,7 @@ public string TeamSlug { get; set; } The slug of the team to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} --- @@ -841,7 +841,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationSecurityManager.go.md b/docs/organizationSecurityManager.go.md index 55d38e503..04ebf9a21 100644 --- a/docs/organizationSecurityManager.go.md +++ b/docs/organizationSecurityManager.go.md @@ -4,12 +4,12 @@ ### OrganizationSecurityManager -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager github_organization_security_manager}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager github_organization_security_manager}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsecuritymanager" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsecuritymanager" organizationsecuritymanager.NewOrganizationSecurityManager(scope Construct, id *string, config OrganizationSecurityManagerConfig) OrganizationSecurityManager ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsecuritymanager" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsecuritymanager" organizationsecuritymanager.OrganizationSecurityManager_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsecuritymanager" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsecuritymanager" organizationsecuritymanager.OrganizationSecurityManager_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ organizationsecuritymanager.OrganizationSecurityManager_IsTerraformElement(x int ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsecuritymanager" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsecuritymanager" organizationsecuritymanager.OrganizationSecurityManager_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ organizationsecuritymanager.OrganizationSecurityManager_IsTerraformResource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsecuritymanager" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsecuritymanager" organizationsecuritymanager.OrganizationSecurityManager_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the OrganizationSecurityManage The id of the existing OrganizationSecurityManager that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use --- @@ -718,7 +718,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsecuritymanager" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsecuritymanager" &organizationsecuritymanager.OrganizationSecurityManagerConfig { Connection: interface{}, @@ -745,7 +745,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsecurit | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | TeamSlug | *string | The slug of the team to manage. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | --- @@ -829,7 +829,7 @@ TeamSlug *string The slug of the team to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} --- @@ -841,7 +841,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationSecurityManager.java.md b/docs/organizationSecurityManager.java.md index db6909e98..f5a8441c9 100644 --- a/docs/organizationSecurityManager.java.md +++ b/docs/organizationSecurityManager.java.md @@ -4,7 +4,7 @@ ### OrganizationSecurityManager -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager github_organization_security_manager}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager github_organization_security_manager}. #### Initializers @@ -40,7 +40,7 @@ OrganizationSecurityManager.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | teamSlug | java.lang.String | The slug of the team to manage. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The slug of the team to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -555,7 +555,7 @@ The construct id used in the generated config for the OrganizationSecurityManage The id of the existing OrganizationSecurityManager that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ OrganizationSecurityManagerConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | teamSlug | java.lang.String | The slug of the team to manage. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | --- @@ -914,7 +914,7 @@ public java.lang.String getTeamSlug(); The slug of the team to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} --- @@ -926,7 +926,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationSecurityManager.python.md b/docs/organizationSecurityManager.python.md index afc792ce2..d059f7374 100644 --- a/docs/organizationSecurityManager.python.md +++ b/docs/organizationSecurityManager.python.md @@ -4,7 +4,7 @@ ### OrganizationSecurityManager -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager github_organization_security_manager}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager github_organization_security_manager}. #### Initializers @@ -38,7 +38,7 @@ organizationSecurityManager.OrganizationSecurityManager( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | team_slug | str | The slug of the team to manage. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The slug of the team to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 OrganizationSecurityManage The id of the existing OrganizationSecurityManager that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use --- @@ -870,7 +870,7 @@ organizationSecurityManager.OrganizationSecurityManagerConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | team_slug | str | The slug of the team to manage. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | --- @@ -954,7 +954,7 @@ team_slug: str The slug of the team to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} --- @@ -966,7 +966,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationSecurityManager.typescript.md b/docs/organizationSecurityManager.typescript.md index e7c4a7c5f..5c169c3bc 100644 --- a/docs/organizationSecurityManager.typescript.md +++ b/docs/organizationSecurityManager.typescript.md @@ -4,7 +4,7 @@ ### OrganizationSecurityManager -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager github_organization_security_manager}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager github_organization_security_manager}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the OrganizationSecurityManage The id of the existing OrganizationSecurityManager that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use --- @@ -735,7 +735,7 @@ const organizationSecurityManagerConfig: organizationSecurityManager.Organizatio | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | teamSlug | string | The slug of the team to manage. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. | --- @@ -819,7 +819,7 @@ public readonly teamSlug: string; The slug of the team to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} --- @@ -831,7 +831,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/organizationSettings.csharp.md b/docs/organizationSettings.csharp.md index b468e1f65..2c5834c35 100644 --- a/docs/organizationSettings.csharp.md +++ b/docs/organizationSettings.csharp.md @@ -4,7 +4,7 @@ ### OrganizationSettings -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings github_organization_settings}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings github_organization_settings}. #### Initializers @@ -649,7 +649,7 @@ The construct id used in the generated config for the OrganizationSettings to im The id of the existing OrganizationSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use --- @@ -1506,7 +1506,7 @@ new OrganizationSettingsConfig { | Email | string | The email address for the organization. | | HasOrganizationProjects | object | Whether or not organization projects are enabled for the organization. | | HasRepositoryProjects | object | Whether or not repository projects are enabled for the organization. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. | | Location | string | The location for the organization. | | MembersCanCreateInternalRepositories | object | Whether or not organization members can create new internal repositories. For Enterprise Organizations only. | | MembersCanCreatePages | object | Whether or not organization members can create new pages. | @@ -1604,7 +1604,7 @@ public string BillingEmail { get; set; } The billing email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} --- @@ -1618,7 +1618,7 @@ public object AdvancedSecurityEnabledForNewRepositories { get; set; } Whether or not advanced security is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} --- @@ -1632,7 +1632,7 @@ public string Blog { get; set; } The blog URL for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#blog OrganizationSettings#blog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#blog OrganizationSettings#blog} --- @@ -1646,7 +1646,7 @@ public string Company { get; set; } The company name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#company OrganizationSettings#company} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#company OrganizationSettings#company} --- @@ -1660,7 +1660,7 @@ public string DefaultRepositoryPermission { get; set; } The default permission for organization members to create new repositories. Can be one of 'read', 'write', 'admin' or 'none'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} --- @@ -1674,7 +1674,7 @@ public object DependabotAlertsEnabledForNewRepositories { get; set; } Whether or not dependabot alerts are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} --- @@ -1688,7 +1688,7 @@ public object DependabotSecurityUpdatesEnabledForNewRepositories { get; set; } Whether or not dependabot security updates are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} --- @@ -1702,7 +1702,7 @@ public object DependencyGraphEnabledForNewRepositories { get; set; } Whether or not dependency graph is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} --- @@ -1716,7 +1716,7 @@ public string Description { get; set; } The description for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#description OrganizationSettings#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#description OrganizationSettings#description} --- @@ -1730,7 +1730,7 @@ public string Email { get; set; } The email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#email OrganizationSettings#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#email OrganizationSettings#email} --- @@ -1744,7 +1744,7 @@ public object HasOrganizationProjects { get; set; } Whether or not organization projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} --- @@ -1758,7 +1758,7 @@ public object HasRepositoryProjects { get; set; } Whether or not repository projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} --- @@ -1770,7 +1770,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1787,7 +1787,7 @@ public string Location { get; set; } The location for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#location OrganizationSettings#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#location OrganizationSettings#location} --- @@ -1801,7 +1801,7 @@ public object MembersCanCreateInternalRepositories { get; set; } Whether or not organization members can create new internal repositories. For Enterprise Organizations only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} --- @@ -1815,7 +1815,7 @@ public object MembersCanCreatePages { get; set; } Whether or not organization members can create new pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} --- @@ -1829,7 +1829,7 @@ public object MembersCanCreatePrivatePages { get; set; } Whether or not organization members can create new private pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} --- @@ -1843,7 +1843,7 @@ public object MembersCanCreatePrivateRepositories { get; set; } Whether or not organization members can create new private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} --- @@ -1857,7 +1857,7 @@ public object MembersCanCreatePublicPages { get; set; } Whether or not organization members can create new public pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} --- @@ -1871,7 +1871,7 @@ public object MembersCanCreatePublicRepositories { get; set; } Whether or not organization members can create new public repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} --- @@ -1885,7 +1885,7 @@ public object MembersCanCreateRepositories { get; set; } Whether or not organization members can create new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} --- @@ -1899,7 +1899,7 @@ public object MembersCanForkPrivateRepositories { get; set; } Whether or not organization members can fork private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} --- @@ -1913,7 +1913,7 @@ public string Name { get; set; } The name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#name OrganizationSettings#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#name OrganizationSettings#name} --- @@ -1927,7 +1927,7 @@ public object SecretScanningEnabledForNewRepositories { get; set; } Whether or not secret scanning is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} --- @@ -1941,7 +1941,7 @@ public object SecretScanningPushProtectionEnabledForNewRepositories { get; set; Whether or not secret scanning push protection is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} --- @@ -1955,7 +1955,7 @@ public string TwitterUsername { get; set; } The Twitter username for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} --- @@ -1969,7 +1969,7 @@ public object WebCommitSignoffRequired { get; set; } Whether or not commit signatures are required for commits to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} --- diff --git a/docs/organizationSettings.go.md b/docs/organizationSettings.go.md index 7d5ad467f..52548ccbf 100644 --- a/docs/organizationSettings.go.md +++ b/docs/organizationSettings.go.md @@ -4,12 +4,12 @@ ### OrganizationSettings -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings github_organization_settings}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings github_organization_settings}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsettings" organizationsettings.NewOrganizationSettings(scope Construct, id *string, config OrganizationSettingsConfig) OrganizationSettings ``` @@ -560,7 +560,7 @@ func ResetWebCommitSignoffRequired() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsettings" organizationsettings.OrganizationSettings_IsConstruct(x interface{}) *bool ``` @@ -592,7 +592,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsettings" organizationsettings.OrganizationSettings_IsTerraformElement(x interface{}) *bool ``` @@ -606,7 +606,7 @@ organizationsettings.OrganizationSettings_IsTerraformElement(x interface{}) *boo ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsettings" organizationsettings.OrganizationSettings_IsTerraformResource(x interface{}) *bool ``` @@ -620,7 +620,7 @@ organizationsettings.OrganizationSettings_IsTerraformResource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsettings" organizationsettings.OrganizationSettings_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -649,7 +649,7 @@ The construct id used in the generated config for the OrganizationSettings to im The id of the existing OrganizationSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use --- @@ -1443,7 +1443,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationsettings" &organizationsettings.OrganizationSettingsConfig { Connection: interface{}, @@ -1506,7 +1506,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationsetting | Email | *string | The email address for the organization. | | HasOrganizationProjects | interface{} | Whether or not organization projects are enabled for the organization. | | HasRepositoryProjects | interface{} | Whether or not repository projects are enabled for the organization. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. | | Location | *string | The location for the organization. | | MembersCanCreateInternalRepositories | interface{} | Whether or not organization members can create new internal repositories. For Enterprise Organizations only. | | MembersCanCreatePages | interface{} | Whether or not organization members can create new pages. | @@ -1604,7 +1604,7 @@ BillingEmail *string The billing email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} --- @@ -1618,7 +1618,7 @@ AdvancedSecurityEnabledForNewRepositories interface{} Whether or not advanced security is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} --- @@ -1632,7 +1632,7 @@ Blog *string The blog URL for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#blog OrganizationSettings#blog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#blog OrganizationSettings#blog} --- @@ -1646,7 +1646,7 @@ Company *string The company name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#company OrganizationSettings#company} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#company OrganizationSettings#company} --- @@ -1660,7 +1660,7 @@ DefaultRepositoryPermission *string The default permission for organization members to create new repositories. Can be one of 'read', 'write', 'admin' or 'none'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} --- @@ -1674,7 +1674,7 @@ DependabotAlertsEnabledForNewRepositories interface{} Whether or not dependabot alerts are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} --- @@ -1688,7 +1688,7 @@ DependabotSecurityUpdatesEnabledForNewRepositories interface{} Whether or not dependabot security updates are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} --- @@ -1702,7 +1702,7 @@ DependencyGraphEnabledForNewRepositories interface{} Whether or not dependency graph is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} --- @@ -1716,7 +1716,7 @@ Description *string The description for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#description OrganizationSettings#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#description OrganizationSettings#description} --- @@ -1730,7 +1730,7 @@ Email *string The email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#email OrganizationSettings#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#email OrganizationSettings#email} --- @@ -1744,7 +1744,7 @@ HasOrganizationProjects interface{} Whether or not organization projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} --- @@ -1758,7 +1758,7 @@ HasRepositoryProjects interface{} Whether or not repository projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} --- @@ -1770,7 +1770,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1787,7 +1787,7 @@ Location *string The location for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#location OrganizationSettings#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#location OrganizationSettings#location} --- @@ -1801,7 +1801,7 @@ MembersCanCreateInternalRepositories interface{} Whether or not organization members can create new internal repositories. For Enterprise Organizations only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} --- @@ -1815,7 +1815,7 @@ MembersCanCreatePages interface{} Whether or not organization members can create new pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} --- @@ -1829,7 +1829,7 @@ MembersCanCreatePrivatePages interface{} Whether or not organization members can create new private pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} --- @@ -1843,7 +1843,7 @@ MembersCanCreatePrivateRepositories interface{} Whether or not organization members can create new private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} --- @@ -1857,7 +1857,7 @@ MembersCanCreatePublicPages interface{} Whether or not organization members can create new public pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} --- @@ -1871,7 +1871,7 @@ MembersCanCreatePublicRepositories interface{} Whether or not organization members can create new public repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} --- @@ -1885,7 +1885,7 @@ MembersCanCreateRepositories interface{} Whether or not organization members can create new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} --- @@ -1899,7 +1899,7 @@ MembersCanForkPrivateRepositories interface{} Whether or not organization members can fork private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} --- @@ -1913,7 +1913,7 @@ Name *string The name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#name OrganizationSettings#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#name OrganizationSettings#name} --- @@ -1927,7 +1927,7 @@ SecretScanningEnabledForNewRepositories interface{} Whether or not secret scanning is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} --- @@ -1941,7 +1941,7 @@ SecretScanningPushProtectionEnabledForNewRepositories interface{} Whether or not secret scanning push protection is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} --- @@ -1955,7 +1955,7 @@ TwitterUsername *string The Twitter username for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} --- @@ -1969,7 +1969,7 @@ WebCommitSignoffRequired interface{} Whether or not commit signatures are required for commits to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} --- diff --git a/docs/organizationSettings.java.md b/docs/organizationSettings.java.md index c0b1e3b48..0fa1fc49b 100644 --- a/docs/organizationSettings.java.md +++ b/docs/organizationSettings.java.md @@ -4,7 +4,7 @@ ### OrganizationSettings -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings github_organization_settings}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings github_organization_settings}. #### Initializers @@ -93,7 +93,7 @@ OrganizationSettings.Builder.create(Construct scope, java.lang.String id) | email | java.lang.String | The email address for the organization. | | hasOrganizationProjects | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether or not organization projects are enabled for the organization. | | hasRepositoryProjects | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether or not repository projects are enabled for the organization. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. | | location | java.lang.String | The location for the organization. | | membersCanCreateInternalRepositories | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether or not organization members can create new internal repositories. For Enterprise Organizations only. | | membersCanCreatePages | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether or not organization members can create new pages. | @@ -177,7 +177,7 @@ Must be unique amongst siblings in the same scope The billing email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not advanced security is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The blog URL for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#blog OrganizationSettings#blog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#blog OrganizationSettings#blog} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The company name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#company OrganizationSettings#company} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#company OrganizationSettings#company} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The default permission for organization members to create new repositories. Can be one of 'read', 'write', 'admin' or 'none'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not dependabot alerts are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not dependabot security updates are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not dependency graph is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The description for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#description OrganizationSettings#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#description OrganizationSettings#description} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#email OrganizationSettings#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#email OrganizationSettings#email} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not repository projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -308,7 +308,7 @@ If you experience problems setting this value it might not be settable. Please t The location for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#location OrganizationSettings#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#location OrganizationSettings#location} --- @@ -318,7 +318,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new internal repositories. For Enterprise Organizations only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} --- @@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} --- @@ -338,7 +338,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new private pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} --- @@ -348,7 +348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} --- @@ -358,7 +358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new public pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} --- @@ -368,7 +368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new public repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} --- @@ -378,7 +378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} --- @@ -388,7 +388,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can fork private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} --- @@ -398,7 +398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#name OrganizationSettings#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#name OrganizationSettings#name} --- @@ -408,7 +408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not secret scanning is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} --- @@ -418,7 +418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not secret scanning push protection is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} --- @@ -428,7 +428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The Twitter username for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} --- @@ -438,7 +438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not commit signatures are required for commits to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} --- @@ -1047,7 +1047,7 @@ The construct id used in the generated config for the OrganizationSettings to im The id of the existing OrganizationSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use --- @@ -1925,7 +1925,7 @@ OrganizationSettingsConfig.builder() | email | java.lang.String | The email address for the organization. | | hasOrganizationProjects | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether or not organization projects are enabled for the organization. | | hasRepositoryProjects | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether or not repository projects are enabled for the organization. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. | | location | java.lang.String | The location for the organization. | | membersCanCreateInternalRepositories | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether or not organization members can create new internal repositories. For Enterprise Organizations only. | | membersCanCreatePages | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether or not organization members can create new pages. | @@ -2023,7 +2023,7 @@ public java.lang.String getBillingEmail(); The billing email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} --- @@ -2037,7 +2037,7 @@ public java.lang.Object getAdvancedSecurityEnabledForNewRepositories(); Whether or not advanced security is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} --- @@ -2051,7 +2051,7 @@ public java.lang.String getBlog(); The blog URL for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#blog OrganizationSettings#blog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#blog OrganizationSettings#blog} --- @@ -2065,7 +2065,7 @@ public java.lang.String getCompany(); The company name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#company OrganizationSettings#company} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#company OrganizationSettings#company} --- @@ -2079,7 +2079,7 @@ public java.lang.String getDefaultRepositoryPermission(); The default permission for organization members to create new repositories. Can be one of 'read', 'write', 'admin' or 'none'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} --- @@ -2093,7 +2093,7 @@ public java.lang.Object getDependabotAlertsEnabledForNewRepositories(); Whether or not dependabot alerts are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} --- @@ -2107,7 +2107,7 @@ public java.lang.Object getDependabotSecurityUpdatesEnabledForNewRepositories(); Whether or not dependabot security updates are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} --- @@ -2121,7 +2121,7 @@ public java.lang.Object getDependencyGraphEnabledForNewRepositories(); Whether or not dependency graph is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} --- @@ -2135,7 +2135,7 @@ public java.lang.String getDescription(); The description for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#description OrganizationSettings#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#description OrganizationSettings#description} --- @@ -2149,7 +2149,7 @@ public java.lang.String getEmail(); The email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#email OrganizationSettings#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#email OrganizationSettings#email} --- @@ -2163,7 +2163,7 @@ public java.lang.Object getHasOrganizationProjects(); Whether or not organization projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} --- @@ -2177,7 +2177,7 @@ public java.lang.Object getHasRepositoryProjects(); Whether or not repository projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} --- @@ -2189,7 +2189,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2206,7 +2206,7 @@ public java.lang.String getLocation(); The location for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#location OrganizationSettings#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#location OrganizationSettings#location} --- @@ -2220,7 +2220,7 @@ public java.lang.Object getMembersCanCreateInternalRepositories(); Whether or not organization members can create new internal repositories. For Enterprise Organizations only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} --- @@ -2234,7 +2234,7 @@ public java.lang.Object getMembersCanCreatePages(); Whether or not organization members can create new pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} --- @@ -2248,7 +2248,7 @@ public java.lang.Object getMembersCanCreatePrivatePages(); Whether or not organization members can create new private pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} --- @@ -2262,7 +2262,7 @@ public java.lang.Object getMembersCanCreatePrivateRepositories(); Whether or not organization members can create new private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} --- @@ -2276,7 +2276,7 @@ public java.lang.Object getMembersCanCreatePublicPages(); Whether or not organization members can create new public pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} --- @@ -2290,7 +2290,7 @@ public java.lang.Object getMembersCanCreatePublicRepositories(); Whether or not organization members can create new public repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} --- @@ -2304,7 +2304,7 @@ public java.lang.Object getMembersCanCreateRepositories(); Whether or not organization members can create new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} --- @@ -2318,7 +2318,7 @@ public java.lang.Object getMembersCanForkPrivateRepositories(); Whether or not organization members can fork private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} --- @@ -2332,7 +2332,7 @@ public java.lang.String getName(); The name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#name OrganizationSettings#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#name OrganizationSettings#name} --- @@ -2346,7 +2346,7 @@ public java.lang.Object getSecretScanningEnabledForNewRepositories(); Whether or not secret scanning is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} --- @@ -2360,7 +2360,7 @@ public java.lang.Object getSecretScanningPushProtectionEnabledForNewRepositories Whether or not secret scanning push protection is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} --- @@ -2374,7 +2374,7 @@ public java.lang.String getTwitterUsername(); The Twitter username for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} --- @@ -2388,7 +2388,7 @@ public java.lang.Object getWebCommitSignoffRequired(); Whether or not commit signatures are required for commits to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} --- diff --git a/docs/organizationSettings.python.md b/docs/organizationSettings.python.md index 5e335d9a8..ae775088d 100644 --- a/docs/organizationSettings.python.md +++ b/docs/organizationSettings.python.md @@ -4,7 +4,7 @@ ### OrganizationSettings -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings github_organization_settings}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings github_organization_settings}. #### Initializers @@ -74,7 +74,7 @@ organizationSettings.OrganizationSettings( | email | str | The email address for the organization. | | has_organization_projects | typing.Union[bool, cdktf.IResolvable] | Whether or not organization projects are enabled for the organization. | | has_repository_projects | typing.Union[bool, cdktf.IResolvable] | Whether or not repository projects are enabled for the organization. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. | | location | str | The location for the organization. | | members_can_create_internal_repositories | typing.Union[bool, cdktf.IResolvable] | Whether or not organization members can create new internal repositories. For Enterprise Organizations only. | | members_can_create_pages | typing.Union[bool, cdktf.IResolvable] | Whether or not organization members can create new pages. | @@ -158,7 +158,7 @@ Must be unique amongst siblings in the same scope The billing email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not advanced security is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The blog URL for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#blog OrganizationSettings#blog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#blog OrganizationSettings#blog} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The company name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#company OrganizationSettings#company} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#company OrganizationSettings#company} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The default permission for organization members to create new repositories. Can be one of 'read', 'write', 'admin' or 'none'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not dependabot alerts are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not dependabot security updates are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not dependency graph is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The description for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#description OrganizationSettings#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#description OrganizationSettings#description} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#email OrganizationSettings#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#email OrganizationSettings#email} --- @@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} --- @@ -268,7 +268,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not repository projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -289,7 +289,7 @@ If you experience problems setting this value it might not be settable. Please t The location for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#location OrganizationSettings#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#location OrganizationSettings#location} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new internal repositories. For Enterprise Organizations only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new private pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new public pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new public repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can create new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not organization members can fork private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#name OrganizationSettings#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#name OrganizationSettings#name} --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not secret scanning is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not secret scanning push protection is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The Twitter username for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether or not commit signatures are required for commits to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} --- @@ -1074,7 +1074,7 @@ The construct id used in the generated config for the OrganizationSettings to im The id of the existing OrganizationSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use --- @@ -1931,7 +1931,7 @@ organizationSettings.OrganizationSettingsConfig( | email | str | The email address for the organization. | | has_organization_projects | typing.Union[bool, cdktf.IResolvable] | Whether or not organization projects are enabled for the organization. | | has_repository_projects | typing.Union[bool, cdktf.IResolvable] | Whether or not repository projects are enabled for the organization. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. | | location | str | The location for the organization. | | members_can_create_internal_repositories | typing.Union[bool, cdktf.IResolvable] | Whether or not organization members can create new internal repositories. For Enterprise Organizations only. | | members_can_create_pages | typing.Union[bool, cdktf.IResolvable] | Whether or not organization members can create new pages. | @@ -2029,7 +2029,7 @@ billing_email: str The billing email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} --- @@ -2043,7 +2043,7 @@ advanced_security_enabled_for_new_repositories: typing.Union[bool, IResolvable] Whether or not advanced security is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} --- @@ -2057,7 +2057,7 @@ blog: str The blog URL for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#blog OrganizationSettings#blog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#blog OrganizationSettings#blog} --- @@ -2071,7 +2071,7 @@ company: str The company name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#company OrganizationSettings#company} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#company OrganizationSettings#company} --- @@ -2085,7 +2085,7 @@ default_repository_permission: str The default permission for organization members to create new repositories. Can be one of 'read', 'write', 'admin' or 'none'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} --- @@ -2099,7 +2099,7 @@ dependabot_alerts_enabled_for_new_repositories: typing.Union[bool, IResolvable] Whether or not dependabot alerts are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} --- @@ -2113,7 +2113,7 @@ dependabot_security_updates_enabled_for_new_repositories: typing.Union[bool, IRe Whether or not dependabot security updates are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} --- @@ -2127,7 +2127,7 @@ dependency_graph_enabled_for_new_repositories: typing.Union[bool, IResolvable] Whether or not dependency graph is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} --- @@ -2141,7 +2141,7 @@ description: str The description for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#description OrganizationSettings#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#description OrganizationSettings#description} --- @@ -2155,7 +2155,7 @@ email: str The email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#email OrganizationSettings#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#email OrganizationSettings#email} --- @@ -2169,7 +2169,7 @@ has_organization_projects: typing.Union[bool, IResolvable] Whether or not organization projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} --- @@ -2183,7 +2183,7 @@ has_repository_projects: typing.Union[bool, IResolvable] Whether or not repository projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} --- @@ -2195,7 +2195,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2212,7 +2212,7 @@ location: str The location for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#location OrganizationSettings#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#location OrganizationSettings#location} --- @@ -2226,7 +2226,7 @@ members_can_create_internal_repositories: typing.Union[bool, IResolvable] Whether or not organization members can create new internal repositories. For Enterprise Organizations only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} --- @@ -2240,7 +2240,7 @@ members_can_create_pages: typing.Union[bool, IResolvable] Whether or not organization members can create new pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} --- @@ -2254,7 +2254,7 @@ members_can_create_private_pages: typing.Union[bool, IResolvable] Whether or not organization members can create new private pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} --- @@ -2268,7 +2268,7 @@ members_can_create_private_repositories: typing.Union[bool, IResolvable] Whether or not organization members can create new private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} --- @@ -2282,7 +2282,7 @@ members_can_create_public_pages: typing.Union[bool, IResolvable] Whether or not organization members can create new public pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} --- @@ -2296,7 +2296,7 @@ members_can_create_public_repositories: typing.Union[bool, IResolvable] Whether or not organization members can create new public repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} --- @@ -2310,7 +2310,7 @@ members_can_create_repositories: typing.Union[bool, IResolvable] Whether or not organization members can create new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} --- @@ -2324,7 +2324,7 @@ members_can_fork_private_repositories: typing.Union[bool, IResolvable] Whether or not organization members can fork private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} --- @@ -2338,7 +2338,7 @@ name: str The name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#name OrganizationSettings#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#name OrganizationSettings#name} --- @@ -2352,7 +2352,7 @@ secret_scanning_enabled_for_new_repositories: typing.Union[bool, IResolvable] Whether or not secret scanning is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} --- @@ -2366,7 +2366,7 @@ secret_scanning_push_protection_enabled_for_new_repositories: typing.Union[bool, Whether or not secret scanning push protection is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} --- @@ -2380,7 +2380,7 @@ twitter_username: str The Twitter username for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} --- @@ -2394,7 +2394,7 @@ web_commit_signoff_required: typing.Union[bool, IResolvable] Whether or not commit signatures are required for commits to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} --- diff --git a/docs/organizationSettings.typescript.md b/docs/organizationSettings.typescript.md index 2b2f8d41d..2e9f70614 100644 --- a/docs/organizationSettings.typescript.md +++ b/docs/organizationSettings.typescript.md @@ -4,7 +4,7 @@ ### OrganizationSettings -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings github_organization_settings}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings github_organization_settings}. #### Initializers @@ -649,7 +649,7 @@ The construct id used in the generated config for the OrganizationSettings to im The id of the existing OrganizationSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use --- @@ -1471,7 +1471,7 @@ const organizationSettingsConfig: organizationSettings.OrganizationSettingsConfi | email | string | The email address for the organization. | | hasOrganizationProjects | boolean \| cdktf.IResolvable | Whether or not organization projects are enabled for the organization. | | hasRepositoryProjects | boolean \| cdktf.IResolvable | Whether or not repository projects are enabled for the organization. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. | | location | string | The location for the organization. | | membersCanCreateInternalRepositories | boolean \| cdktf.IResolvable | Whether or not organization members can create new internal repositories. For Enterprise Organizations only. | | membersCanCreatePages | boolean \| cdktf.IResolvable | Whether or not organization members can create new pages. | @@ -1569,7 +1569,7 @@ public readonly billingEmail: string; The billing email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} --- @@ -1583,7 +1583,7 @@ public readonly advancedSecurityEnabledForNewRepositories: boolean | IResolvable Whether or not advanced security is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} --- @@ -1597,7 +1597,7 @@ public readonly blog: string; The blog URL for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#blog OrganizationSettings#blog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#blog OrganizationSettings#blog} --- @@ -1611,7 +1611,7 @@ public readonly company: string; The company name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#company OrganizationSettings#company} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#company OrganizationSettings#company} --- @@ -1625,7 +1625,7 @@ public readonly defaultRepositoryPermission: string; The default permission for organization members to create new repositories. Can be one of 'read', 'write', 'admin' or 'none'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} --- @@ -1639,7 +1639,7 @@ public readonly dependabotAlertsEnabledForNewRepositories: boolean | IResolvable Whether or not dependabot alerts are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} --- @@ -1653,7 +1653,7 @@ public readonly dependabotSecurityUpdatesEnabledForNewRepositories: boolean | IR Whether or not dependabot security updates are enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} --- @@ -1667,7 +1667,7 @@ public readonly dependencyGraphEnabledForNewRepositories: boolean | IResolvable; Whether or not dependency graph is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} --- @@ -1681,7 +1681,7 @@ public readonly description: string; The description for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#description OrganizationSettings#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#description OrganizationSettings#description} --- @@ -1695,7 +1695,7 @@ public readonly email: string; The email address for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#email OrganizationSettings#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#email OrganizationSettings#email} --- @@ -1709,7 +1709,7 @@ public readonly hasOrganizationProjects: boolean | IResolvable; Whether or not organization projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} --- @@ -1723,7 +1723,7 @@ public readonly hasRepositoryProjects: boolean | IResolvable; Whether or not repository projects are enabled for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} --- @@ -1735,7 +1735,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1752,7 +1752,7 @@ public readonly location: string; The location for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#location OrganizationSettings#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#location OrganizationSettings#location} --- @@ -1766,7 +1766,7 @@ public readonly membersCanCreateInternalRepositories: boolean | IResolvable; Whether or not organization members can create new internal repositories. For Enterprise Organizations only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} --- @@ -1780,7 +1780,7 @@ public readonly membersCanCreatePages: boolean | IResolvable; Whether or not organization members can create new pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} --- @@ -1794,7 +1794,7 @@ public readonly membersCanCreatePrivatePages: boolean | IResolvable; Whether or not organization members can create new private pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} --- @@ -1808,7 +1808,7 @@ public readonly membersCanCreatePrivateRepositories: boolean | IResolvable; Whether or not organization members can create new private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} --- @@ -1822,7 +1822,7 @@ public readonly membersCanCreatePublicPages: boolean | IResolvable; Whether or not organization members can create new public pages. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} --- @@ -1836,7 +1836,7 @@ public readonly membersCanCreatePublicRepositories: boolean | IResolvable; Whether or not organization members can create new public repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} --- @@ -1850,7 +1850,7 @@ public readonly membersCanCreateRepositories: boolean | IResolvable; Whether or not organization members can create new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} --- @@ -1864,7 +1864,7 @@ public readonly membersCanForkPrivateRepositories: boolean | IResolvable; Whether or not organization members can fork private repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} --- @@ -1878,7 +1878,7 @@ public readonly name: string; The name for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#name OrganizationSettings#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#name OrganizationSettings#name} --- @@ -1892,7 +1892,7 @@ public readonly secretScanningEnabledForNewRepositories: boolean | IResolvable; Whether or not secret scanning is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} --- @@ -1906,7 +1906,7 @@ public readonly secretScanningPushProtectionEnabledForNewRepositories: boolean | Whether or not secret scanning push protection is enabled for new repositories. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} --- @@ -1920,7 +1920,7 @@ public readonly twitterUsername: string; The Twitter username for the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} --- @@ -1934,7 +1934,7 @@ public readonly webCommitSignoffRequired: boolean | IResolvable; Whether or not commit signatures are required for commits to the organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} --- diff --git a/docs/organizationWebhook.csharp.md b/docs/organizationWebhook.csharp.md index f837d7325..c4db344a8 100644 --- a/docs/organizationWebhook.csharp.md +++ b/docs/organizationWebhook.csharp.md @@ -4,7 +4,7 @@ ### OrganizationWebhook -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook github_organization_webhook}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook github_organization_webhook}. #### Initializers @@ -77,7 +77,6 @@ Must be unique amongst siblings in the same scope | ResetActive | *No description.* | | ResetConfiguration | *No description.* | | ResetId | *No description.* | -| ResetName | *No description.* | --- @@ -399,12 +398,6 @@ private void ResetConfiguration() private void ResetId() ``` -##### `ResetName` - -```csharp -private void ResetName() -``` - #### Static Functions | **Name** | **Description** | @@ -508,7 +501,7 @@ The construct id used in the generated config for the OrganizationWebhook to imp The id of the existing OrganizationWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use --- @@ -545,11 +538,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | ConfigurationInput | OrganizationWebhookConfiguration | *No description.* | | EventsInput | string[] | *No description.* | | IdInput | string | *No description.* | -| NameInput | string | *No description.* | | Active | object | *No description.* | | Events | string[] | *No description.* | | Id | string | *No description.* | -| Name | string | *No description.* | --- @@ -765,16 +756,6 @@ public string IdInput { get; } --- -##### `NameInput`Optional - -```csharp -public string NameInput { get; } -``` - -- *Type:* string - ---- - ##### `Active`Required ```csharp @@ -805,16 +786,6 @@ public string Id { get; } --- -##### `Name`Required - -```csharp -public string Name { get; } -``` - -- *Type:* string - ---- - #### Constants | **Name** | **Type** | **Description** | @@ -853,8 +824,7 @@ new OrganizationWebhookConfig { string[] Events, object Active = null, OrganizationWebhookConfiguration Configuration = null, - string Id = null, - string Name = null + string Id = null }; ``` @@ -872,8 +842,7 @@ new OrganizationWebhookConfig { | Events | string[] | A list of events which should trigger the webhook. | | Active | object | Indicate if the webhook should receive events. | | Configuration | OrganizationWebhookConfiguration | configuration block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | --- @@ -957,7 +926,7 @@ public string[] Events { get; set; } A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#events OrganizationWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#events OrganizationWebhook#events} --- @@ -971,7 +940,7 @@ public object Active { get; set; } Indicate if the webhook should receive events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#active OrganizationWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#active OrganizationWebhook#active} --- @@ -985,7 +954,7 @@ public OrganizationWebhookConfiguration Configuration { get; set; } configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} --- @@ -997,25 +966,13 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `Name`Optional - -```csharp -public string Name { get; set; } -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. - ---- - ### OrganizationWebhookConfiguration #### Initializer @@ -1052,7 +1009,7 @@ public string Url { get; set; } The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#url OrganizationWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#url OrganizationWebhook#url} --- @@ -1066,7 +1023,7 @@ public string ContentType { get; set; } The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} --- @@ -1080,7 +1037,7 @@ public object InsecureSsl { get; set; } Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} --- @@ -1094,7 +1051,7 @@ public string Secret { get; set; } The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} --- diff --git a/docs/organizationWebhook.go.md b/docs/organizationWebhook.go.md index d2d7a2368..1e9d51e6d 100644 --- a/docs/organizationWebhook.go.md +++ b/docs/organizationWebhook.go.md @@ -4,12 +4,12 @@ ### OrganizationWebhook -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook github_organization_webhook}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook github_organization_webhook}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationwebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationwebhook" organizationwebhook.NewOrganizationWebhook(scope Construct, id *string, config OrganizationWebhookConfig) OrganizationWebhook ``` @@ -77,7 +77,6 @@ Must be unique amongst siblings in the same scope | ResetActive | *No description.* | | ResetConfiguration | *No description.* | | ResetId | *No description.* | -| ResetName | *No description.* | --- @@ -399,12 +398,6 @@ func ResetConfiguration() func ResetId() ``` -##### `ResetName` - -```go -func ResetName() -``` - #### Static Functions | **Name** | **Description** | @@ -419,7 +412,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationwebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationwebhook" organizationwebhook.OrganizationWebhook_IsConstruct(x interface{}) *bool ``` @@ -451,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationwebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationwebhook" organizationwebhook.OrganizationWebhook_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +458,7 @@ organizationwebhook.OrganizationWebhook_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationwebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationwebhook" organizationwebhook.OrganizationWebhook_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +472,7 @@ organizationwebhook.OrganizationWebhook_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationwebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationwebhook" organizationwebhook.OrganizationWebhook_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -508,7 +501,7 @@ The construct id used in the generated config for the OrganizationWebhook to imp The id of the existing OrganizationWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use --- @@ -545,11 +538,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | ConfigurationInput | OrganizationWebhookConfiguration | *No description.* | | EventsInput | *[]*string | *No description.* | | IdInput | *string | *No description.* | -| NameInput | *string | *No description.* | | Active | interface{} | *No description.* | | Events | *[]*string | *No description.* | | Id | *string | *No description.* | -| Name | *string | *No description.* | --- @@ -765,16 +756,6 @@ func IdInput() *string --- -##### `NameInput`Optional - -```go -func NameInput() *string -``` - -- *Type:* *string - ---- - ##### `Active`Required ```go @@ -805,16 +786,6 @@ func Id() *string --- -##### `Name`Required - -```go -func Name() *string -``` - -- *Type:* *string - ---- - #### Constants | **Name** | **Type** | **Description** | @@ -840,7 +811,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationwebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationwebhook" &organizationwebhook.OrganizationWebhookConfig { Connection: interface{}, @@ -852,9 +823,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationwebhook Provisioners: *[]interface{}, Events: *[]*string, Active: interface{}, - Configuration: github.com/cdktf/cdktf-provider-github-go/github/v13.organizationWebhook.OrganizationWebhookConfiguration, + Configuration: github.com/cdktf/cdktf-provider-github-go/github/v14.organizationWebhook.OrganizationWebhookConfiguration, Id: *string, - Name: *string, } ``` @@ -872,8 +842,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationwebhook | Events | *[]*string | A list of events which should trigger the webhook. | | Active | interface{} | Indicate if the webhook should receive events. | | Configuration | OrganizationWebhookConfiguration | configuration block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | --- @@ -957,7 +926,7 @@ Events *[]*string A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#events OrganizationWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#events OrganizationWebhook#events} --- @@ -971,7 +940,7 @@ Active interface{} Indicate if the webhook should receive events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#active OrganizationWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#active OrganizationWebhook#active} --- @@ -985,7 +954,7 @@ Configuration OrganizationWebhookConfiguration configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} --- @@ -997,31 +966,19 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `Name`Optional - -```go -Name *string -``` - -- *Type:* *string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. - ---- - ### OrganizationWebhookConfiguration #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationwebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationwebhook" &organizationwebhook.OrganizationWebhookConfiguration { Url: *string, @@ -1052,7 +1009,7 @@ Url *string The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#url OrganizationWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#url OrganizationWebhook#url} --- @@ -1066,7 +1023,7 @@ ContentType *string The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} --- @@ -1080,7 +1037,7 @@ InsecureSsl interface{} Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} --- @@ -1094,7 +1051,7 @@ Secret *string The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} --- @@ -1105,7 +1062,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/organizationwebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/organizationwebhook" organizationwebhook.NewOrganizationWebhookConfigurationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) OrganizationWebhookConfigurationOutputReference ``` diff --git a/docs/organizationWebhook.java.md b/docs/organizationWebhook.java.md index 6b8d63f68..44ec2ec26 100644 --- a/docs/organizationWebhook.java.md +++ b/docs/organizationWebhook.java.md @@ -4,7 +4,7 @@ ### OrganizationWebhook -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook github_organization_webhook}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook github_organization_webhook}. #### Initializers @@ -28,7 +28,6 @@ OrganizationWebhook.Builder.create(Construct scope, java.lang.String id) // .active(IResolvable) // .configuration(OrganizationWebhookConfiguration) // .id(java.lang.String) -// .name(java.lang.String) .build(); ``` @@ -46,8 +45,7 @@ OrganizationWebhook.Builder.create(Construct scope, java.lang.String id) | events | java.util.List | A list of events which should trigger the webhook. | | active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicate if the webhook should receive events. | | configuration | OrganizationWebhookConfiguration | configuration block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | --- @@ -117,7 +115,7 @@ Must be unique amongst siblings in the same scope A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#events OrganizationWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#events OrganizationWebhook#events} --- @@ -127,7 +125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Indicate if the webhook should receive events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#active OrganizationWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#active OrganizationWebhook#active} --- @@ -137,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} --- @@ -145,21 +143,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `name`Optional - -- *Type:* java.lang.String - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. - ---- - #### Methods | **Name** | **Description** | @@ -191,7 +181,6 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ | resetActive | *No description.* | | resetConfiguration | *No description.* | | resetId | *No description.* | -| resetName | *No description.* | --- @@ -515,12 +504,6 @@ public void resetConfiguration() public void resetId() ``` -##### `resetName` - -```java -public void resetName() -``` - #### Static Functions | **Name** | **Description** | @@ -624,7 +607,7 @@ The construct id used in the generated config for the OrganizationWebhook to imp The id of the existing OrganizationWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use --- @@ -661,11 +644,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | configurationInput | OrganizationWebhookConfiguration | *No description.* | | eventsInput | java.util.List | *No description.* | | idInput | java.lang.String | *No description.* | -| nameInput | java.lang.String | *No description.* | | active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | events | java.util.List | *No description.* | | id | java.lang.String | *No description.* | -| name | java.lang.String | *No description.* | --- @@ -881,16 +862,6 @@ public java.lang.String getIdInput(); --- -##### `nameInput`Optional - -```java -public java.lang.String getNameInput(); -``` - -- *Type:* java.lang.String - ---- - ##### `active`Required ```java @@ -921,16 +892,6 @@ public java.lang.String getId(); --- -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - ---- - #### Constants | **Name** | **Type** | **Description** | @@ -975,7 +936,6 @@ OrganizationWebhookConfig.builder() // .active(IResolvable) // .configuration(OrganizationWebhookConfiguration) // .id(java.lang.String) -// .name(java.lang.String) .build(); ``` @@ -993,8 +953,7 @@ OrganizationWebhookConfig.builder() | events | java.util.List | A list of events which should trigger the webhook. | | active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicate if the webhook should receive events. | | configuration | OrganizationWebhookConfiguration | configuration block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | --- @@ -1078,7 +1037,7 @@ public java.util.List getEvents(); A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#events OrganizationWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#events OrganizationWebhook#events} --- @@ -1092,7 +1051,7 @@ public java.lang.Object getActive(); Indicate if the webhook should receive events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#active OrganizationWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#active OrganizationWebhook#active} --- @@ -1106,7 +1065,7 @@ public OrganizationWebhookConfiguration getConfiguration(); configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} --- @@ -1118,25 +1077,13 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `name`Optional - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. - ---- - ### OrganizationWebhookConfiguration #### Initializer @@ -1174,7 +1121,7 @@ public java.lang.String getUrl(); The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#url OrganizationWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#url OrganizationWebhook#url} --- @@ -1188,7 +1135,7 @@ public java.lang.String getContentType(); The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} --- @@ -1202,7 +1149,7 @@ public java.lang.Object getInsecureSsl(); Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} --- @@ -1216,7 +1163,7 @@ public java.lang.String getSecret(); The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} --- diff --git a/docs/organizationWebhook.python.md b/docs/organizationWebhook.python.md index 01b0881fc..71cf7dad0 100644 --- a/docs/organizationWebhook.python.md +++ b/docs/organizationWebhook.python.md @@ -4,7 +4,7 @@ ### OrganizationWebhook -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook github_organization_webhook}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook github_organization_webhook}. #### Initializers @@ -24,8 +24,7 @@ organizationWebhook.OrganizationWebhook( events: typing.List[str], active: typing.Union[bool, IResolvable] = None, configuration: OrganizationWebhookConfiguration = None, - id: str = None, - name: str = None + id: str = None ) ``` @@ -43,8 +42,7 @@ organizationWebhook.OrganizationWebhook( | events | typing.List[str] | A list of events which should trigger the webhook. | | active | typing.Union[bool, cdktf.IResolvable] | Indicate if the webhook should receive events. | | configuration | OrganizationWebhookConfiguration | configuration block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | --- @@ -114,7 +112,7 @@ Must be unique amongst siblings in the same scope A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#events OrganizationWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#events OrganizationWebhook#events} --- @@ -124,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Indicate if the webhook should receive events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#active OrganizationWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#active OrganizationWebhook#active} --- @@ -134,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} --- @@ -142,21 +140,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `name`Optional - -- *Type:* str - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. - ---- - #### Methods | **Name** | **Description** | @@ -188,7 +178,6 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ | reset_active | *No description.* | | reset_configuration | *No description.* | | reset_id | *No description.* | -| reset_name | *No description.* | --- @@ -534,7 +523,7 @@ def put_configuration( The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#url OrganizationWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#url OrganizationWebhook#url} --- @@ -544,7 +533,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} --- @@ -554,7 +543,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} --- @@ -564,7 +553,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} --- @@ -586,12 +575,6 @@ def reset_configuration() -> None def reset_id() -> None ``` -##### `reset_name` - -```python -def reset_name() -> None -``` - #### Static Functions | **Name** | **Description** | @@ -706,7 +689,7 @@ The construct id used in the generated config for the OrganizationWebhook to imp The id of the existing OrganizationWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use --- @@ -743,11 +726,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | configuration_input | OrganizationWebhookConfiguration | *No description.* | | events_input | typing.List[str] | *No description.* | | id_input | str | *No description.* | -| name_input | str | *No description.* | | active | typing.Union[bool, cdktf.IResolvable] | *No description.* | | events | typing.List[str] | *No description.* | | id | str | *No description.* | -| name | str | *No description.* | --- @@ -963,16 +944,6 @@ id_input: str --- -##### `name_input`Optional - -```python -name_input: str -``` - -- *Type:* str - ---- - ##### `active`Required ```python @@ -1003,16 +974,6 @@ id: str --- -##### `name`Required - -```python -name: str -``` - -- *Type:* str - ---- - #### Constants | **Name** | **Type** | **Description** | @@ -1051,8 +1012,7 @@ organizationWebhook.OrganizationWebhookConfig( events: typing.List[str], active: typing.Union[bool, IResolvable] = None, configuration: OrganizationWebhookConfiguration = None, - id: str = None, - name: str = None + id: str = None ) ``` @@ -1070,8 +1030,7 @@ organizationWebhook.OrganizationWebhookConfig( | events | typing.List[str] | A list of events which should trigger the webhook. | | active | typing.Union[bool, cdktf.IResolvable] | Indicate if the webhook should receive events. | | configuration | OrganizationWebhookConfiguration | configuration block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | --- @@ -1155,7 +1114,7 @@ events: typing.List[str] A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#events OrganizationWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#events OrganizationWebhook#events} --- @@ -1169,7 +1128,7 @@ active: typing.Union[bool, IResolvable] Indicate if the webhook should receive events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#active OrganizationWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#active OrganizationWebhook#active} --- @@ -1183,7 +1142,7 @@ configuration: OrganizationWebhookConfiguration configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} --- @@ -1195,25 +1154,13 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `name`Optional - -```python -name: str -``` - -- *Type:* str - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. - ---- - ### OrganizationWebhookConfiguration #### Initializer @@ -1250,7 +1197,7 @@ url: str The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#url OrganizationWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#url OrganizationWebhook#url} --- @@ -1264,7 +1211,7 @@ content_type: str The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} --- @@ -1278,7 +1225,7 @@ insecure_ssl: typing.Union[bool, IResolvable] Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} --- @@ -1292,7 +1239,7 @@ secret: str The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} --- diff --git a/docs/organizationWebhook.typescript.md b/docs/organizationWebhook.typescript.md index f9a0a59b1..fedcf284e 100644 --- a/docs/organizationWebhook.typescript.md +++ b/docs/organizationWebhook.typescript.md @@ -4,7 +4,7 @@ ### OrganizationWebhook -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook github_organization_webhook}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook github_organization_webhook}. #### Initializers @@ -77,7 +77,6 @@ Must be unique amongst siblings in the same scope | resetActive | *No description.* | | resetConfiguration | *No description.* | | resetId | *No description.* | -| resetName | *No description.* | --- @@ -399,12 +398,6 @@ public resetConfiguration(): void public resetId(): void ``` -##### `resetName` - -```typescript -public resetName(): void -``` - #### Static Functions | **Name** | **Description** | @@ -508,7 +501,7 @@ The construct id used in the generated config for the OrganizationWebhook to imp The id of the existing OrganizationWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use --- @@ -545,11 +538,9 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | configurationInput | OrganizationWebhookConfiguration | *No description.* | | eventsInput | string[] | *No description.* | | idInput | string | *No description.* | -| nameInput | string | *No description.* | | active | boolean \| cdktf.IResolvable | *No description.* | | events | string[] | *No description.* | | id | string | *No description.* | -| name | string | *No description.* | --- @@ -765,16 +756,6 @@ public readonly idInput: string; --- -##### `nameInput`Optional - -```typescript -public readonly nameInput: string; -``` - -- *Type:* string - ---- - ##### `active`Required ```typescript @@ -805,16 +786,6 @@ public readonly id: string; --- -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - ---- - #### Constants | **Name** | **Type** | **Description** | @@ -859,8 +830,7 @@ const organizationWebhookConfig: organizationWebhook.OrganizationWebhookConfig = | events | string[] | A list of events which should trigger the webhook. | | active | boolean \| cdktf.IResolvable | Indicate if the webhook should receive events. | | configuration | OrganizationWebhookConfiguration | configuration block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. | --- @@ -944,7 +914,7 @@ public readonly events: string[]; A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#events OrganizationWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#events OrganizationWebhook#events} --- @@ -958,7 +928,7 @@ public readonly active: boolean | IResolvable; Indicate if the webhook should receive events. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#active OrganizationWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#active OrganizationWebhook#active} --- @@ -972,7 +942,7 @@ public readonly configuration: OrganizationWebhookConfiguration; configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} --- @@ -984,25 +954,13 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `name`Optional - -```typescript -public readonly name: string; -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name}. - ---- - ### OrganizationWebhookConfiguration #### Initializer @@ -1034,7 +992,7 @@ public readonly url: string; The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#url OrganizationWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#url OrganizationWebhook#url} --- @@ -1048,7 +1006,7 @@ public readonly contentType: string; The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} --- @@ -1062,7 +1020,7 @@ public readonly insecureSsl: boolean | IResolvable; Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} --- @@ -1076,7 +1034,7 @@ public readonly secret: string; The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} --- diff --git a/docs/projectCard.csharp.md b/docs/projectCard.csharp.md index cd31e5c3e..ea41bbc55 100644 --- a/docs/projectCard.csharp.md +++ b/docs/projectCard.csharp.md @@ -4,7 +4,7 @@ ### ProjectCard -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card github_project_card}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card github_project_card}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the ProjectCard to import. The id of the existing ProjectCard that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use --- @@ -859,7 +859,7 @@ new ProjectCardConfig { | ColumnId | string | The ID of the project column. | | ContentId | double | 'github_issue.issue_id'. | | ContentType | string | Must be either 'Issue' or 'PullRequest'. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. | | Note | string | The note contents of the card. Markdown supported. | --- @@ -944,7 +944,7 @@ public string ColumnId { get; set; } The ID of the project column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#column_id ProjectCard#column_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#column_id ProjectCard#column_id} --- @@ -958,7 +958,7 @@ public double ContentId { get; set; } 'github_issue.issue_id'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_id ProjectCard#content_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_id ProjectCard#content_id} --- @@ -972,7 +972,7 @@ public string ContentType { get; set; } Must be either 'Issue' or 'PullRequest'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_type ProjectCard#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_type ProjectCard#content_type} --- @@ -984,7 +984,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1001,7 +1001,7 @@ public string Note { get; set; } The note contents of the card. Markdown supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#note ProjectCard#note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#note ProjectCard#note} --- diff --git a/docs/projectCard.go.md b/docs/projectCard.go.md index c4d5b3b2e..12dd7cec7 100644 --- a/docs/projectCard.go.md +++ b/docs/projectCard.go.md @@ -4,12 +4,12 @@ ### ProjectCard -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card github_project_card}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card github_project_card}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcard" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcard" projectcard.NewProjectCard(scope Construct, id *string, config ProjectCardConfig) ProjectCard ``` @@ -406,7 +406,7 @@ func ResetNote() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcard" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcard" projectcard.ProjectCard_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcard" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcard" projectcard.ProjectCard_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ projectcard.ProjectCard_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcard" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcard" projectcard.ProjectCard_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ projectcard.ProjectCard_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcard" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcard" projectcard.ProjectCard_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -495,7 +495,7 @@ The construct id used in the generated config for the ProjectCard to import. The id of the existing ProjectCard that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use --- @@ -827,7 +827,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcard" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcard" &projectcard.ProjectCardConfig { Connection: interface{}, @@ -859,7 +859,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcard" | ColumnId | *string | The ID of the project column. | | ContentId | *f64 | 'github_issue.issue_id'. | | ContentType | *string | Must be either 'Issue' or 'PullRequest'. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. | | Note | *string | The note contents of the card. Markdown supported. | --- @@ -944,7 +944,7 @@ ColumnId *string The ID of the project column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#column_id ProjectCard#column_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#column_id ProjectCard#column_id} --- @@ -958,7 +958,7 @@ ContentId *f64 'github_issue.issue_id'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_id ProjectCard#content_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_id ProjectCard#content_id} --- @@ -972,7 +972,7 @@ ContentType *string Must be either 'Issue' or 'PullRequest'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_type ProjectCard#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_type ProjectCard#content_type} --- @@ -984,7 +984,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1001,7 +1001,7 @@ Note *string The note contents of the card. Markdown supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#note ProjectCard#note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#note ProjectCard#note} --- diff --git a/docs/projectCard.java.md b/docs/projectCard.java.md index 1e3a25927..cca21080a 100644 --- a/docs/projectCard.java.md +++ b/docs/projectCard.java.md @@ -4,7 +4,7 @@ ### ProjectCard -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card github_project_card}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card github_project_card}. #### Initializers @@ -45,7 +45,7 @@ ProjectCard.Builder.create(Construct scope, java.lang.String id) | columnId | java.lang.String | The ID of the project column. | | contentId | java.lang.Number | 'github_issue.issue_id'. | | contentType | java.lang.String | Must be either 'Issue' or 'PullRequest'. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. | | note | java.lang.String | The note contents of the card. Markdown supported. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The ID of the project column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#column_id ProjectCard#column_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#column_id ProjectCard#column_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ 'github_issue.issue_id'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_id ProjectCard#content_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_id ProjectCard#content_id} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Must be either 'Issue' or 'PullRequest'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_type ProjectCard#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_type ProjectCard#content_type} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 note contents of the card. Markdown supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#note ProjectCard#note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#note ProjectCard#note} --- @@ -612,7 +612,7 @@ The construct id used in the generated config for the ProjectCard to import. The id of the existing ProjectCard that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use --- @@ -980,7 +980,7 @@ ProjectCardConfig.builder() | columnId | java.lang.String | The ID of the project column. | | contentId | java.lang.Number | 'github_issue.issue_id'. | | contentType | java.lang.String | Must be either 'Issue' or 'PullRequest'. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. | | note | java.lang.String | The note contents of the card. Markdown supported. | --- @@ -1065,7 +1065,7 @@ public java.lang.String getColumnId(); The ID of the project column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#column_id ProjectCard#column_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#column_id ProjectCard#column_id} --- @@ -1079,7 +1079,7 @@ public java.lang.Number getContentId(); 'github_issue.issue_id'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_id ProjectCard#content_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_id ProjectCard#content_id} --- @@ -1093,7 +1093,7 @@ public java.lang.String getContentType(); Must be either 'Issue' or 'PullRequest'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_type ProjectCard#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_type ProjectCard#content_type} --- @@ -1105,7 +1105,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1122,7 +1122,7 @@ public java.lang.String getNote(); The note contents of the card. Markdown supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#note ProjectCard#note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#note ProjectCard#note} --- diff --git a/docs/projectCard.python.md b/docs/projectCard.python.md index 5e92921bf..8c85d54d2 100644 --- a/docs/projectCard.python.md +++ b/docs/projectCard.python.md @@ -4,7 +4,7 @@ ### ProjectCard -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card github_project_card}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card github_project_card}. #### Initializers @@ -43,7 +43,7 @@ projectCard.ProjectCard( | column_id | str | The ID of the project column. | | content_id | typing.Union[int, float] | 'github_issue.issue_id'. | | content_type | str | Must be either 'Issue' or 'PullRequest'. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. | | note | str | The note contents of the card. Markdown supported. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The ID of the project column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#column_id ProjectCard#column_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#column_id ProjectCard#column_id} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ 'github_issue.issue_id'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_id ProjectCard#content_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_id ProjectCard#content_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Must be either 'Issue' or 'PullRequest'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_type ProjectCard#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_type ProjectCard#content_type} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 note contents of the card. Markdown supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#note ProjectCard#note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#note ProjectCard#note} --- @@ -656,7 +656,7 @@ The construct id used in the generated config for the ProjectCard to import. The id of the existing ProjectCard that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use --- @@ -1020,7 +1020,7 @@ projectCard.ProjectCardConfig( | column_id | str | The ID of the project column. | | content_id | typing.Union[int, float] | 'github_issue.issue_id'. | | content_type | str | Must be either 'Issue' or 'PullRequest'. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. | | note | str | The note contents of the card. Markdown supported. | --- @@ -1105,7 +1105,7 @@ column_id: str The ID of the project column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#column_id ProjectCard#column_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#column_id ProjectCard#column_id} --- @@ -1119,7 +1119,7 @@ content_id: typing.Union[int, float] 'github_issue.issue_id'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_id ProjectCard#content_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_id ProjectCard#content_id} --- @@ -1133,7 +1133,7 @@ content_type: str Must be either 'Issue' or 'PullRequest'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_type ProjectCard#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_type ProjectCard#content_type} --- @@ -1145,7 +1145,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ note: str The note contents of the card. Markdown supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#note ProjectCard#note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#note ProjectCard#note} --- diff --git a/docs/projectCard.typescript.md b/docs/projectCard.typescript.md index a49c084d2..83cb141c1 100644 --- a/docs/projectCard.typescript.md +++ b/docs/projectCard.typescript.md @@ -4,7 +4,7 @@ ### ProjectCard -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card github_project_card}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card github_project_card}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the ProjectCard to import. The id of the existing ProjectCard that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use --- @@ -846,7 +846,7 @@ const projectCardConfig: projectCard.ProjectCardConfig = { ... } | columnId | string | The ID of the project column. | | contentId | number | 'github_issue.issue_id'. | | contentType | string | Must be either 'Issue' or 'PullRequest'. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. | | note | string | The note contents of the card. Markdown supported. | --- @@ -931,7 +931,7 @@ public readonly columnId: string; The ID of the project column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#column_id ProjectCard#column_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#column_id ProjectCard#column_id} --- @@ -945,7 +945,7 @@ public readonly contentId: number; 'github_issue.issue_id'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_id ProjectCard#content_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_id ProjectCard#content_id} --- @@ -959,7 +959,7 @@ public readonly contentType: string; Must be either 'Issue' or 'PullRequest'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_type ProjectCard#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_type ProjectCard#content_type} --- @@ -971,7 +971,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -988,7 +988,7 @@ public readonly note: string; The note contents of the card. Markdown supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#note ProjectCard#note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#note ProjectCard#note} --- diff --git a/docs/projectColumn.csharp.md b/docs/projectColumn.csharp.md index 63c8aa833..5c07d813b 100644 --- a/docs/projectColumn.csharp.md +++ b/docs/projectColumn.csharp.md @@ -4,7 +4,7 @@ ### ProjectColumn -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column github_project_column}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column github_project_column}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectColumn to import. The id of the existing ProjectColumn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use --- @@ -791,7 +791,7 @@ new ProjectColumnConfig { | Provisioners | object[] | *No description.* | | Name | string | The name of the column. | | ProjectId | string | The ID of an existing project that the column will be created in. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. | --- @@ -875,7 +875,7 @@ public string Name { get; set; } The name of the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#name ProjectColumn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#name ProjectColumn#name} --- @@ -889,7 +889,7 @@ public string ProjectId { get; set; } The ID of an existing project that the column will be created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#project_id ProjectColumn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#project_id ProjectColumn#project_id} --- @@ -901,7 +901,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/projectColumn.go.md b/docs/projectColumn.go.md index 561a8d07f..9956bd13a 100644 --- a/docs/projectColumn.go.md +++ b/docs/projectColumn.go.md @@ -4,12 +4,12 @@ ### ProjectColumn -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column github_project_column}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column github_project_column}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcolumn" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcolumn" projectcolumn.NewProjectColumn(scope Construct, id *string, config ProjectColumnConfig) ProjectColumn ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcolumn" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcolumn" projectcolumn.ProjectColumn_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcolumn" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcolumn" projectcolumn.ProjectColumn_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ projectcolumn.ProjectColumn_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcolumn" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcolumn" projectcolumn.ProjectColumn_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ projectcolumn.ProjectColumn_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcolumn" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcolumn" projectcolumn.ProjectColumn_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectColumn to import. The id of the existing ProjectColumn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use --- @@ -762,7 +762,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcolumn" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/projectcolumn" &projectcolumn.ProjectColumnConfig { Connection: interface{}, @@ -791,7 +791,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/projectcolumn" | Provisioners | *[]interface{} | *No description.* | | Name | *string | The name of the column. | | ProjectId | *string | The ID of an existing project that the column will be created in. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. | --- @@ -875,7 +875,7 @@ Name *string The name of the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#name ProjectColumn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#name ProjectColumn#name} --- @@ -889,7 +889,7 @@ ProjectId *string The ID of an existing project that the column will be created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#project_id ProjectColumn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#project_id ProjectColumn#project_id} --- @@ -901,7 +901,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/projectColumn.java.md b/docs/projectColumn.java.md index bdef8d80c..1235486bb 100644 --- a/docs/projectColumn.java.md +++ b/docs/projectColumn.java.md @@ -4,7 +4,7 @@ ### ProjectColumn -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column github_project_column}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column github_project_column}. #### Initializers @@ -42,7 +42,7 @@ ProjectColumn.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the column. | | projectId | java.lang.String | The ID of an existing project that the column will be created in. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name of the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#name ProjectColumn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#name ProjectColumn#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The ID of an existing project that the column will be created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#project_id ProjectColumn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#project_id ProjectColumn#project_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 ProjectColumn to import. The id of the existing ProjectColumn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use --- @@ -888,7 +888,7 @@ ProjectColumnConfig.builder() | provisioners | java.util.List | *No description.* | | name | java.lang.String | The name of the column. | | projectId | java.lang.String | The ID of an existing project that the column will be created in. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. | --- @@ -972,7 +972,7 @@ public java.lang.String getName(); The name of the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#name ProjectColumn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#name ProjectColumn#name} --- @@ -986,7 +986,7 @@ public java.lang.String getProjectId(); The ID of an existing project that the column will be created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#project_id ProjectColumn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#project_id ProjectColumn#project_id} --- @@ -998,7 +998,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/projectColumn.python.md b/docs/projectColumn.python.md index dd2e3ca78..203538dff 100644 --- a/docs/projectColumn.python.md +++ b/docs/projectColumn.python.md @@ -4,7 +4,7 @@ ### ProjectColumn -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column github_project_column}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column github_project_column}. #### Initializers @@ -40,7 +40,7 @@ projectColumn.ProjectColumn( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the column. | | project_id | str | The ID of an existing project that the column will be created in. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The name of the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#name ProjectColumn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#name ProjectColumn#name} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The ID of an existing project that the column will be created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#project_id ProjectColumn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#project_id ProjectColumn#project_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 ProjectColumn to import. The id of the existing ProjectColumn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use --- @@ -928,7 +928,7 @@ projectColumn.ProjectColumnConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | The name of the column. | | project_id | str | The ID of an existing project that the column will be created in. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. | --- @@ -1012,7 +1012,7 @@ name: str The name of the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#name ProjectColumn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#name ProjectColumn#name} --- @@ -1026,7 +1026,7 @@ project_id: str The ID of an existing project that the column will be created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#project_id ProjectColumn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#project_id ProjectColumn#project_id} --- @@ -1038,7 +1038,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/projectColumn.typescript.md b/docs/projectColumn.typescript.md index 24a9a3ccf..f5ff63604 100644 --- a/docs/projectColumn.typescript.md +++ b/docs/projectColumn.typescript.md @@ -4,7 +4,7 @@ ### ProjectColumn -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column github_project_column}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column github_project_column}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the ProjectColumn to import. The id of the existing ProjectColumn that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use --- @@ -780,7 +780,7 @@ const projectColumnConfig: projectColumn.ProjectColumnConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | The name of the column. | | projectId | string | The ID of an existing project that the column will be created in. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. | --- @@ -864,7 +864,7 @@ public readonly name: string; The name of the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#name ProjectColumn#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#name ProjectColumn#name} --- @@ -878,7 +878,7 @@ public readonly projectId: string; The ID of an existing project that the column will be created in. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#project_id ProjectColumn#project_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#project_id ProjectColumn#project_id} --- @@ -890,7 +890,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index 455eeb076..342b1096d 100644 --- a/docs/provider.csharp.md +++ b/docs/provider.csharp.md @@ -4,7 +4,7 @@ ### GithubProvider -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs github}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs github}. #### Initializers @@ -61,10 +61,13 @@ Must be unique amongst siblings in the same scope | ResetAppAuth | *No description.* | | ResetBaseUrl | *No description.* | | ResetInsecure | *No description.* | +| ResetMaxRetries | *No description.* | | ResetOrganization | *No description.* | | ResetOwner | *No description.* | | ResetParallelRequests | *No description.* | | ResetReadDelayMs | *No description.* | +| ResetRetryableErrors | *No description.* | +| ResetRetryDelayMs | *No description.* | | ResetToken | *No description.* | | ResetWriteDelayMs | *No description.* | @@ -164,6 +167,12 @@ private void ResetBaseUrl() private void ResetInsecure() ``` +##### `ResetMaxRetries` + +```csharp +private void ResetMaxRetries() +``` + ##### `ResetOrganization` ```csharp @@ -188,6 +197,18 @@ private void ResetParallelRequests() private void ResetReadDelayMs() ``` +##### `ResetRetryableErrors` + +```csharp +private void ResetRetryableErrors() +``` + +##### `ResetRetryDelayMs` + +```csharp +private void ResetRetryDelayMs() +``` + ##### `ResetToken` ```csharp @@ -303,7 +324,7 @@ The construct id used in the generated config for the GithubProvider to import. The id of the existing GithubProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -332,19 +353,25 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | AppAuthInput | GithubProviderAppAuth | *No description.* | | BaseUrlInput | string | *No description.* | | InsecureInput | object | *No description.* | +| MaxRetriesInput | double | *No description.* | | OrganizationInput | string | *No description.* | | OwnerInput | string | *No description.* | | ParallelRequestsInput | object | *No description.* | | ReadDelayMsInput | double | *No description.* | +| RetryableErrorsInput | double[] | *No description.* | +| RetryDelayMsInput | double | *No description.* | | TokenInput | string | *No description.* | | WriteDelayMsInput | double | *No description.* | | AppAuth | GithubProviderAppAuth | *No description.* | | BaseUrl | string | *No description.* | | Insecure | object | *No description.* | +| MaxRetries | double | *No description.* | | Organization | string | *No description.* | | Owner | string | *No description.* | | ParallelRequests | object | *No description.* | | ReadDelayMs | double | *No description.* | +| RetryableErrors | double[] | *No description.* | +| RetryDelayMs | double | *No description.* | | Token | string | *No description.* | | WriteDelayMs | double | *No description.* | @@ -482,6 +509,16 @@ public object InsecureInput { get; } --- +##### `MaxRetriesInput`Optional + +```csharp +public double MaxRetriesInput { get; } +``` + +- *Type:* double + +--- + ##### `OrganizationInput`Optional ```csharp @@ -522,6 +559,26 @@ public double ReadDelayMsInput { get; } --- +##### `RetryableErrorsInput`Optional + +```csharp +public double[] RetryableErrorsInput { get; } +``` + +- *Type:* double[] + +--- + +##### `RetryDelayMsInput`Optional + +```csharp +public double RetryDelayMsInput { get; } +``` + +- *Type:* double + +--- + ##### `TokenInput`Optional ```csharp @@ -572,6 +629,16 @@ public object Insecure { get; } --- +##### `MaxRetries`Optional + +```csharp +public double MaxRetries { get; } +``` + +- *Type:* double + +--- + ##### `Organization`Optional ```csharp @@ -612,6 +679,26 @@ public double ReadDelayMs { get; } --- +##### `RetryableErrors`Optional + +```csharp +public double[] RetryableErrors { get; } +``` + +- *Type:* double[] + +--- + +##### `RetryDelayMs`Optional + +```csharp +public double RetryDelayMs { get; } +``` + +- *Type:* double + +--- + ##### `Token`Optional ```csharp @@ -686,7 +773,7 @@ public string Id { get; set; } The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#id GithubProvider#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#id GithubProvider#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -703,7 +790,7 @@ public string InstallationId { get; set; } The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#installation_id GithubProvider#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#installation_id GithubProvider#installation_id} --- @@ -717,7 +804,7 @@ public string PemFile { get; set; } The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#pem_file GithubProvider#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#pem_file GithubProvider#pem_file} --- @@ -733,10 +820,13 @@ new GithubProviderConfig { GithubProviderAppAuth AppAuth = null, string BaseUrl = null, object Insecure = null, + double MaxRetries = null, string Organization = null, string Owner = null, object ParallelRequests = null, double ReadDelayMs = null, + double[] RetryableErrors = null, + double RetryDelayMs = null, string Token = null, double WriteDelayMs = null }; @@ -750,10 +840,13 @@ new GithubProviderConfig { | AppAuth | GithubProviderAppAuth | app_auth block. | | BaseUrl | string | The GitHub Base API URL. | | Insecure | object | Enable `insecure` mode for testing purposes. | +| MaxRetries | double | Number of times to retry a request after receiving an error status codeDefaults to 3. | | Organization | string | The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. | | Owner | string | The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. | | ParallelRequests | object | Allow the provider to make parallel API calls to GitHub. | | ReadDelayMs | double | Amount of time in milliseconds to sleep in between non-write requests to GitHub API. | +| RetryableErrors | double[] | Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. | +| RetryDelayMs | double | Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. | | Token | string | The OAuth token used to connect to GitHub. | | WriteDelayMs | double | Amount of time in milliseconds to sleep in between writes to GitHub API. | @@ -769,7 +862,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#alias GithubProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#alias GithubProvider#alias} --- @@ -783,7 +876,7 @@ public GithubProviderAppAuth AppAuth { get; set; } app_auth block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#app_auth GithubProvider#app_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#app_auth GithubProvider#app_auth} --- @@ -797,7 +890,7 @@ public string BaseUrl { get; set; } The GitHub Base API URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#base_url GithubProvider#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#base_url GithubProvider#base_url} --- @@ -811,7 +904,21 @@ public object Insecure { get; set; } Enable `insecure` mode for testing purposes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#insecure GithubProvider#insecure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#insecure GithubProvider#insecure} + +--- + +##### `MaxRetries`Optional + +```csharp +public double MaxRetries { get; set; } +``` + +- *Type:* double + +Number of times to retry a request after receiving an error status codeDefaults to 3. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#max_retries GithubProvider#max_retries} --- @@ -825,7 +932,7 @@ public string Organization { get; set; } The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#organization GithubProvider#organization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#organization GithubProvider#organization} --- @@ -839,7 +946,7 @@ public string Owner { get; set; } The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#owner GithubProvider#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#owner GithubProvider#owner} --- @@ -855,7 +962,7 @@ Allow the provider to make parallel API calls to GitHub. You may want to set it to true when you have a private Github Enterprise without strict rate limits. Although, it is not possible to enable this setting on github.com because we enforce the respect of github.com's best practices to avoid hitting abuse rate limitsDefaults to false if not set -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#parallel_requests GithubProvider#parallel_requests} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#parallel_requests GithubProvider#parallel_requests} --- @@ -871,7 +978,37 @@ Amount of time in milliseconds to sleep in between non-write requests to GitHub Defaults to 0ms if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#read_delay_ms GithubProvider#read_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#read_delay_ms GithubProvider#read_delay_ms} + +--- + +##### `RetryableErrors`Optional + +```csharp +public double[] RetryableErrors { get; set; } +``` + +- *Type:* double[] + +Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retryable_errors GithubProvider#retryable_errors} + +--- + +##### `RetryDelayMs`Optional + +```csharp +public double RetryDelayMs { get; set; } +``` + +- *Type:* double + +Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. + +Defaults to 1000ms or 1s if not set, the max_retries must be set to greater than zero. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retry_delay_ms GithubProvider#retry_delay_ms} --- @@ -887,7 +1024,7 @@ The OAuth token used to connect to GitHub. Anonymous mode is enabled if both `token` and `app_auth` are not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#token GithubProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#token GithubProvider#token} --- @@ -903,7 +1040,7 @@ Amount of time in milliseconds to sleep in between writes to GitHub API. Defaults to 1000ms or 1s if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#write_delay_ms GithubProvider#write_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#write_delay_ms GithubProvider#write_delay_ms} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index 7a9f25135..0cc2a9d0e 100644 --- a/docs/provider.go.md +++ b/docs/provider.go.md @@ -4,12 +4,12 @@ ### GithubProvider -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs github}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs github}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/provider" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/provider" provider.NewGithubProvider(scope Construct, id *string, config GithubProviderConfig) GithubProvider ``` @@ -61,10 +61,13 @@ Must be unique amongst siblings in the same scope | ResetAppAuth | *No description.* | | ResetBaseUrl | *No description.* | | ResetInsecure | *No description.* | +| ResetMaxRetries | *No description.* | | ResetOrganization | *No description.* | | ResetOwner | *No description.* | | ResetParallelRequests | *No description.* | | ResetReadDelayMs | *No description.* | +| ResetRetryableErrors | *No description.* | +| ResetRetryDelayMs | *No description.* | | ResetToken | *No description.* | | ResetWriteDelayMs | *No description.* | @@ -164,6 +167,12 @@ func ResetBaseUrl() func ResetInsecure() ``` +##### `ResetMaxRetries` + +```go +func ResetMaxRetries() +``` + ##### `ResetOrganization` ```go @@ -188,6 +197,18 @@ func ResetParallelRequests() func ResetReadDelayMs() ``` +##### `ResetRetryableErrors` + +```go +func ResetRetryableErrors() +``` + +##### `ResetRetryDelayMs` + +```go +func ResetRetryDelayMs() +``` + ##### `ResetToken` ```go @@ -214,7 +235,7 @@ func ResetWriteDelayMs() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/provider" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/provider" provider.GithubProvider_IsConstruct(x interface{}) *bool ``` @@ -246,7 +267,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/provider" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/provider" provider.GithubProvider_IsTerraformElement(x interface{}) *bool ``` @@ -260,7 +281,7 @@ provider.GithubProvider_IsTerraformElement(x interface{}) *bool ##### `IsTerraformProvider` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/provider" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/provider" provider.GithubProvider_IsTerraformProvider(x interface{}) *bool ``` @@ -274,7 +295,7 @@ provider.GithubProvider_IsTerraformProvider(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/provider" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/provider" provider.GithubProvider_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -303,7 +324,7 @@ The construct id used in the generated config for the GithubProvider to import. The id of the existing GithubProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -332,19 +353,25 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | AppAuthInput | GithubProviderAppAuth | *No description.* | | BaseUrlInput | *string | *No description.* | | InsecureInput | interface{} | *No description.* | +| MaxRetriesInput | *f64 | *No description.* | | OrganizationInput | *string | *No description.* | | OwnerInput | *string | *No description.* | | ParallelRequestsInput | interface{} | *No description.* | | ReadDelayMsInput | *f64 | *No description.* | +| RetryableErrorsInput | *[]*f64 | *No description.* | +| RetryDelayMsInput | *f64 | *No description.* | | TokenInput | *string | *No description.* | | WriteDelayMsInput | *f64 | *No description.* | | AppAuth | GithubProviderAppAuth | *No description.* | | BaseUrl | *string | *No description.* | | Insecure | interface{} | *No description.* | +| MaxRetries | *f64 | *No description.* | | Organization | *string | *No description.* | | Owner | *string | *No description.* | | ParallelRequests | interface{} | *No description.* | | ReadDelayMs | *f64 | *No description.* | +| RetryableErrors | *[]*f64 | *No description.* | +| RetryDelayMs | *f64 | *No description.* | | Token | *string | *No description.* | | WriteDelayMs | *f64 | *No description.* | @@ -482,6 +509,16 @@ func InsecureInput() interface{} --- +##### `MaxRetriesInput`Optional + +```go +func MaxRetriesInput() *f64 +``` + +- *Type:* *f64 + +--- + ##### `OrganizationInput`Optional ```go @@ -522,6 +559,26 @@ func ReadDelayMsInput() *f64 --- +##### `RetryableErrorsInput`Optional + +```go +func RetryableErrorsInput() *[]*f64 +``` + +- *Type:* *[]*f64 + +--- + +##### `RetryDelayMsInput`Optional + +```go +func RetryDelayMsInput() *f64 +``` + +- *Type:* *f64 + +--- + ##### `TokenInput`Optional ```go @@ -572,6 +629,16 @@ func Insecure() interface{} --- +##### `MaxRetries`Optional + +```go +func MaxRetries() *f64 +``` + +- *Type:* *f64 + +--- + ##### `Organization`Optional ```go @@ -612,6 +679,26 @@ func ReadDelayMs() *f64 --- +##### `RetryableErrors`Optional + +```go +func RetryableErrors() *[]*f64 +``` + +- *Type:* *[]*f64 + +--- + +##### `RetryDelayMs`Optional + +```go +func RetryDelayMs() *f64 +``` + +- *Type:* *f64 + +--- + ##### `Token`Optional ```go @@ -657,7 +744,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/provider" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/provider" &provider.GithubProviderAppAuth { Id: *string, @@ -686,7 +773,7 @@ Id *string The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#id GithubProvider#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#id GithubProvider#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -703,7 +790,7 @@ InstallationId *string The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#installation_id GithubProvider#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#installation_id GithubProvider#installation_id} --- @@ -717,7 +804,7 @@ PemFile *string The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#pem_file GithubProvider#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#pem_file GithubProvider#pem_file} --- @@ -726,17 +813,20 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/provider" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/provider" &provider.GithubProviderConfig { Alias: *string, - AppAuth: github.com/cdktf/cdktf-provider-github-go/github/v13.provider.GithubProviderAppAuth, + AppAuth: github.com/cdktf/cdktf-provider-github-go/github/v14.provider.GithubProviderAppAuth, BaseUrl: *string, Insecure: interface{}, + MaxRetries: *f64, Organization: *string, Owner: *string, ParallelRequests: interface{}, ReadDelayMs: *f64, + RetryableErrors: *[]*f64, + RetryDelayMs: *f64, Token: *string, WriteDelayMs: *f64, } @@ -750,10 +840,13 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/provider" | AppAuth | GithubProviderAppAuth | app_auth block. | | BaseUrl | *string | The GitHub Base API URL. | | Insecure | interface{} | Enable `insecure` mode for testing purposes. | +| MaxRetries | *f64 | Number of times to retry a request after receiving an error status codeDefaults to 3. | | Organization | *string | The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. | | Owner | *string | The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. | | ParallelRequests | interface{} | Allow the provider to make parallel API calls to GitHub. | | ReadDelayMs | *f64 | Amount of time in milliseconds to sleep in between non-write requests to GitHub API. | +| RetryableErrors | *[]*f64 | Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. | +| RetryDelayMs | *f64 | Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. | | Token | *string | The OAuth token used to connect to GitHub. | | WriteDelayMs | *f64 | Amount of time in milliseconds to sleep in between writes to GitHub API. | @@ -769,7 +862,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#alias GithubProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#alias GithubProvider#alias} --- @@ -783,7 +876,7 @@ AppAuth GithubProviderAppAuth app_auth block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#app_auth GithubProvider#app_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#app_auth GithubProvider#app_auth} --- @@ -797,7 +890,7 @@ BaseUrl *string The GitHub Base API URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#base_url GithubProvider#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#base_url GithubProvider#base_url} --- @@ -811,7 +904,21 @@ Insecure interface{} Enable `insecure` mode for testing purposes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#insecure GithubProvider#insecure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#insecure GithubProvider#insecure} + +--- + +##### `MaxRetries`Optional + +```go +MaxRetries *f64 +``` + +- *Type:* *f64 + +Number of times to retry a request after receiving an error status codeDefaults to 3. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#max_retries GithubProvider#max_retries} --- @@ -825,7 +932,7 @@ Organization *string The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#organization GithubProvider#organization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#organization GithubProvider#organization} --- @@ -839,7 +946,7 @@ Owner *string The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#owner GithubProvider#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#owner GithubProvider#owner} --- @@ -855,7 +962,7 @@ Allow the provider to make parallel API calls to GitHub. You may want to set it to true when you have a private Github Enterprise without strict rate limits. Although, it is not possible to enable this setting on github.com because we enforce the respect of github.com's best practices to avoid hitting abuse rate limitsDefaults to false if not set -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#parallel_requests GithubProvider#parallel_requests} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#parallel_requests GithubProvider#parallel_requests} --- @@ -871,7 +978,37 @@ Amount of time in milliseconds to sleep in between non-write requests to GitHub Defaults to 0ms if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#read_delay_ms GithubProvider#read_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#read_delay_ms GithubProvider#read_delay_ms} + +--- + +##### `RetryableErrors`Optional + +```go +RetryableErrors *[]*f64 +``` + +- *Type:* *[]*f64 + +Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retryable_errors GithubProvider#retryable_errors} + +--- + +##### `RetryDelayMs`Optional + +```go +RetryDelayMs *f64 +``` + +- *Type:* *f64 + +Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. + +Defaults to 1000ms or 1s if not set, the max_retries must be set to greater than zero. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retry_delay_ms GithubProvider#retry_delay_ms} --- @@ -887,7 +1024,7 @@ The OAuth token used to connect to GitHub. Anonymous mode is enabled if both `token` and `app_auth` are not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#token GithubProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#token GithubProvider#token} --- @@ -903,7 +1040,7 @@ Amount of time in milliseconds to sleep in between writes to GitHub API. Defaults to 1000ms or 1s if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#write_delay_ms GithubProvider#write_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#write_delay_ms GithubProvider#write_delay_ms} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index c260c6766..4d3c6297d 100644 --- a/docs/provider.java.md +++ b/docs/provider.java.md @@ -4,7 +4,7 @@ ### GithubProvider -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs github}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs github}. #### Initializers @@ -17,11 +17,14 @@ GithubProvider.Builder.create(Construct scope, java.lang.String id) // .baseUrl(java.lang.String) // .insecure(java.lang.Boolean) // .insecure(IResolvable) +// .maxRetries(java.lang.Number) // .organization(java.lang.String) // .owner(java.lang.String) // .parallelRequests(java.lang.Boolean) // .parallelRequests(IResolvable) // .readDelayMs(java.lang.Number) +// .retryableErrors(java.util.List) +// .retryDelayMs(java.lang.Number) // .token(java.lang.String) // .writeDelayMs(java.lang.Number) .build(); @@ -35,10 +38,13 @@ GithubProvider.Builder.create(Construct scope, java.lang.String id) | appAuth | GithubProviderAppAuth | app_auth block. | | baseUrl | java.lang.String | The GitHub Base API URL. | | insecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable `insecure` mode for testing purposes. | +| maxRetries | java.lang.Number | Number of times to retry a request after receiving an error status codeDefaults to 3. | | organization | java.lang.String | The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. | | owner | java.lang.String | The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. | | parallelRequests | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allow the provider to make parallel API calls to GitHub. | | readDelayMs | java.lang.Number | Amount of time in milliseconds to sleep in between non-write requests to GitHub API. | +| retryableErrors | java.util.List | Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. | +| retryDelayMs | java.lang.Number | Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. | | token | java.lang.String | The OAuth token used to connect to GitHub. | | writeDelayMs | java.lang.Number | Amount of time in milliseconds to sleep in between writes to GitHub API. | @@ -68,7 +74,7 @@ Must be unique amongst siblings in the same scope Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#alias GithubProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#alias GithubProvider#alias} --- @@ -78,7 +84,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ app_auth block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#app_auth GithubProvider#app_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#app_auth GithubProvider#app_auth} --- @@ -88,7 +94,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub Base API URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#base_url GithubProvider#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#base_url GithubProvider#base_url} --- @@ -98,7 +104,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Enable `insecure` mode for testing purposes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#insecure GithubProvider#insecure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#insecure GithubProvider#insecure} + +--- + +##### `maxRetries`Optional + +- *Type:* java.lang.Number + +Number of times to retry a request after receiving an error status codeDefaults to 3. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#max_retries GithubProvider#max_retries} --- @@ -108,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#organization GithubProvider#organization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#organization GithubProvider#organization} --- @@ -118,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#owner GithubProvider#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#owner GithubProvider#owner} --- @@ -130,7 +146,7 @@ Allow the provider to make parallel API calls to GitHub. You may want to set it to true when you have a private Github Enterprise without strict rate limits. Although, it is not possible to enable this setting on github.com because we enforce the respect of github.com's best practices to avoid hitting abuse rate limitsDefaults to false if not set -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#parallel_requests GithubProvider#parallel_requests} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#parallel_requests GithubProvider#parallel_requests} --- @@ -142,7 +158,29 @@ Amount of time in milliseconds to sleep in between non-write requests to GitHub Defaults to 0ms if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#read_delay_ms GithubProvider#read_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#read_delay_ms GithubProvider#read_delay_ms} + +--- + +##### `retryableErrors`Optional + +- *Type:* java.util.List + +Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retryable_errors GithubProvider#retryable_errors} + +--- + +##### `retryDelayMs`Optional + +- *Type:* java.lang.Number + +Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. + +Defaults to 1000ms or 1s if not set, the max_retries must be set to greater than zero. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retry_delay_ms GithubProvider#retry_delay_ms} --- @@ -154,7 +192,7 @@ The OAuth token used to connect to GitHub. Anonymous mode is enabled if both `token` and `app_auth` are not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#token GithubProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#token GithubProvider#token} --- @@ -166,7 +204,7 @@ Amount of time in milliseconds to sleep in between writes to GitHub API. Defaults to 1000ms or 1s if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#write_delay_ms GithubProvider#write_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#write_delay_ms GithubProvider#write_delay_ms} --- @@ -185,10 +223,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ | resetAppAuth | *No description.* | | resetBaseUrl | *No description.* | | resetInsecure | *No description.* | +| resetMaxRetries | *No description.* | | resetOrganization | *No description.* | | resetOwner | *No description.* | | resetParallelRequests | *No description.* | | resetReadDelayMs | *No description.* | +| resetRetryableErrors | *No description.* | +| resetRetryDelayMs | *No description.* | | resetToken | *No description.* | | resetWriteDelayMs | *No description.* | @@ -288,6 +329,12 @@ public void resetBaseUrl() public void resetInsecure() ``` +##### `resetMaxRetries` + +```java +public void resetMaxRetries() +``` + ##### `resetOrganization` ```java @@ -312,6 +359,18 @@ public void resetParallelRequests() public void resetReadDelayMs() ``` +##### `resetRetryableErrors` + +```java +public void resetRetryableErrors() +``` + +##### `resetRetryDelayMs` + +```java +public void resetRetryDelayMs() +``` + ##### `resetToken` ```java @@ -427,7 +486,7 @@ The construct id used in the generated config for the GithubProvider to import. The id of the existing GithubProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -456,19 +515,25 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | appAuthInput | GithubProviderAppAuth | *No description.* | | baseUrlInput | java.lang.String | *No description.* | | insecureInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | +| maxRetriesInput | java.lang.Number | *No description.* | | organizationInput | java.lang.String | *No description.* | | ownerInput | java.lang.String | *No description.* | | parallelRequestsInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | readDelayMsInput | java.lang.Number | *No description.* | +| retryableErrorsInput | java.util.List | *No description.* | +| retryDelayMsInput | java.lang.Number | *No description.* | | tokenInput | java.lang.String | *No description.* | | writeDelayMsInput | java.lang.Number | *No description.* | | appAuth | GithubProviderAppAuth | *No description.* | | baseUrl | java.lang.String | *No description.* | | insecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | +| maxRetries | java.lang.Number | *No description.* | | organization | java.lang.String | *No description.* | | owner | java.lang.String | *No description.* | | parallelRequests | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | readDelayMs | java.lang.Number | *No description.* | +| retryableErrors | java.util.List | *No description.* | +| retryDelayMs | java.lang.Number | *No description.* | | token | java.lang.String | *No description.* | | writeDelayMs | java.lang.Number | *No description.* | @@ -606,6 +671,16 @@ public java.lang.Object getInsecureInput(); --- +##### `maxRetriesInput`Optional + +```java +public java.lang.Number getMaxRetriesInput(); +``` + +- *Type:* java.lang.Number + +--- + ##### `organizationInput`Optional ```java @@ -646,6 +721,26 @@ public java.lang.Number getReadDelayMsInput(); --- +##### `retryableErrorsInput`Optional + +```java +public java.util.List getRetryableErrorsInput(); +``` + +- *Type:* java.util.List + +--- + +##### `retryDelayMsInput`Optional + +```java +public java.lang.Number getRetryDelayMsInput(); +``` + +- *Type:* java.lang.Number + +--- + ##### `tokenInput`Optional ```java @@ -696,6 +791,16 @@ public java.lang.Object getInsecure(); --- +##### `maxRetries`Optional + +```java +public java.lang.Number getMaxRetries(); +``` + +- *Type:* java.lang.Number + +--- + ##### `organization`Optional ```java @@ -736,6 +841,26 @@ public java.lang.Number getReadDelayMs(); --- +##### `retryableErrors`Optional + +```java +public java.util.List getRetryableErrors(); +``` + +- *Type:* java.util.List + +--- + +##### `retryDelayMs`Optional + +```java +public java.lang.Number getRetryDelayMs(); +``` + +- *Type:* java.lang.Number + +--- + ##### `token`Optional ```java @@ -810,7 +935,7 @@ public java.lang.String getId(); The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#id GithubProvider#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#id GithubProvider#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -827,7 +952,7 @@ public java.lang.String getInstallationId(); The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#installation_id GithubProvider#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#installation_id GithubProvider#installation_id} --- @@ -841,7 +966,7 @@ public java.lang.String getPemFile(); The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#pem_file GithubProvider#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#pem_file GithubProvider#pem_file} --- @@ -858,11 +983,14 @@ GithubProviderConfig.builder() // .baseUrl(java.lang.String) // .insecure(java.lang.Boolean) // .insecure(IResolvable) +// .maxRetries(java.lang.Number) // .organization(java.lang.String) // .owner(java.lang.String) // .parallelRequests(java.lang.Boolean) // .parallelRequests(IResolvable) // .readDelayMs(java.lang.Number) +// .retryableErrors(java.util.List) +// .retryDelayMs(java.lang.Number) // .token(java.lang.String) // .writeDelayMs(java.lang.Number) .build(); @@ -876,10 +1004,13 @@ GithubProviderConfig.builder() | appAuth | GithubProviderAppAuth | app_auth block. | | baseUrl | java.lang.String | The GitHub Base API URL. | | insecure | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable `insecure` mode for testing purposes. | +| maxRetries | java.lang.Number | Number of times to retry a request after receiving an error status codeDefaults to 3. | | organization | java.lang.String | The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. | | owner | java.lang.String | The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. | | parallelRequests | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allow the provider to make parallel API calls to GitHub. | | readDelayMs | java.lang.Number | Amount of time in milliseconds to sleep in between non-write requests to GitHub API. | +| retryableErrors | java.util.List | Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. | +| retryDelayMs | java.lang.Number | Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. | | token | java.lang.String | The OAuth token used to connect to GitHub. | | writeDelayMs | java.lang.Number | Amount of time in milliseconds to sleep in between writes to GitHub API. | @@ -895,7 +1026,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#alias GithubProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#alias GithubProvider#alias} --- @@ -909,7 +1040,7 @@ public GithubProviderAppAuth getAppAuth(); app_auth block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#app_auth GithubProvider#app_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#app_auth GithubProvider#app_auth} --- @@ -923,7 +1054,7 @@ public java.lang.String getBaseUrl(); The GitHub Base API URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#base_url GithubProvider#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#base_url GithubProvider#base_url} --- @@ -937,7 +1068,21 @@ public java.lang.Object getInsecure(); Enable `insecure` mode for testing purposes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#insecure GithubProvider#insecure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#insecure GithubProvider#insecure} + +--- + +##### `maxRetries`Optional + +```java +public java.lang.Number getMaxRetries(); +``` + +- *Type:* java.lang.Number + +Number of times to retry a request after receiving an error status codeDefaults to 3. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#max_retries GithubProvider#max_retries} --- @@ -951,7 +1096,7 @@ public java.lang.String getOrganization(); The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#organization GithubProvider#organization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#organization GithubProvider#organization} --- @@ -965,7 +1110,7 @@ public java.lang.String getOwner(); The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#owner GithubProvider#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#owner GithubProvider#owner} --- @@ -981,7 +1126,7 @@ Allow the provider to make parallel API calls to GitHub. You may want to set it to true when you have a private Github Enterprise without strict rate limits. Although, it is not possible to enable this setting on github.com because we enforce the respect of github.com's best practices to avoid hitting abuse rate limitsDefaults to false if not set -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#parallel_requests GithubProvider#parallel_requests} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#parallel_requests GithubProvider#parallel_requests} --- @@ -997,7 +1142,37 @@ Amount of time in milliseconds to sleep in between non-write requests to GitHub Defaults to 0ms if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#read_delay_ms GithubProvider#read_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#read_delay_ms GithubProvider#read_delay_ms} + +--- + +##### `retryableErrors`Optional + +```java +public java.util.List getRetryableErrors(); +``` + +- *Type:* java.util.List + +Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retryable_errors GithubProvider#retryable_errors} + +--- + +##### `retryDelayMs`Optional + +```java +public java.lang.Number getRetryDelayMs(); +``` + +- *Type:* java.lang.Number + +Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. + +Defaults to 1000ms or 1s if not set, the max_retries must be set to greater than zero. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retry_delay_ms GithubProvider#retry_delay_ms} --- @@ -1013,7 +1188,7 @@ The OAuth token used to connect to GitHub. Anonymous mode is enabled if both `token` and `app_auth` are not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#token GithubProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#token GithubProvider#token} --- @@ -1029,7 +1204,7 @@ Amount of time in milliseconds to sleep in between writes to GitHub API. Defaults to 1000ms or 1s if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#write_delay_ms GithubProvider#write_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#write_delay_ms GithubProvider#write_delay_ms} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index d0cbe207b..1a15d4e9e 100644 --- a/docs/provider.python.md +++ b/docs/provider.python.md @@ -4,7 +4,7 @@ ### GithubProvider -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs github}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs github}. #### Initializers @@ -18,10 +18,13 @@ provider.GithubProvider( app_auth: GithubProviderAppAuth = None, base_url: str = None, insecure: typing.Union[bool, IResolvable] = None, + max_retries: typing.Union[int, float] = None, organization: str = None, owner: str = None, parallel_requests: typing.Union[bool, IResolvable] = None, read_delay_ms: typing.Union[int, float] = None, + retryable_errors: typing.List[typing.Union[int, float]] = None, + retry_delay_ms: typing.Union[int, float] = None, token: str = None, write_delay_ms: typing.Union[int, float] = None ) @@ -35,10 +38,13 @@ provider.GithubProvider( | app_auth | GithubProviderAppAuth | app_auth block. | | base_url | str | The GitHub Base API URL. | | insecure | typing.Union[bool, cdktf.IResolvable] | Enable `insecure` mode for testing purposes. | +| max_retries | typing.Union[int, float] | Number of times to retry a request after receiving an error status codeDefaults to 3. | | organization | str | The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. | | owner | str | The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. | | parallel_requests | typing.Union[bool, cdktf.IResolvable] | Allow the provider to make parallel API calls to GitHub. | | read_delay_ms | typing.Union[int, float] | Amount of time in milliseconds to sleep in between non-write requests to GitHub API. | +| retryable_errors | typing.List[typing.Union[int, float]] | Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. | +| retry_delay_ms | typing.Union[int, float] | Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. | | token | str | The OAuth token used to connect to GitHub. | | write_delay_ms | typing.Union[int, float] | Amount of time in milliseconds to sleep in between writes to GitHub API. | @@ -68,7 +74,7 @@ Must be unique amongst siblings in the same scope Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#alias GithubProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#alias GithubProvider#alias} --- @@ -78,7 +84,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ app_auth block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#app_auth GithubProvider#app_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#app_auth GithubProvider#app_auth} --- @@ -88,7 +94,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub Base API URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#base_url GithubProvider#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#base_url GithubProvider#base_url} --- @@ -98,7 +104,17 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Enable `insecure` mode for testing purposes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#insecure GithubProvider#insecure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#insecure GithubProvider#insecure} + +--- + +##### `max_retries`Optional + +- *Type:* typing.Union[int, float] + +Number of times to retry a request after receiving an error status codeDefaults to 3. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#max_retries GithubProvider#max_retries} --- @@ -108,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#organization GithubProvider#organization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#organization GithubProvider#organization} --- @@ -118,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#owner GithubProvider#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#owner GithubProvider#owner} --- @@ -130,7 +146,7 @@ Allow the provider to make parallel API calls to GitHub. You may want to set it to true when you have a private Github Enterprise without strict rate limits. Although, it is not possible to enable this setting on github.com because we enforce the respect of github.com's best practices to avoid hitting abuse rate limitsDefaults to false if not set -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#parallel_requests GithubProvider#parallel_requests} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#parallel_requests GithubProvider#parallel_requests} --- @@ -142,7 +158,29 @@ Amount of time in milliseconds to sleep in between non-write requests to GitHub Defaults to 0ms if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#read_delay_ms GithubProvider#read_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#read_delay_ms GithubProvider#read_delay_ms} + +--- + +##### `retryable_errors`Optional + +- *Type:* typing.List[typing.Union[int, float]] + +Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retryable_errors GithubProvider#retryable_errors} + +--- + +##### `retry_delay_ms`Optional + +- *Type:* typing.Union[int, float] + +Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. + +Defaults to 1000ms or 1s if not set, the max_retries must be set to greater than zero. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retry_delay_ms GithubProvider#retry_delay_ms} --- @@ -154,7 +192,7 @@ The OAuth token used to connect to GitHub. Anonymous mode is enabled if both `token` and `app_auth` are not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#token GithubProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#token GithubProvider#token} --- @@ -166,7 +204,7 @@ Amount of time in milliseconds to sleep in between writes to GitHub API. Defaults to 1000ms or 1s if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#write_delay_ms GithubProvider#write_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#write_delay_ms GithubProvider#write_delay_ms} --- @@ -185,10 +223,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ | reset_app_auth | *No description.* | | reset_base_url | *No description.* | | reset_insecure | *No description.* | +| reset_max_retries | *No description.* | | reset_organization | *No description.* | | reset_owner | *No description.* | | reset_parallel_requests | *No description.* | | reset_read_delay_ms | *No description.* | +| reset_retryable_errors | *No description.* | +| reset_retry_delay_ms | *No description.* | | reset_token | *No description.* | | reset_write_delay_ms | *No description.* | @@ -293,6 +334,12 @@ def reset_base_url() -> None def reset_insecure() -> None ``` +##### `reset_max_retries` + +```python +def reset_max_retries() -> None +``` + ##### `reset_organization` ```python @@ -317,6 +364,18 @@ def reset_parallel_requests() -> None def reset_read_delay_ms() -> None ``` +##### `reset_retryable_errors` + +```python +def reset_retryable_errors() -> None +``` + +##### `reset_retry_delay_ms` + +```python +def reset_retry_delay_ms() -> None +``` + ##### `reset_token` ```python @@ -443,7 +502,7 @@ The construct id used in the generated config for the GithubProvider to import. The id of the existing GithubProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -472,19 +531,25 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | app_auth_input | GithubProviderAppAuth | *No description.* | | base_url_input | str | *No description.* | | insecure_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | +| max_retries_input | typing.Union[int, float] | *No description.* | | organization_input | str | *No description.* | | owner_input | str | *No description.* | | parallel_requests_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | read_delay_ms_input | typing.Union[int, float] | *No description.* | +| retryable_errors_input | typing.List[typing.Union[int, float]] | *No description.* | +| retry_delay_ms_input | typing.Union[int, float] | *No description.* | | token_input | str | *No description.* | | write_delay_ms_input | typing.Union[int, float] | *No description.* | | app_auth | GithubProviderAppAuth | *No description.* | | base_url | str | *No description.* | | insecure | typing.Union[bool, cdktf.IResolvable] | *No description.* | +| max_retries | typing.Union[int, float] | *No description.* | | organization | str | *No description.* | | owner | str | *No description.* | | parallel_requests | typing.Union[bool, cdktf.IResolvable] | *No description.* | | read_delay_ms | typing.Union[int, float] | *No description.* | +| retryable_errors | typing.List[typing.Union[int, float]] | *No description.* | +| retry_delay_ms | typing.Union[int, float] | *No description.* | | token | str | *No description.* | | write_delay_ms | typing.Union[int, float] | *No description.* | @@ -622,6 +687,16 @@ insecure_input: typing.Union[bool, IResolvable] --- +##### `max_retries_input`Optional + +```python +max_retries_input: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +--- + ##### `organization_input`Optional ```python @@ -662,6 +737,26 @@ read_delay_ms_input: typing.Union[int, float] --- +##### `retryable_errors_input`Optional + +```python +retryable_errors_input: typing.List[typing.Union[int, float]] +``` + +- *Type:* typing.List[typing.Union[int, float]] + +--- + +##### `retry_delay_ms_input`Optional + +```python +retry_delay_ms_input: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +--- + ##### `token_input`Optional ```python @@ -712,6 +807,16 @@ insecure: typing.Union[bool, IResolvable] --- +##### `max_retries`Optional + +```python +max_retries: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +--- + ##### `organization`Optional ```python @@ -752,6 +857,26 @@ read_delay_ms: typing.Union[int, float] --- +##### `retryable_errors`Optional + +```python +retryable_errors: typing.List[typing.Union[int, float]] +``` + +- *Type:* typing.List[typing.Union[int, float]] + +--- + +##### `retry_delay_ms`Optional + +```python +retry_delay_ms: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +--- + ##### `token`Optional ```python @@ -826,7 +951,7 @@ id: str The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#id GithubProvider#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#id GithubProvider#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -843,7 +968,7 @@ installation_id: str The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#installation_id GithubProvider#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#installation_id GithubProvider#installation_id} --- @@ -857,7 +982,7 @@ pem_file: str The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#pem_file GithubProvider#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#pem_file GithubProvider#pem_file} --- @@ -873,10 +998,13 @@ provider.GithubProviderConfig( app_auth: GithubProviderAppAuth = None, base_url: str = None, insecure: typing.Union[bool, IResolvable] = None, + max_retries: typing.Union[int, float] = None, organization: str = None, owner: str = None, parallel_requests: typing.Union[bool, IResolvable] = None, read_delay_ms: typing.Union[int, float] = None, + retryable_errors: typing.List[typing.Union[int, float]] = None, + retry_delay_ms: typing.Union[int, float] = None, token: str = None, write_delay_ms: typing.Union[int, float] = None ) @@ -890,10 +1018,13 @@ provider.GithubProviderConfig( | app_auth | GithubProviderAppAuth | app_auth block. | | base_url | str | The GitHub Base API URL. | | insecure | typing.Union[bool, cdktf.IResolvable] | Enable `insecure` mode for testing purposes. | +| max_retries | typing.Union[int, float] | Number of times to retry a request after receiving an error status codeDefaults to 3. | | organization | str | The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. | | owner | str | The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. | | parallel_requests | typing.Union[bool, cdktf.IResolvable] | Allow the provider to make parallel API calls to GitHub. | | read_delay_ms | typing.Union[int, float] | Amount of time in milliseconds to sleep in between non-write requests to GitHub API. | +| retryable_errors | typing.List[typing.Union[int, float]] | Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. | +| retry_delay_ms | typing.Union[int, float] | Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. | | token | str | The OAuth token used to connect to GitHub. | | write_delay_ms | typing.Union[int, float] | Amount of time in milliseconds to sleep in between writes to GitHub API. | @@ -909,7 +1040,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#alias GithubProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#alias GithubProvider#alias} --- @@ -923,7 +1054,7 @@ app_auth: GithubProviderAppAuth app_auth block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#app_auth GithubProvider#app_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#app_auth GithubProvider#app_auth} --- @@ -937,7 +1068,7 @@ base_url: str The GitHub Base API URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#base_url GithubProvider#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#base_url GithubProvider#base_url} --- @@ -951,7 +1082,21 @@ insecure: typing.Union[bool, IResolvable] Enable `insecure` mode for testing purposes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#insecure GithubProvider#insecure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#insecure GithubProvider#insecure} + +--- + +##### `max_retries`Optional + +```python +max_retries: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +Number of times to retry a request after receiving an error status codeDefaults to 3. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#max_retries GithubProvider#max_retries} --- @@ -965,7 +1110,7 @@ organization: str The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#organization GithubProvider#organization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#organization GithubProvider#organization} --- @@ -979,7 +1124,7 @@ owner: str The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#owner GithubProvider#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#owner GithubProvider#owner} --- @@ -995,7 +1140,7 @@ Allow the provider to make parallel API calls to GitHub. You may want to set it to true when you have a private Github Enterprise without strict rate limits. Although, it is not possible to enable this setting on github.com because we enforce the respect of github.com's best practices to avoid hitting abuse rate limitsDefaults to false if not set -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#parallel_requests GithubProvider#parallel_requests} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#parallel_requests GithubProvider#parallel_requests} --- @@ -1011,7 +1156,37 @@ Amount of time in milliseconds to sleep in between non-write requests to GitHub Defaults to 0ms if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#read_delay_ms GithubProvider#read_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#read_delay_ms GithubProvider#read_delay_ms} + +--- + +##### `retryable_errors`Optional + +```python +retryable_errors: typing.List[typing.Union[int, float]] +``` + +- *Type:* typing.List[typing.Union[int, float]] + +Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retryable_errors GithubProvider#retryable_errors} + +--- + +##### `retry_delay_ms`Optional + +```python +retry_delay_ms: typing.Union[int, float] +``` + +- *Type:* typing.Union[int, float] + +Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. + +Defaults to 1000ms or 1s if not set, the max_retries must be set to greater than zero. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retry_delay_ms GithubProvider#retry_delay_ms} --- @@ -1027,7 +1202,7 @@ The OAuth token used to connect to GitHub. Anonymous mode is enabled if both `token` and `app_auth` are not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#token GithubProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#token GithubProvider#token} --- @@ -1043,7 +1218,7 @@ Amount of time in milliseconds to sleep in between writes to GitHub API. Defaults to 1000ms or 1s if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#write_delay_ms GithubProvider#write_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#write_delay_ms GithubProvider#write_delay_ms} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index eba9e1bf3..3b1e99123 100644 --- a/docs/provider.typescript.md +++ b/docs/provider.typescript.md @@ -4,7 +4,7 @@ ### GithubProvider -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs github}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs github}. #### Initializers @@ -61,10 +61,13 @@ Must be unique amongst siblings in the same scope | resetAppAuth | *No description.* | | resetBaseUrl | *No description.* | | resetInsecure | *No description.* | +| resetMaxRetries | *No description.* | | resetOrganization | *No description.* | | resetOwner | *No description.* | | resetParallelRequests | *No description.* | | resetReadDelayMs | *No description.* | +| resetRetryableErrors | *No description.* | +| resetRetryDelayMs | *No description.* | | resetToken | *No description.* | | resetWriteDelayMs | *No description.* | @@ -164,6 +167,12 @@ public resetBaseUrl(): void public resetInsecure(): void ``` +##### `resetMaxRetries` + +```typescript +public resetMaxRetries(): void +``` + ##### `resetOrganization` ```typescript @@ -188,6 +197,18 @@ public resetParallelRequests(): void public resetReadDelayMs(): void ``` +##### `resetRetryableErrors` + +```typescript +public resetRetryableErrors(): void +``` + +##### `resetRetryDelayMs` + +```typescript +public resetRetryDelayMs(): void +``` + ##### `resetToken` ```typescript @@ -303,7 +324,7 @@ The construct id used in the generated config for the GithubProvider to import. The id of the existing GithubProvider that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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/integrations/github/6.0.0/docs#import import section} in the documentation of this resource for the id to use --- @@ -332,19 +353,25 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | appAuthInput | GithubProviderAppAuth | *No description.* | | baseUrlInput | string | *No description.* | | insecureInput | boolean \| cdktf.IResolvable | *No description.* | +| maxRetriesInput | number | *No description.* | | organizationInput | string | *No description.* | | ownerInput | string | *No description.* | | parallelRequestsInput | boolean \| cdktf.IResolvable | *No description.* | | readDelayMsInput | number | *No description.* | +| retryableErrorsInput | number[] | *No description.* | +| retryDelayMsInput | number | *No description.* | | tokenInput | string | *No description.* | | writeDelayMsInput | number | *No description.* | | appAuth | GithubProviderAppAuth | *No description.* | | baseUrl | string | *No description.* | | insecure | boolean \| cdktf.IResolvable | *No description.* | +| maxRetries | number | *No description.* | | organization | string | *No description.* | | owner | string | *No description.* | | parallelRequests | boolean \| cdktf.IResolvable | *No description.* | | readDelayMs | number | *No description.* | +| retryableErrors | number[] | *No description.* | +| retryDelayMs | number | *No description.* | | token | string | *No description.* | | writeDelayMs | number | *No description.* | @@ -482,6 +509,16 @@ public readonly insecureInput: boolean | IResolvable; --- +##### `maxRetriesInput`Optional + +```typescript +public readonly maxRetriesInput: number; +``` + +- *Type:* number + +--- + ##### `organizationInput`Optional ```typescript @@ -522,6 +559,26 @@ public readonly readDelayMsInput: number; --- +##### `retryableErrorsInput`Optional + +```typescript +public readonly retryableErrorsInput: number[]; +``` + +- *Type:* number[] + +--- + +##### `retryDelayMsInput`Optional + +```typescript +public readonly retryDelayMsInput: number; +``` + +- *Type:* number + +--- + ##### `tokenInput`Optional ```typescript @@ -572,6 +629,16 @@ public readonly insecure: boolean | IResolvable; --- +##### `maxRetries`Optional + +```typescript +public readonly maxRetries: number; +``` + +- *Type:* number + +--- + ##### `organization`Optional ```typescript @@ -612,6 +679,26 @@ public readonly readDelayMs: number; --- +##### `retryableErrors`Optional + +```typescript +public readonly retryableErrors: number[]; +``` + +- *Type:* number[] + +--- + +##### `retryDelayMs`Optional + +```typescript +public readonly retryDelayMs: number; +``` + +- *Type:* number + +--- + ##### `token`Optional ```typescript @@ -682,7 +769,7 @@ public readonly id: string; The GitHub App ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#id GithubProvider#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#id GithubProvider#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -699,7 +786,7 @@ public readonly installationId: string; The GitHub App installation instance ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#installation_id GithubProvider#installation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#installation_id GithubProvider#installation_id} --- @@ -713,7 +800,7 @@ public readonly pemFile: string; The GitHub App PEM file contents. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#pem_file GithubProvider#pem_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#pem_file GithubProvider#pem_file} --- @@ -735,10 +822,13 @@ const githubProviderConfig: provider.GithubProviderConfig = { ... } | appAuth | GithubProviderAppAuth | app_auth block. | | baseUrl | string | The GitHub Base API URL. | | insecure | boolean \| cdktf.IResolvable | Enable `insecure` mode for testing purposes. | +| maxRetries | number | Number of times to retry a request after receiving an error status codeDefaults to 3. | | organization | string | The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. | | owner | string | The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. | | parallelRequests | boolean \| cdktf.IResolvable | Allow the provider to make parallel API calls to GitHub. | | readDelayMs | number | Amount of time in milliseconds to sleep in between non-write requests to GitHub API. | +| retryableErrors | number[] | Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. | +| retryDelayMs | number | Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. | | token | string | The OAuth token used to connect to GitHub. | | writeDelayMs | number | Amount of time in milliseconds to sleep in between writes to GitHub API. | @@ -754,7 +844,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#alias GithubProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#alias GithubProvider#alias} --- @@ -768,7 +858,7 @@ public readonly appAuth: GithubProviderAppAuth; app_auth block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#app_auth GithubProvider#app_auth} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#app_auth GithubProvider#app_auth} --- @@ -782,7 +872,7 @@ public readonly baseUrl: string; The GitHub Base API URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#base_url GithubProvider#base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#base_url GithubProvider#base_url} --- @@ -796,7 +886,21 @@ public readonly insecure: boolean | IResolvable; Enable `insecure` mode for testing purposes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#insecure GithubProvider#insecure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#insecure GithubProvider#insecure} + +--- + +##### `maxRetries`Optional + +```typescript +public readonly maxRetries: number; +``` + +- *Type:* number + +Number of times to retry a request after receiving an error status codeDefaults to 3. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#max_retries GithubProvider#max_retries} --- @@ -810,7 +914,7 @@ public readonly organization: string; The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#organization GithubProvider#organization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#organization GithubProvider#organization} --- @@ -824,7 +928,7 @@ public readonly owner: string; The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#owner GithubProvider#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#owner GithubProvider#owner} --- @@ -840,7 +944,7 @@ Allow the provider to make parallel API calls to GitHub. You may want to set it to true when you have a private Github Enterprise without strict rate limits. Although, it is not possible to enable this setting on github.com because we enforce the respect of github.com's best practices to avoid hitting abuse rate limitsDefaults to false if not set -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#parallel_requests GithubProvider#parallel_requests} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#parallel_requests GithubProvider#parallel_requests} --- @@ -856,7 +960,37 @@ Amount of time in milliseconds to sleep in between non-write requests to GitHub Defaults to 0ms if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#read_delay_ms GithubProvider#read_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#read_delay_ms GithubProvider#read_delay_ms} + +--- + +##### `retryableErrors`Optional + +```typescript +public readonly retryableErrors: number[]; +``` + +- *Type:* number[] + +Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504]. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retryable_errors GithubProvider#retryable_errors} + +--- + +##### `retryDelayMs`Optional + +```typescript +public readonly retryDelayMs: number; +``` + +- *Type:* number + +Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. + +Defaults to 1000ms or 1s if not set, the max_retries must be set to greater than zero. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retry_delay_ms GithubProvider#retry_delay_ms} --- @@ -872,7 +1006,7 @@ The OAuth token used to connect to GitHub. Anonymous mode is enabled if both `token` and `app_auth` are not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#token GithubProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#token GithubProvider#token} --- @@ -888,7 +1022,7 @@ Amount of time in milliseconds to sleep in between writes to GitHub API. Defaults to 1000ms or 1s if not set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#write_delay_ms GithubProvider#write_delay_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#write_delay_ms GithubProvider#write_delay_ms} --- diff --git a/docs/release.csharp.md b/docs/release.csharp.md index ea9fb0650..dc8544b80 100644 --- a/docs/release.csharp.md +++ b/docs/release.csharp.md @@ -4,7 +4,7 @@ ### Release -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release github_release}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release github_release}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Release to import. The id of the existing Release that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#import import section} in the documentation of this resource for the id to use --- @@ -994,7 +994,7 @@ new ReleaseConfig { | DiscussionCategoryName | string | If specified, a discussion of the specified category is created and linked to the release. | | Draft | object | Set to 'false' to create a published release. | | GenerateReleaseNotes | object | Set to 'true' to automatically generate the name and body for this release. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. | | Name | string | The name of the release. | | Prerelease | object | Set to 'false' to identify the release as a full release. | | TargetCommitish | string | The branch name or commit SHA the tag is created from. | @@ -1081,7 +1081,7 @@ public string Repository { get; set; } The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#repository Release#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#repository Release#repository} --- @@ -1095,7 +1095,7 @@ public string TagName { get; set; } The name of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#tag_name Release#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#tag_name Release#tag_name} --- @@ -1109,7 +1109,7 @@ public string Body { get; set; } Text describing the contents of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#body Release#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#body Release#body} --- @@ -1125,7 +1125,7 @@ If specified, a discussion of the specified category is created and linked to th The value must be a category that already exists in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#discussion_category_name Release#discussion_category_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#discussion_category_name Release#discussion_category_name} --- @@ -1139,7 +1139,7 @@ public object Draft { get; set; } Set to 'false' to create a published release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#draft Release#draft} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#draft Release#draft} --- @@ -1155,7 +1155,7 @@ Set to 'true' to automatically generate the name and body for this release. If 'name' is specified, the specified name will be used; otherwise, a name will be automatically generated. If 'body' is specified, the body will be pre-pended to the automatically generated notes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#generate_release_notes Release#generate_release_notes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#generate_release_notes Release#generate_release_notes} --- @@ -1167,7 +1167,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1184,7 +1184,7 @@ public string Name { get; set; } The name of the release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#name Release#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#name Release#name} --- @@ -1198,7 +1198,7 @@ public object Prerelease { get; set; } Set to 'false' to identify the release as a full release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#prerelease Release#prerelease} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#prerelease Release#prerelease} --- @@ -1212,7 +1212,7 @@ public string TargetCommitish { get; set; } The branch name or commit SHA the tag is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#target_commitish Release#target_commitish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#target_commitish Release#target_commitish} --- diff --git a/docs/release.go.md b/docs/release.go.md index ad29225ec..1b14db445 100644 --- a/docs/release.go.md +++ b/docs/release.go.md @@ -4,12 +4,12 @@ ### Release -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release github_release}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release github_release}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/release" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/release" release.NewRelease(scope Construct, id *string, config ReleaseConfig) Release ``` @@ -434,7 +434,7 @@ func ResetTargetCommitish() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/release" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/release" release.Release_IsConstruct(x interface{}) *bool ``` @@ -466,7 +466,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/release" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/release" release.Release_IsTerraformElement(x interface{}) *bool ``` @@ -480,7 +480,7 @@ release.Release_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/release" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/release" release.Release_IsTerraformResource(x interface{}) *bool ``` @@ -494,7 +494,7 @@ release.Release_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/release" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/release" release.Release_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -523,7 +523,7 @@ The construct id used in the generated config for the Release to import. The id of the existing Release that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#import import section} in the documentation of this resource for the id to use --- @@ -954,7 +954,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/release" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/release" &release.ReleaseConfig { Connection: interface{}, @@ -994,7 +994,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/release" | DiscussionCategoryName | *string | If specified, a discussion of the specified category is created and linked to the release. | | Draft | interface{} | Set to 'false' to create a published release. | | GenerateReleaseNotes | interface{} | Set to 'true' to automatically generate the name and body for this release. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. | | Name | *string | The name of the release. | | Prerelease | interface{} | Set to 'false' to identify the release as a full release. | | TargetCommitish | *string | The branch name or commit SHA the tag is created from. | @@ -1081,7 +1081,7 @@ Repository *string The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#repository Release#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#repository Release#repository} --- @@ -1095,7 +1095,7 @@ TagName *string The name of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#tag_name Release#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#tag_name Release#tag_name} --- @@ -1109,7 +1109,7 @@ Body *string Text describing the contents of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#body Release#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#body Release#body} --- @@ -1125,7 +1125,7 @@ If specified, a discussion of the specified category is created and linked to th The value must be a category that already exists in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#discussion_category_name Release#discussion_category_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#discussion_category_name Release#discussion_category_name} --- @@ -1139,7 +1139,7 @@ Draft interface{} Set to 'false' to create a published release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#draft Release#draft} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#draft Release#draft} --- @@ -1155,7 +1155,7 @@ Set to 'true' to automatically generate the name and body for this release. If 'name' is specified, the specified name will be used; otherwise, a name will be automatically generated. If 'body' is specified, the body will be pre-pended to the automatically generated notes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#generate_release_notes Release#generate_release_notes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#generate_release_notes Release#generate_release_notes} --- @@ -1167,7 +1167,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1184,7 +1184,7 @@ Name *string The name of the release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#name Release#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#name Release#name} --- @@ -1198,7 +1198,7 @@ Prerelease interface{} Set to 'false' to identify the release as a full release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#prerelease Release#prerelease} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#prerelease Release#prerelease} --- @@ -1212,7 +1212,7 @@ TargetCommitish *string The branch name or commit SHA the tag is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#target_commitish Release#target_commitish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#target_commitish Release#target_commitish} --- diff --git a/docs/release.java.md b/docs/release.java.md index 7e2f8c628..c28c4d160 100644 --- a/docs/release.java.md +++ b/docs/release.java.md @@ -4,7 +4,7 @@ ### Release -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release github_release}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release github_release}. #### Initializers @@ -56,7 +56,7 @@ Release.Builder.create(Construct scope, java.lang.String id) | discussionCategoryName | java.lang.String | If specified, a discussion of the specified category is created and linked to the release. | | draft | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'false' to create a published release. | | generateReleaseNotes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'true' to automatically generate the name and body for this release. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. | | name | java.lang.String | The name of the release. | | prerelease | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'false' to identify the release as a full release. | | targetCommitish | java.lang.String | The branch name or commit SHA the tag is created from. | @@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#repository Release#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#repository Release#repository} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#tag_name Release#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#tag_name Release#tag_name} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Text describing the contents of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#body Release#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#body Release#body} --- @@ -161,7 +161,7 @@ If specified, a discussion of the specified category is created and linked to th The value must be a category that already exists in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#discussion_category_name Release#discussion_category_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#discussion_category_name Release#discussion_category_name} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'false' to create a published release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#draft Release#draft} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#draft Release#draft} --- @@ -183,7 +183,7 @@ Set to 'true' to automatically generate the name and body for this release. If 'name' is specified, the specified name will be used; otherwise, a name will be automatically generated. If 'body' is specified, the body will be pre-pended to the automatically generated notes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#generate_release_notes Release#generate_release_notes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#generate_release_notes Release#generate_release_notes} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -204,7 +204,7 @@ If you experience problems setting this value it might not be settable. Please t The name of the release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#name Release#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#name Release#name} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'false' to identify the release as a full release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#prerelease Release#prerelease} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#prerelease Release#prerelease} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The branch name or commit SHA the tag is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#target_commitish Release#target_commitish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#target_commitish Release#target_commitish} --- @@ -707,7 +707,7 @@ The construct id used in the generated config for the Release to import. The id of the existing Release that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#import import section} in the documentation of this resource for the id to use --- @@ -1185,7 +1185,7 @@ ReleaseConfig.builder() | discussionCategoryName | java.lang.String | If specified, a discussion of the specified category is created and linked to the release. | | draft | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'false' to create a published release. | | generateReleaseNotes | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'true' to automatically generate the name and body for this release. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. | | name | java.lang.String | The name of the release. | | prerelease | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'false' to identify the release as a full release. | | targetCommitish | java.lang.String | The branch name or commit SHA the tag is created from. | @@ -1272,7 +1272,7 @@ public java.lang.String getRepository(); The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#repository Release#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#repository Release#repository} --- @@ -1286,7 +1286,7 @@ public java.lang.String getTagName(); The name of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#tag_name Release#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#tag_name Release#tag_name} --- @@ -1300,7 +1300,7 @@ public java.lang.String getBody(); Text describing the contents of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#body Release#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#body Release#body} --- @@ -1316,7 +1316,7 @@ If specified, a discussion of the specified category is created and linked to th The value must be a category that already exists in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#discussion_category_name Release#discussion_category_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#discussion_category_name Release#discussion_category_name} --- @@ -1330,7 +1330,7 @@ public java.lang.Object getDraft(); Set to 'false' to create a published release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#draft Release#draft} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#draft Release#draft} --- @@ -1346,7 +1346,7 @@ Set to 'true' to automatically generate the name and body for this release. If 'name' is specified, the specified name will be used; otherwise, a name will be automatically generated. If 'body' is specified, the body will be pre-pended to the automatically generated notes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#generate_release_notes Release#generate_release_notes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#generate_release_notes Release#generate_release_notes} --- @@ -1358,7 +1358,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1375,7 +1375,7 @@ public java.lang.String getName(); The name of the release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#name Release#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#name Release#name} --- @@ -1389,7 +1389,7 @@ public java.lang.Object getPrerelease(); Set to 'false' to identify the release as a full release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#prerelease Release#prerelease} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#prerelease Release#prerelease} --- @@ -1403,7 +1403,7 @@ public java.lang.String getTargetCommitish(); The branch name or commit SHA the tag is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#target_commitish Release#target_commitish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#target_commitish Release#target_commitish} --- diff --git a/docs/release.python.md b/docs/release.python.md index dede36b67..ca98c626b 100644 --- a/docs/release.python.md +++ b/docs/release.python.md @@ -4,7 +4,7 @@ ### Release -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release github_release}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release github_release}. #### Initializers @@ -51,7 +51,7 @@ release.Release( | discussion_category_name | str | If specified, a discussion of the specified category is created and linked to the release. | | draft | typing.Union[bool, cdktf.IResolvable] | Set to 'false' to create a published release. | | generate_release_notes | typing.Union[bool, cdktf.IResolvable] | Set to 'true' to automatically generate the name and body for this release. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. | | name | str | The name of the release. | | prerelease | typing.Union[bool, cdktf.IResolvable] | Set to 'false' to identify the release as a full release. | | target_commitish | str | The branch name or commit SHA the tag is created from. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#repository Release#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#repository Release#repository} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#tag_name Release#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#tag_name Release#tag_name} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Text describing the contents of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#body Release#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#body Release#body} --- @@ -156,7 +156,7 @@ If specified, a discussion of the specified category is created and linked to th The value must be a category that already exists in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#discussion_category_name Release#discussion_category_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#discussion_category_name Release#discussion_category_name} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'false' to create a published release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#draft Release#draft} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#draft Release#draft} --- @@ -178,7 +178,7 @@ Set to 'true' to automatically generate the name and body for this release. If 'name' is specified, the specified name will be used; otherwise, a name will be automatically generated. If 'body' is specified, the body will be pre-pended to the automatically generated notes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#generate_release_notes Release#generate_release_notes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#generate_release_notes Release#generate_release_notes} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 name of the release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#name Release#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#name Release#name} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'false' to identify the release as a full release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#prerelease Release#prerelease} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#prerelease Release#prerelease} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The branch name or commit SHA the tag is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#target_commitish Release#target_commitish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#target_commitish Release#target_commitish} --- @@ -748,7 +748,7 @@ The construct id used in the generated config for the Release to import. The id of the existing Release that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#import import section} in the documentation of this resource for the id to use --- @@ -1219,7 +1219,7 @@ release.ReleaseConfig( | discussion_category_name | str | If specified, a discussion of the specified category is created and linked to the release. | | draft | typing.Union[bool, cdktf.IResolvable] | Set to 'false' to create a published release. | | generate_release_notes | typing.Union[bool, cdktf.IResolvable] | Set to 'true' to automatically generate the name and body for this release. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. | | name | str | The name of the release. | | prerelease | typing.Union[bool, cdktf.IResolvable] | Set to 'false' to identify the release as a full release. | | target_commitish | str | The branch name or commit SHA the tag is created from. | @@ -1306,7 +1306,7 @@ repository: str The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#repository Release#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#repository Release#repository} --- @@ -1320,7 +1320,7 @@ tag_name: str The name of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#tag_name Release#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#tag_name Release#tag_name} --- @@ -1334,7 +1334,7 @@ body: str Text describing the contents of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#body Release#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#body Release#body} --- @@ -1350,7 +1350,7 @@ If specified, a discussion of the specified category is created and linked to th The value must be a category that already exists in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#discussion_category_name Release#discussion_category_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#discussion_category_name Release#discussion_category_name} --- @@ -1364,7 +1364,7 @@ draft: typing.Union[bool, IResolvable] Set to 'false' to create a published release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#draft Release#draft} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#draft Release#draft} --- @@ -1380,7 +1380,7 @@ Set to 'true' to automatically generate the name and body for this release. If 'name' is specified, the specified name will be used; otherwise, a name will be automatically generated. If 'body' is specified, the body will be pre-pended to the automatically generated notes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#generate_release_notes Release#generate_release_notes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#generate_release_notes Release#generate_release_notes} --- @@ -1392,7 +1392,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1409,7 +1409,7 @@ name: str The name of the release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#name Release#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#name Release#name} --- @@ -1423,7 +1423,7 @@ prerelease: typing.Union[bool, IResolvable] Set to 'false' to identify the release as a full release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#prerelease Release#prerelease} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#prerelease Release#prerelease} --- @@ -1437,7 +1437,7 @@ target_commitish: str The branch name or commit SHA the tag is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#target_commitish Release#target_commitish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#target_commitish Release#target_commitish} --- diff --git a/docs/release.typescript.md b/docs/release.typescript.md index 335fd9358..8fb417cf8 100644 --- a/docs/release.typescript.md +++ b/docs/release.typescript.md @@ -4,7 +4,7 @@ ### Release -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release github_release}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release github_release}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Release to import. The id of the existing Release that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#import import section} in the documentation of this resource for the id to use --- @@ -976,7 +976,7 @@ const releaseConfig: release.ReleaseConfig = { ... } | discussionCategoryName | string | If specified, a discussion of the specified category is created and linked to the release. | | draft | boolean \| cdktf.IResolvable | Set to 'false' to create a published release. | | generateReleaseNotes | boolean \| cdktf.IResolvable | Set to 'true' to automatically generate the name and body for this release. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. | | name | string | The name of the release. | | prerelease | boolean \| cdktf.IResolvable | Set to 'false' to identify the release as a full release. | | targetCommitish | string | The branch name or commit SHA the tag is created from. | @@ -1063,7 +1063,7 @@ public readonly repository: string; The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#repository Release#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#repository Release#repository} --- @@ -1077,7 +1077,7 @@ public readonly tagName: string; The name of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#tag_name Release#tag_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#tag_name Release#tag_name} --- @@ -1091,7 +1091,7 @@ public readonly body: string; Text describing the contents of the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#body Release#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#body Release#body} --- @@ -1107,7 +1107,7 @@ If specified, a discussion of the specified category is created and linked to th The value must be a category that already exists in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#discussion_category_name Release#discussion_category_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#discussion_category_name Release#discussion_category_name} --- @@ -1121,7 +1121,7 @@ public readonly draft: boolean | IResolvable; Set to 'false' to create a published release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#draft Release#draft} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#draft Release#draft} --- @@ -1137,7 +1137,7 @@ Set to 'true' to automatically generate the name and body for this release. If 'name' is specified, the specified name will be used; otherwise, a name will be automatically generated. If 'body' is specified, the body will be pre-pended to the automatically generated notes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#generate_release_notes Release#generate_release_notes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#generate_release_notes Release#generate_release_notes} --- @@ -1149,7 +1149,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1166,7 +1166,7 @@ public readonly name: string; The name of the release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#name Release#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#name Release#name} --- @@ -1180,7 +1180,7 @@ public readonly prerelease: boolean | IResolvable; Set to 'false' to identify the release as a full release. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#prerelease Release#prerelease} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#prerelease Release#prerelease} --- @@ -1194,7 +1194,7 @@ public readonly targetCommitish: string; The branch name or commit SHA the tag is created from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#target_commitish Release#target_commitish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#target_commitish Release#target_commitish} --- diff --git a/docs/repository.csharp.md b/docs/repository.csharp.md index f4ca6753a..a77c53828 100644 --- a/docs/repository.csharp.md +++ b/docs/repository.csharp.md @@ -4,7 +4,7 @@ ### Repository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository github_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository github_repository}. #### Initializers @@ -744,7 +744,7 @@ The construct id used in the generated config for the Repository to import. The id of the existing Repository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use --- @@ -1902,14 +1902,14 @@ new RepositoryConfig { | HasProjects | object | Set to 'true' to enable the GitHub Projects features on the repository. | | HasWiki | object | Set to 'true' to enable the GitHub Wiki features on the repository. | | HomepageUrl | string | URL of a page describing the project. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. | | IgnoreVulnerabilityAlertsDuringRead | object | Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. | | IsTemplate | object | Set to 'true' to tell GitHub that this is a template repository. | | LicenseTemplate | string | Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. | | MergeCommitMessage | string | Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. | | MergeCommitTitle | string | Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. | | Pages | RepositoryPages | pages block. | -| Private | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. | +| Private | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. | | SecurityAndAnalysis | RepositorySecurityAndAnalysis | security_and_analysis block. | | SquashMergeCommitMessage | string | Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. | | SquashMergeCommitTitle | string | Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. | @@ -2001,7 +2001,7 @@ public string Name { get; set; } The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#name Repository#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#name Repository#name} --- @@ -2015,7 +2015,7 @@ public object AllowAutoMerge { get; set; } Set to 'true' to allow auto-merging pull requests on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} --- @@ -2029,7 +2029,7 @@ public object AllowMergeCommit { get; set; } Set to 'false' to disable merge commits on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} --- @@ -2043,7 +2043,7 @@ public object AllowRebaseMerge { get; set; } Set to 'false' to disable rebase merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} --- @@ -2057,7 +2057,7 @@ public object AllowSquashMerge { get; set; } Set to 'false' to disable squash merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} --- @@ -2071,7 +2071,7 @@ public object AllowUpdateBranch { get; set; } Set to 'true' to always suggest updating pull request branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} --- @@ -2085,7 +2085,7 @@ public object Archived { get; set; } Specifies if the repository should be archived. Defaults to 'false'. NOTE Currently, the API does not support unarchiving. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archived Repository#archived} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archived Repository#archived} --- @@ -2099,7 +2099,7 @@ public object ArchiveOnDestroy { get; set; } Set to 'true' to archive the repository instead of deleting on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} --- @@ -2113,7 +2113,7 @@ public object AutoInit { get; set; } Set to 'true' to produce an initial commit in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#auto_init Repository#auto_init} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#auto_init Repository#auto_init} --- @@ -2127,7 +2127,7 @@ public string DefaultBranch { get; set; } Can only be set after initial repository creation, and only if the target branch exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#default_branch Repository#default_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#default_branch Repository#default_branch} --- @@ -2141,7 +2141,7 @@ public object DeleteBranchOnMerge { get; set; } Automatically delete head branch after a pull request is merged. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} --- @@ -2155,7 +2155,7 @@ public string Description { get; set; } A description of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#description Repository#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#description Repository#description} --- @@ -2169,7 +2169,7 @@ public string GitignoreTemplate { get; set; } Use the name of the template without the extension. For example, 'Haskell'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#gitignore_template Repository#gitignore_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#gitignore_template Repository#gitignore_template} --- @@ -2183,7 +2183,7 @@ public object HasDiscussions { get; set; } Set to 'true' to enable GitHub Discussions on the repository. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_discussions Repository#has_discussions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_discussions Repository#has_discussions} --- @@ -2197,7 +2197,7 @@ public object HasDownloads { get; set; } Set to 'true' to enable the (deprecated) downloads features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_downloads Repository#has_downloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_downloads Repository#has_downloads} --- @@ -2211,7 +2211,7 @@ public object HasIssues { get; set; } Set to 'true' to enable the GitHub Issues features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_issues Repository#has_issues} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_issues Repository#has_issues} --- @@ -2227,7 +2227,7 @@ Set to 'true' to enable the GitHub Projects features on the repository. Per the GitHub documentation when in an organization that has disabled repository projects it will default to 'false' and will otherwise default to 'true'. If you specify 'true' when it has been disabled it will return an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_projects Repository#has_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_projects Repository#has_projects} --- @@ -2241,7 +2241,7 @@ public object HasWiki { get; set; } Set to 'true' to enable the GitHub Wiki features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_wiki Repository#has_wiki} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_wiki Repository#has_wiki} --- @@ -2255,7 +2255,7 @@ public string HomepageUrl { get; set; } URL of a page describing the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#homepage_url Repository#homepage_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#homepage_url Repository#homepage_url} --- @@ -2267,7 +2267,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2284,7 +2284,7 @@ public object IgnoreVulnerabilityAlertsDuringRead { get; set; } Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} --- @@ -2298,7 +2298,7 @@ public object IsTemplate { get; set; } Set to 'true' to tell GitHub that this is a template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#is_template Repository#is_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#is_template Repository#is_template} --- @@ -2312,7 +2312,7 @@ public string LicenseTemplate { get; set; } Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#license_template Repository#license_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#license_template Repository#license_template} --- @@ -2326,7 +2326,7 @@ public string MergeCommitMessage { get; set; } Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} --- @@ -2340,7 +2340,7 @@ public string MergeCommitTitle { get; set; } Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} --- @@ -2354,7 +2354,7 @@ public RepositoryPages Pages { get; set; } pages block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#pages Repository#pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#pages Repository#pages} --- @@ -2366,7 +2366,7 @@ public object Private { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. --- @@ -2380,7 +2380,7 @@ public RepositorySecurityAndAnalysis SecurityAndAnalysis { get; set; } security_and_analysis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} --- @@ -2394,7 +2394,7 @@ public string SquashMergeCommitMessage { get; set; } Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} --- @@ -2408,7 +2408,7 @@ public string SquashMergeCommitTitle { get; set; } Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} --- @@ -2422,7 +2422,7 @@ public RepositoryTemplate Template { get; set; } template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#template Repository#template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#template Repository#template} --- @@ -2436,7 +2436,7 @@ public string[] Topics { get; set; } The list of topics of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#topics Repository#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#topics Repository#topics} --- @@ -2452,7 +2452,7 @@ Can be 'public' or 'private'. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, visibility can also be 'internal'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#visibility Repository#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#visibility Repository#visibility} --- @@ -2468,7 +2468,7 @@ Set to 'true' to enable security alerts for vulnerable dependencies. Enabling requires alerts to be enabled on the owner level. (Note for importing: GitHub enables the alerts on public repos but disables them on private repos by default). Note that vulnerability alerts have not been successfully tested on any GitHub Enterprise instance and may be unavailable in those settings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} --- @@ -2482,7 +2482,7 @@ public object WebCommitSignoffRequired { get; set; } Require contributors to sign off on web-based commits. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} --- @@ -2520,7 +2520,7 @@ public string BuildType { get; set; } The type the page should be sourced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#build_type Repository#build_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#build_type Repository#build_type} --- @@ -2534,7 +2534,7 @@ public string Cname { get; set; } The custom domain for the repository. This can only be set after the repository has been created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#cname Repository#cname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#cname Repository#cname} --- @@ -2548,7 +2548,7 @@ public RepositoryPagesSource Source { get; set; } source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#source Repository#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#source Repository#source} --- @@ -2584,7 +2584,7 @@ public string Branch { get; set; } The repository branch used to publish the site's source files. (i.e. 'main' or 'gh-pages'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#branch Repository#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#branch Repository#branch} --- @@ -2598,7 +2598,7 @@ public string Path { get; set; } The repository directory from which the site publishes (Default: '/'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#path Repository#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#path Repository#path} --- @@ -2636,7 +2636,7 @@ public RepositorySecurityAndAnalysisAdvancedSecurity AdvancedSecurity { get; set advanced_security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#advanced_security Repository#advanced_security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#advanced_security Repository#advanced_security} --- @@ -2650,7 +2650,7 @@ public RepositorySecurityAndAnalysisSecretScanning SecretScanning { get; set; } secret_scanning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning Repository#secret_scanning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning Repository#secret_scanning} --- @@ -2664,7 +2664,7 @@ public RepositorySecurityAndAnalysisSecretScanningPushProtection SecretScanningP secret_scanning_push_protection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} --- @@ -2698,7 +2698,7 @@ public string Status { get; set; } Set to 'enabled' to enable advanced security features on the repository. Can be 'enabled' or 'disabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -2734,7 +2734,7 @@ Set to 'enabled' to enable secret scanning on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -2770,7 +2770,7 @@ Set to 'enabled' to enable secret scanning push protection on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -2808,7 +2808,7 @@ public string Owner { get; set; } The GitHub organization or user the template repository is owned by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#owner Repository#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#owner Repository#owner} --- @@ -2822,7 +2822,7 @@ public string Repository { get; set; } The name of the template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#repository Repository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#repository Repository#repository} --- @@ -2836,7 +2836,7 @@ public object IncludeAllBranches { get; set; } Whether the new repository should include all the branches from the template repository (defaults to 'false', which includes only the default branch from the template). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#include_all_branches Repository#include_all_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#include_all_branches Repository#include_all_branches} --- diff --git a/docs/repository.go.md b/docs/repository.go.md index 799c86d7b..8ae5056cc 100644 --- a/docs/repository.go.md +++ b/docs/repository.go.md @@ -4,12 +4,12 @@ ### Repository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository github_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository github_repository}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.NewRepository(scope Construct, id *string, config RepositoryConfig) Repository ``` @@ -655,7 +655,7 @@ func ResetWebCommitSignoffRequired() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.Repository_IsConstruct(x interface{}) *bool ``` @@ -687,7 +687,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.Repository_IsTerraformElement(x interface{}) *bool ``` @@ -701,7 +701,7 @@ repository.Repository_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.Repository_IsTerraformResource(x interface{}) *bool ``` @@ -715,7 +715,7 @@ repository.Repository_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.Repository_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -744,7 +744,7 @@ The construct id used in the generated config for the Repository to import. The id of the existing Repository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use --- @@ -1824,7 +1824,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" &repository.RepositoryConfig { Connection: interface{}, @@ -1859,12 +1859,12 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" LicenseTemplate: *string, MergeCommitMessage: *string, MergeCommitTitle: *string, - Pages: github.com/cdktf/cdktf-provider-github-go/github/v13.repository.RepositoryPages, + Pages: github.com/cdktf/cdktf-provider-github-go/github/v14.repository.RepositoryPages, Private: interface{}, - SecurityAndAnalysis: github.com/cdktf/cdktf-provider-github-go/github/v13.repository.RepositorySecurityAndAnalysis, + SecurityAndAnalysis: github.com/cdktf/cdktf-provider-github-go/github/v14.repository.RepositorySecurityAndAnalysis, SquashMergeCommitMessage: *string, SquashMergeCommitTitle: *string, - Template: github.com/cdktf/cdktf-provider-github-go/github/v13.repository.RepositoryTemplate, + Template: github.com/cdktf/cdktf-provider-github-go/github/v14.repository.RepositoryTemplate, Topics: *[]*string, Visibility: *string, VulnerabilityAlerts: interface{}, @@ -1902,14 +1902,14 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" | HasProjects | interface{} | Set to 'true' to enable the GitHub Projects features on the repository. | | HasWiki | interface{} | Set to 'true' to enable the GitHub Wiki features on the repository. | | HomepageUrl | *string | URL of a page describing the project. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. | | IgnoreVulnerabilityAlertsDuringRead | interface{} | Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. | | IsTemplate | interface{} | Set to 'true' to tell GitHub that this is a template repository. | | LicenseTemplate | *string | Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. | | MergeCommitMessage | *string | Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. | | MergeCommitTitle | *string | Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. | | Pages | RepositoryPages | pages block. | -| Private | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. | +| Private | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. | | SecurityAndAnalysis | RepositorySecurityAndAnalysis | security_and_analysis block. | | SquashMergeCommitMessage | *string | Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. | | SquashMergeCommitTitle | *string | Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. | @@ -2001,7 +2001,7 @@ Name *string The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#name Repository#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#name Repository#name} --- @@ -2015,7 +2015,7 @@ AllowAutoMerge interface{} Set to 'true' to allow auto-merging pull requests on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} --- @@ -2029,7 +2029,7 @@ AllowMergeCommit interface{} Set to 'false' to disable merge commits on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} --- @@ -2043,7 +2043,7 @@ AllowRebaseMerge interface{} Set to 'false' to disable rebase merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} --- @@ -2057,7 +2057,7 @@ AllowSquashMerge interface{} Set to 'false' to disable squash merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} --- @@ -2071,7 +2071,7 @@ AllowUpdateBranch interface{} Set to 'true' to always suggest updating pull request branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} --- @@ -2085,7 +2085,7 @@ Archived interface{} Specifies if the repository should be archived. Defaults to 'false'. NOTE Currently, the API does not support unarchiving. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archived Repository#archived} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archived Repository#archived} --- @@ -2099,7 +2099,7 @@ ArchiveOnDestroy interface{} Set to 'true' to archive the repository instead of deleting on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} --- @@ -2113,7 +2113,7 @@ AutoInit interface{} Set to 'true' to produce an initial commit in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#auto_init Repository#auto_init} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#auto_init Repository#auto_init} --- @@ -2127,7 +2127,7 @@ DefaultBranch *string Can only be set after initial repository creation, and only if the target branch exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#default_branch Repository#default_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#default_branch Repository#default_branch} --- @@ -2141,7 +2141,7 @@ DeleteBranchOnMerge interface{} Automatically delete head branch after a pull request is merged. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} --- @@ -2155,7 +2155,7 @@ Description *string A description of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#description Repository#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#description Repository#description} --- @@ -2169,7 +2169,7 @@ GitignoreTemplate *string Use the name of the template without the extension. For example, 'Haskell'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#gitignore_template Repository#gitignore_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#gitignore_template Repository#gitignore_template} --- @@ -2183,7 +2183,7 @@ HasDiscussions interface{} Set to 'true' to enable GitHub Discussions on the repository. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_discussions Repository#has_discussions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_discussions Repository#has_discussions} --- @@ -2197,7 +2197,7 @@ HasDownloads interface{} Set to 'true' to enable the (deprecated) downloads features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_downloads Repository#has_downloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_downloads Repository#has_downloads} --- @@ -2211,7 +2211,7 @@ HasIssues interface{} Set to 'true' to enable the GitHub Issues features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_issues Repository#has_issues} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_issues Repository#has_issues} --- @@ -2227,7 +2227,7 @@ Set to 'true' to enable the GitHub Projects features on the repository. Per the GitHub documentation when in an organization that has disabled repository projects it will default to 'false' and will otherwise default to 'true'. If you specify 'true' when it has been disabled it will return an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_projects Repository#has_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_projects Repository#has_projects} --- @@ -2241,7 +2241,7 @@ HasWiki interface{} Set to 'true' to enable the GitHub Wiki features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_wiki Repository#has_wiki} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_wiki Repository#has_wiki} --- @@ -2255,7 +2255,7 @@ HomepageUrl *string URL of a page describing the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#homepage_url Repository#homepage_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#homepage_url Repository#homepage_url} --- @@ -2267,7 +2267,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2284,7 +2284,7 @@ IgnoreVulnerabilityAlertsDuringRead interface{} Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} --- @@ -2298,7 +2298,7 @@ IsTemplate interface{} Set to 'true' to tell GitHub that this is a template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#is_template Repository#is_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#is_template Repository#is_template} --- @@ -2312,7 +2312,7 @@ LicenseTemplate *string Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#license_template Repository#license_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#license_template Repository#license_template} --- @@ -2326,7 +2326,7 @@ MergeCommitMessage *string Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} --- @@ -2340,7 +2340,7 @@ MergeCommitTitle *string Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} --- @@ -2354,7 +2354,7 @@ Pages RepositoryPages pages block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#pages Repository#pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#pages Repository#pages} --- @@ -2366,7 +2366,7 @@ Private interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. --- @@ -2380,7 +2380,7 @@ SecurityAndAnalysis RepositorySecurityAndAnalysis security_and_analysis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} --- @@ -2394,7 +2394,7 @@ SquashMergeCommitMessage *string Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} --- @@ -2408,7 +2408,7 @@ SquashMergeCommitTitle *string Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} --- @@ -2422,7 +2422,7 @@ Template RepositoryTemplate template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#template Repository#template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#template Repository#template} --- @@ -2436,7 +2436,7 @@ Topics *[]*string The list of topics of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#topics Repository#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#topics Repository#topics} --- @@ -2452,7 +2452,7 @@ Can be 'public' or 'private'. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, visibility can also be 'internal'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#visibility Repository#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#visibility Repository#visibility} --- @@ -2468,7 +2468,7 @@ Set to 'true' to enable security alerts for vulnerable dependencies. Enabling requires alerts to be enabled on the owner level. (Note for importing: GitHub enables the alerts on public repos but disables them on private repos by default). Note that vulnerability alerts have not been successfully tested on any GitHub Enterprise instance and may be unavailable in those settings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} --- @@ -2482,7 +2482,7 @@ WebCommitSignoffRequired interface{} Require contributors to sign off on web-based commits. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} --- @@ -2491,12 +2491,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" &repository.RepositoryPages { BuildType: *string, Cname: *string, - Source: github.com/cdktf/cdktf-provider-github-go/github/v13.repository.RepositoryPagesSource, + Source: github.com/cdktf/cdktf-provider-github-go/github/v14.repository.RepositoryPagesSource, } ``` @@ -2520,7 +2520,7 @@ BuildType *string The type the page should be sourced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#build_type Repository#build_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#build_type Repository#build_type} --- @@ -2534,7 +2534,7 @@ Cname *string The custom domain for the repository. This can only be set after the repository has been created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#cname Repository#cname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#cname Repository#cname} --- @@ -2548,7 +2548,7 @@ Source RepositoryPagesSource source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#source Repository#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#source Repository#source} --- @@ -2557,7 +2557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" &repository.RepositoryPagesSource { Branch: *string, @@ -2584,7 +2584,7 @@ Branch *string The repository branch used to publish the site's source files. (i.e. 'main' or 'gh-pages'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#branch Repository#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#branch Repository#branch} --- @@ -2598,7 +2598,7 @@ Path *string The repository directory from which the site publishes (Default: '/'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#path Repository#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#path Repository#path} --- @@ -2607,12 +2607,12 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" &repository.RepositorySecurityAndAnalysis { - AdvancedSecurity: github.com/cdktf/cdktf-provider-github-go/github/v13.repository.RepositorySecurityAndAnalysisAdvancedSecurity, - SecretScanning: github.com/cdktf/cdktf-provider-github-go/github/v13.repository.RepositorySecurityAndAnalysisSecretScanning, - SecretScanningPushProtection: github.com/cdktf/cdktf-provider-github-go/github/v13.repository.RepositorySecurityAndAnalysisSecretScanningPushProtection, + AdvancedSecurity: github.com/cdktf/cdktf-provider-github-go/github/v14.repository.RepositorySecurityAndAnalysisAdvancedSecurity, + SecretScanning: github.com/cdktf/cdktf-provider-github-go/github/v14.repository.RepositorySecurityAndAnalysisSecretScanning, + SecretScanningPushProtection: github.com/cdktf/cdktf-provider-github-go/github/v14.repository.RepositorySecurityAndAnalysisSecretScanningPushProtection, } ``` @@ -2636,7 +2636,7 @@ AdvancedSecurity RepositorySecurityAndAnalysisAdvancedSecurity advanced_security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#advanced_security Repository#advanced_security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#advanced_security Repository#advanced_security} --- @@ -2650,7 +2650,7 @@ SecretScanning RepositorySecurityAndAnalysisSecretScanning secret_scanning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning Repository#secret_scanning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning Repository#secret_scanning} --- @@ -2664,7 +2664,7 @@ SecretScanningPushProtection RepositorySecurityAndAnalysisSecretScanningPushProt secret_scanning_push_protection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} --- @@ -2673,7 +2673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" &repository.RepositorySecurityAndAnalysisAdvancedSecurity { Status: *string, @@ -2698,7 +2698,7 @@ Status *string Set to 'enabled' to enable advanced security features on the repository. Can be 'enabled' or 'disabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -2707,7 +2707,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" &repository.RepositorySecurityAndAnalysisSecretScanning { Status: *string, @@ -2734,7 +2734,7 @@ Set to 'enabled' to enable secret scanning on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -2743,7 +2743,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" &repository.RepositorySecurityAndAnalysisSecretScanningPushProtection { Status: *string, @@ -2770,7 +2770,7 @@ Set to 'enabled' to enable secret scanning push protection on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -2779,7 +2779,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" &repository.RepositoryTemplate { Owner: *string, @@ -2808,7 +2808,7 @@ Owner *string The GitHub organization or user the template repository is owned by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#owner Repository#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#owner Repository#owner} --- @@ -2822,7 +2822,7 @@ Repository *string The name of the template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#repository Repository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#repository Repository#repository} --- @@ -2836,7 +2836,7 @@ IncludeAllBranches interface{} Whether the new repository should include all the branches from the template repository (defaults to 'false', which includes only the default branch from the template). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#include_all_branches Repository#include_all_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#include_all_branches Repository#include_all_branches} --- @@ -2847,7 +2847,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.NewRepositoryPagesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryPagesOutputReference ``` @@ -3240,7 +3240,7 @@ func InternalValue() RepositoryPages #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.NewRepositoryPagesSourceOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryPagesSourceOutputReference ``` @@ -3540,7 +3540,7 @@ func InternalValue() RepositoryPagesSource #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.NewRepositorySecurityAndAnalysisAdvancedSecurityOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositorySecurityAndAnalysisAdvancedSecurityOutputReference ``` @@ -3811,7 +3811,7 @@ func InternalValue() RepositorySecurityAndAnalysisAdvancedSecurity #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.NewRepositorySecurityAndAnalysisOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositorySecurityAndAnalysisOutputReference ``` @@ -4186,7 +4186,7 @@ func InternalValue() RepositorySecurityAndAnalysis #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.NewRepositorySecurityAndAnalysisSecretScanningOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositorySecurityAndAnalysisSecretScanningOutputReference ``` @@ -4457,7 +4457,7 @@ func InternalValue() RepositorySecurityAndAnalysisSecretScanning #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.NewRepositorySecurityAndAnalysisSecretScanningPushProtectionOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositorySecurityAndAnalysisSecretScanningPushProtectionOutputReference ``` @@ -4728,7 +4728,7 @@ func InternalValue() RepositorySecurityAndAnalysisSecretScanningPushProtection #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repository" repository.NewRepositoryTemplateOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryTemplateOutputReference ``` diff --git a/docs/repository.java.md b/docs/repository.java.md index 376c1b76b..846eb281a 100644 --- a/docs/repository.java.md +++ b/docs/repository.java.md @@ -4,7 +4,7 @@ ### Repository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository github_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository github_repository}. #### Initializers @@ -110,14 +110,14 @@ Repository.Builder.create(Construct scope, java.lang.String id) | hasProjects | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'true' to enable the GitHub Projects features on the repository. | | hasWiki | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'true' to enable the GitHub Wiki features on the repository. | | homepageUrl | java.lang.String | URL of a page describing the project. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. | | ignoreVulnerabilityAlertsDuringRead | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. | | isTemplate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'true' to tell GitHub that this is a template repository. | | licenseTemplate | java.lang.String | Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. | | mergeCommitMessage | java.lang.String | Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. | | mergeCommitTitle | java.lang.String | Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. | | pages | RepositoryPages | pages block. | -| private | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. | +| private | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. | | securityAndAnalysis | RepositorySecurityAndAnalysis | security_and_analysis block. | | squashMergeCommitMessage | java.lang.String | Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. | | squashMergeCommitTitle | java.lang.String | Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. | @@ -195,7 +195,7 @@ Must be unique amongst siblings in the same scope The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#name Repository#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#name Repository#name} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to allow auto-merging pull requests on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'false' to disable merge commits on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} --- @@ -225,7 +225,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'false' to disable rebase merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} --- @@ -235,7 +235,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'false' to disable squash merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to always suggest updating pull request branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} --- @@ -255,7 +255,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Specifies if the repository should be archived. Defaults to 'false'. NOTE Currently, the API does not support unarchiving. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archived Repository#archived} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archived Repository#archived} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to archive the repository instead of deleting on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to produce an initial commit in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#auto_init Repository#auto_init} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#auto_init Repository#auto_init} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can only be set after initial repository creation, and only if the target branch exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#default_branch Repository#default_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#default_branch Repository#default_branch} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Automatically delete head branch after a pull request is merged. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A description of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#description Repository#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#description Repository#description} --- @@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Use the name of the template without the extension. For example, 'Haskell'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#gitignore_template Repository#gitignore_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#gitignore_template Repository#gitignore_template} --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to enable GitHub Discussions on the repository. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_discussions Repository#has_discussions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_discussions Repository#has_discussions} --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to enable the (deprecated) downloads features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_downloads Repository#has_downloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_downloads Repository#has_downloads} --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to enable the GitHub Issues features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_issues Repository#has_issues} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_issues Repository#has_issues} --- @@ -357,7 +357,7 @@ Set to 'true' to enable the GitHub Projects features on the repository. Per the GitHub documentation when in an organization that has disabled repository projects it will default to 'false' and will otherwise default to 'true'. If you specify 'true' when it has been disabled it will return an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_projects Repository#has_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_projects Repository#has_projects} --- @@ -367,7 +367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to enable the GitHub Wiki features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_wiki Repository#has_wiki} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_wiki Repository#has_wiki} --- @@ -377,7 +377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ URL of a page describing the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#homepage_url Repository#homepage_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#homepage_url Repository#homepage_url} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -398,7 +398,7 @@ If you experience problems setting this value it might not be settable. Please t Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} --- @@ -408,7 +408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to tell GitHub that this is a template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#is_template Repository#is_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#is_template Repository#is_template} --- @@ -418,7 +418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#license_template Repository#license_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#license_template Repository#license_template} --- @@ -428,7 +428,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} --- @@ -438,7 +438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} --- @@ -448,7 +448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ pages block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#pages Repository#pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#pages Repository#pages} --- @@ -456,7 +456,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. --- @@ -466,7 +466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ security_and_analysis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} --- @@ -476,7 +476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} --- @@ -486,7 +486,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} --- @@ -496,7 +496,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#template Repository#template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#template Repository#template} --- @@ -506,7 +506,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The list of topics of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#topics Repository#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#topics Repository#topics} --- @@ -518,7 +518,7 @@ Can be 'public' or 'private'. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, visibility can also be 'internal'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#visibility Repository#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#visibility Repository#visibility} --- @@ -530,7 +530,7 @@ Set to 'true' to enable security alerts for vulnerable dependencies. Enabling requires alerts to be enabled on the owner level. (Note for importing: GitHub enables the alerts on public repos but disables them on private repos by default). Note that vulnerability alerts have not been successfully tested on any GitHub Enterprise instance and may be unavailable in those settings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} --- @@ -540,7 +540,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Require contributors to sign off on web-based commits. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} --- @@ -1244,7 +1244,7 @@ The construct id used in the generated config for the Repository to import. The id of the existing Repository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use --- @@ -2425,14 +2425,14 @@ RepositoryConfig.builder() | hasProjects | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'true' to enable the GitHub Projects features on the repository. | | hasWiki | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'true' to enable the GitHub Wiki features on the repository. | | homepageUrl | java.lang.String | URL of a page describing the project. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. | | ignoreVulnerabilityAlertsDuringRead | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. | | isTemplate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Set to 'true' to tell GitHub that this is a template repository. | | licenseTemplate | java.lang.String | Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. | | mergeCommitMessage | java.lang.String | Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. | | mergeCommitTitle | java.lang.String | Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. | | pages | RepositoryPages | pages block. | -| private | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. | +| private | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. | | securityAndAnalysis | RepositorySecurityAndAnalysis | security_and_analysis block. | | squashMergeCommitMessage | java.lang.String | Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. | | squashMergeCommitTitle | java.lang.String | Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. | @@ -2524,7 +2524,7 @@ public java.lang.String getName(); The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#name Repository#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#name Repository#name} --- @@ -2538,7 +2538,7 @@ public java.lang.Object getAllowAutoMerge(); Set to 'true' to allow auto-merging pull requests on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} --- @@ -2552,7 +2552,7 @@ public java.lang.Object getAllowMergeCommit(); Set to 'false' to disable merge commits on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} --- @@ -2566,7 +2566,7 @@ public java.lang.Object getAllowRebaseMerge(); Set to 'false' to disable rebase merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} --- @@ -2580,7 +2580,7 @@ public java.lang.Object getAllowSquashMerge(); Set to 'false' to disable squash merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} --- @@ -2594,7 +2594,7 @@ public java.lang.Object getAllowUpdateBranch(); Set to 'true' to always suggest updating pull request branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} --- @@ -2608,7 +2608,7 @@ public java.lang.Object getArchived(); Specifies if the repository should be archived. Defaults to 'false'. NOTE Currently, the API does not support unarchiving. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archived Repository#archived} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archived Repository#archived} --- @@ -2622,7 +2622,7 @@ public java.lang.Object getArchiveOnDestroy(); Set to 'true' to archive the repository instead of deleting on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} --- @@ -2636,7 +2636,7 @@ public java.lang.Object getAutoInit(); Set to 'true' to produce an initial commit in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#auto_init Repository#auto_init} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#auto_init Repository#auto_init} --- @@ -2650,7 +2650,7 @@ public java.lang.String getDefaultBranch(); Can only be set after initial repository creation, and only if the target branch exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#default_branch Repository#default_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#default_branch Repository#default_branch} --- @@ -2664,7 +2664,7 @@ public java.lang.Object getDeleteBranchOnMerge(); Automatically delete head branch after a pull request is merged. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} --- @@ -2678,7 +2678,7 @@ public java.lang.String getDescription(); A description of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#description Repository#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#description Repository#description} --- @@ -2692,7 +2692,7 @@ public java.lang.String getGitignoreTemplate(); Use the name of the template without the extension. For example, 'Haskell'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#gitignore_template Repository#gitignore_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#gitignore_template Repository#gitignore_template} --- @@ -2706,7 +2706,7 @@ public java.lang.Object getHasDiscussions(); Set to 'true' to enable GitHub Discussions on the repository. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_discussions Repository#has_discussions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_discussions Repository#has_discussions} --- @@ -2720,7 +2720,7 @@ public java.lang.Object getHasDownloads(); Set to 'true' to enable the (deprecated) downloads features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_downloads Repository#has_downloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_downloads Repository#has_downloads} --- @@ -2734,7 +2734,7 @@ public java.lang.Object getHasIssues(); Set to 'true' to enable the GitHub Issues features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_issues Repository#has_issues} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_issues Repository#has_issues} --- @@ -2750,7 +2750,7 @@ Set to 'true' to enable the GitHub Projects features on the repository. Per the GitHub documentation when in an organization that has disabled repository projects it will default to 'false' and will otherwise default to 'true'. If you specify 'true' when it has been disabled it will return an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_projects Repository#has_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_projects Repository#has_projects} --- @@ -2764,7 +2764,7 @@ public java.lang.Object getHasWiki(); Set to 'true' to enable the GitHub Wiki features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_wiki Repository#has_wiki} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_wiki Repository#has_wiki} --- @@ -2778,7 +2778,7 @@ public java.lang.String getHomepageUrl(); URL of a page describing the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#homepage_url Repository#homepage_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#homepage_url Repository#homepage_url} --- @@ -2790,7 +2790,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2807,7 +2807,7 @@ public java.lang.Object getIgnoreVulnerabilityAlertsDuringRead(); Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} --- @@ -2821,7 +2821,7 @@ public java.lang.Object getIsTemplate(); Set to 'true' to tell GitHub that this is a template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#is_template Repository#is_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#is_template Repository#is_template} --- @@ -2835,7 +2835,7 @@ public java.lang.String getLicenseTemplate(); Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#license_template Repository#license_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#license_template Repository#license_template} --- @@ -2849,7 +2849,7 @@ public java.lang.String getMergeCommitMessage(); Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} --- @@ -2863,7 +2863,7 @@ public java.lang.String getMergeCommitTitle(); Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} --- @@ -2877,7 +2877,7 @@ public RepositoryPages getPages(); pages block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#pages Repository#pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#pages Repository#pages} --- @@ -2889,7 +2889,7 @@ public java.lang.Object getPrivate(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. --- @@ -2903,7 +2903,7 @@ public RepositorySecurityAndAnalysis getSecurityAndAnalysis(); security_and_analysis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} --- @@ -2917,7 +2917,7 @@ public java.lang.String getSquashMergeCommitMessage(); Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} --- @@ -2931,7 +2931,7 @@ public java.lang.String getSquashMergeCommitTitle(); Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} --- @@ -2945,7 +2945,7 @@ public RepositoryTemplate getTemplate(); template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#template Repository#template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#template Repository#template} --- @@ -2959,7 +2959,7 @@ public java.util.List getTopics(); The list of topics of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#topics Repository#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#topics Repository#topics} --- @@ -2975,7 +2975,7 @@ Can be 'public' or 'private'. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, visibility can also be 'internal'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#visibility Repository#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#visibility Repository#visibility} --- @@ -2991,7 +2991,7 @@ Set to 'true' to enable security alerts for vulnerable dependencies. Enabling requires alerts to be enabled on the owner level. (Note for importing: GitHub enables the alerts on public repos but disables them on private repos by default). Note that vulnerability alerts have not been successfully tested on any GitHub Enterprise instance and may be unavailable in those settings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} --- @@ -3005,7 +3005,7 @@ public java.lang.Object getWebCommitSignoffRequired(); Require contributors to sign off on web-based commits. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} --- @@ -3043,7 +3043,7 @@ public java.lang.String getBuildType(); The type the page should be sourced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#build_type Repository#build_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#build_type Repository#build_type} --- @@ -3057,7 +3057,7 @@ public java.lang.String getCname(); The custom domain for the repository. This can only be set after the repository has been created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#cname Repository#cname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#cname Repository#cname} --- @@ -3071,7 +3071,7 @@ public RepositoryPagesSource getSource(); source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#source Repository#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#source Repository#source} --- @@ -3107,7 +3107,7 @@ public java.lang.String getBranch(); The repository branch used to publish the site's source files. (i.e. 'main' or 'gh-pages'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#branch Repository#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#branch Repository#branch} --- @@ -3121,7 +3121,7 @@ public java.lang.String getPath(); The repository directory from which the site publishes (Default: '/'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#path Repository#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#path Repository#path} --- @@ -3159,7 +3159,7 @@ public RepositorySecurityAndAnalysisAdvancedSecurity getAdvancedSecurity(); advanced_security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#advanced_security Repository#advanced_security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#advanced_security Repository#advanced_security} --- @@ -3173,7 +3173,7 @@ public RepositorySecurityAndAnalysisSecretScanning getSecretScanning(); secret_scanning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning Repository#secret_scanning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning Repository#secret_scanning} --- @@ -3187,7 +3187,7 @@ public RepositorySecurityAndAnalysisSecretScanningPushProtection getSecretScanni secret_scanning_push_protection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} --- @@ -3221,7 +3221,7 @@ public java.lang.String getStatus(); Set to 'enabled' to enable advanced security features on the repository. Can be 'enabled' or 'disabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -3257,7 +3257,7 @@ Set to 'enabled' to enable secret scanning on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -3293,7 +3293,7 @@ Set to 'enabled' to enable secret scanning push protection on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -3332,7 +3332,7 @@ public java.lang.String getOwner(); The GitHub organization or user the template repository is owned by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#owner Repository#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#owner Repository#owner} --- @@ -3346,7 +3346,7 @@ public java.lang.String getRepository(); The name of the template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#repository Repository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#repository Repository#repository} --- @@ -3360,7 +3360,7 @@ public java.lang.Object getIncludeAllBranches(); Whether the new repository should include all the branches from the template repository (defaults to 'false', which includes only the default branch from the template). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#include_all_branches Repository#include_all_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#include_all_branches Repository#include_all_branches} --- diff --git a/docs/repository.python.md b/docs/repository.python.md index 503ba946b..5c6fc880a 100644 --- a/docs/repository.python.md +++ b/docs/repository.python.md @@ -4,7 +4,7 @@ ### Repository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository github_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository github_repository}. #### Initializers @@ -89,14 +89,14 @@ repository.Repository( | has_projects | typing.Union[bool, cdktf.IResolvable] | Set to 'true' to enable the GitHub Projects features on the repository. | | has_wiki | typing.Union[bool, cdktf.IResolvable] | Set to 'true' to enable the GitHub Wiki features on the repository. | | homepage_url | str | URL of a page describing the project. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. | | ignore_vulnerability_alerts_during_read | typing.Union[bool, cdktf.IResolvable] | Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. | | is_template | typing.Union[bool, cdktf.IResolvable] | Set to 'true' to tell GitHub that this is a template repository. | | license_template | str | Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. | | merge_commit_message | str | Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. | | merge_commit_title | str | Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. | | pages | RepositoryPages | pages block. | -| private | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. | +| private | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. | | security_and_analysis | RepositorySecurityAndAnalysis | security_and_analysis block. | | squash_merge_commit_message | str | Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. | | squash_merge_commit_title | str | Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. | @@ -174,7 +174,7 @@ Must be unique amongst siblings in the same scope The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#name Repository#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#name Repository#name} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to allow auto-merging pull requests on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'false' to disable merge commits on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'false' to disable rebase merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'false' to disable squash merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to always suggest updating pull request branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Specifies if the repository should be archived. Defaults to 'false'. NOTE Currently, the API does not support unarchiving. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archived Repository#archived} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archived Repository#archived} --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to archive the repository instead of deleting on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to produce an initial commit in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#auto_init Repository#auto_init} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#auto_init Repository#auto_init} --- @@ -264,7 +264,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can only be set after initial repository creation, and only if the target branch exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#default_branch Repository#default_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#default_branch Repository#default_branch} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Automatically delete head branch after a pull request is merged. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A description of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#description Repository#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#description Repository#description} --- @@ -294,7 +294,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Use the name of the template without the extension. For example, 'Haskell'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#gitignore_template Repository#gitignore_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#gitignore_template Repository#gitignore_template} --- @@ -304,7 +304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to enable GitHub Discussions on the repository. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_discussions Repository#has_discussions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_discussions Repository#has_discussions} --- @@ -314,7 +314,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to enable the (deprecated) downloads features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_downloads Repository#has_downloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_downloads Repository#has_downloads} --- @@ -324,7 +324,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to enable the GitHub Issues features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_issues Repository#has_issues} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_issues Repository#has_issues} --- @@ -336,7 +336,7 @@ Set to 'true' to enable the GitHub Projects features on the repository. Per the GitHub documentation when in an organization that has disabled repository projects it will default to 'false' and will otherwise default to 'true'. If you specify 'true' when it has been disabled it will return an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_projects Repository#has_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_projects Repository#has_projects} --- @@ -346,7 +346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to enable the GitHub Wiki features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_wiki Repository#has_wiki} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_wiki Repository#has_wiki} --- @@ -356,7 +356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ URL of a page describing the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#homepage_url Repository#homepage_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#homepage_url Repository#homepage_url} --- @@ -364,7 +364,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -377,7 +377,7 @@ If you experience problems setting this value it might not be settable. Please t Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} --- @@ -387,7 +387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Set to 'true' to tell GitHub that this is a template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#is_template Repository#is_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#is_template Repository#is_template} --- @@ -397,7 +397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#license_template Repository#license_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#license_template Repository#license_template} --- @@ -407,7 +407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} --- @@ -417,7 +417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} --- @@ -427,7 +427,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ pages block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#pages Repository#pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#pages Repository#pages} --- @@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. --- @@ -445,7 +445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ security_and_analysis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} --- @@ -455,7 +455,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} --- @@ -465,7 +465,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} --- @@ -475,7 +475,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#template Repository#template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#template Repository#template} --- @@ -485,7 +485,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The list of topics of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#topics Repository#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#topics Repository#topics} --- @@ -497,7 +497,7 @@ Can be 'public' or 'private'. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, visibility can also be 'internal'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#visibility Repository#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#visibility Repository#visibility} --- @@ -509,7 +509,7 @@ Set to 'true' to enable security alerts for vulnerable dependencies. Enabling requires alerts to be enabled on the owner level. (Note for importing: GitHub enables the alerts on public repos but disables them on private repos by default). Note that vulnerability alerts have not been successfully tested on any GitHub Enterprise instance and may be unavailable in those settings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} --- @@ -519,7 +519,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Require contributors to sign off on web-based commits. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} --- @@ -931,7 +931,7 @@ def put_pages( The type the page should be sourced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#build_type Repository#build_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#build_type Repository#build_type} --- @@ -941,7 +941,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The custom domain for the repository. This can only be set after the repository has been created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#cname Repository#cname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#cname Repository#cname} --- @@ -951,7 +951,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#source Repository#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#source Repository#source} --- @@ -971,7 +971,7 @@ def put_security_and_analysis( advanced_security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#advanced_security Repository#advanced_security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#advanced_security Repository#advanced_security} --- @@ -981,7 +981,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ secret_scanning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning Repository#secret_scanning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning Repository#secret_scanning} --- @@ -991,7 +991,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ secret_scanning_push_protection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} --- @@ -1011,7 +1011,7 @@ def put_template( The GitHub organization or user the template repository is owned by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#owner Repository#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#owner Repository#owner} --- @@ -1021,7 +1021,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#repository Repository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#repository Repository#repository} --- @@ -1031,7 +1031,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether the new repository should include all the branches from the template repository (defaults to 'false', which includes only the default branch from the template). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#include_all_branches Repository#include_all_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#include_all_branches Repository#include_all_branches} --- @@ -1353,7 +1353,7 @@ The construct id used in the generated config for the Repository to import. The id of the existing Repository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use --- @@ -2511,14 +2511,14 @@ repository.RepositoryConfig( | has_projects | typing.Union[bool, cdktf.IResolvable] | Set to 'true' to enable the GitHub Projects features on the repository. | | has_wiki | typing.Union[bool, cdktf.IResolvable] | Set to 'true' to enable the GitHub Wiki features on the repository. | | homepage_url | str | URL of a page describing the project. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. | | ignore_vulnerability_alerts_during_read | typing.Union[bool, cdktf.IResolvable] | Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. | | is_template | typing.Union[bool, cdktf.IResolvable] | Set to 'true' to tell GitHub that this is a template repository. | | license_template | str | Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. | | merge_commit_message | str | Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. | | merge_commit_title | str | Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. | | pages | RepositoryPages | pages block. | -| private | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. | +| private | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. | | security_and_analysis | RepositorySecurityAndAnalysis | security_and_analysis block. | | squash_merge_commit_message | str | Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. | | squash_merge_commit_title | str | Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. | @@ -2610,7 +2610,7 @@ name: str The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#name Repository#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#name Repository#name} --- @@ -2624,7 +2624,7 @@ allow_auto_merge: typing.Union[bool, IResolvable] Set to 'true' to allow auto-merging pull requests on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} --- @@ -2638,7 +2638,7 @@ allow_merge_commit: typing.Union[bool, IResolvable] Set to 'false' to disable merge commits on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} --- @@ -2652,7 +2652,7 @@ allow_rebase_merge: typing.Union[bool, IResolvable] Set to 'false' to disable rebase merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} --- @@ -2666,7 +2666,7 @@ allow_squash_merge: typing.Union[bool, IResolvable] Set to 'false' to disable squash merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} --- @@ -2680,7 +2680,7 @@ allow_update_branch: typing.Union[bool, IResolvable] Set to 'true' to always suggest updating pull request branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} --- @@ -2694,7 +2694,7 @@ archived: typing.Union[bool, IResolvable] Specifies if the repository should be archived. Defaults to 'false'. NOTE Currently, the API does not support unarchiving. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archived Repository#archived} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archived Repository#archived} --- @@ -2708,7 +2708,7 @@ archive_on_destroy: typing.Union[bool, IResolvable] Set to 'true' to archive the repository instead of deleting on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} --- @@ -2722,7 +2722,7 @@ auto_init: typing.Union[bool, IResolvable] Set to 'true' to produce an initial commit in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#auto_init Repository#auto_init} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#auto_init Repository#auto_init} --- @@ -2736,7 +2736,7 @@ default_branch: str Can only be set after initial repository creation, and only if the target branch exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#default_branch Repository#default_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#default_branch Repository#default_branch} --- @@ -2750,7 +2750,7 @@ delete_branch_on_merge: typing.Union[bool, IResolvable] Automatically delete head branch after a pull request is merged. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} --- @@ -2764,7 +2764,7 @@ description: str A description of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#description Repository#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#description Repository#description} --- @@ -2778,7 +2778,7 @@ gitignore_template: str Use the name of the template without the extension. For example, 'Haskell'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#gitignore_template Repository#gitignore_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#gitignore_template Repository#gitignore_template} --- @@ -2792,7 +2792,7 @@ has_discussions: typing.Union[bool, IResolvable] Set to 'true' to enable GitHub Discussions on the repository. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_discussions Repository#has_discussions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_discussions Repository#has_discussions} --- @@ -2806,7 +2806,7 @@ has_downloads: typing.Union[bool, IResolvable] Set to 'true' to enable the (deprecated) downloads features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_downloads Repository#has_downloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_downloads Repository#has_downloads} --- @@ -2820,7 +2820,7 @@ has_issues: typing.Union[bool, IResolvable] Set to 'true' to enable the GitHub Issues features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_issues Repository#has_issues} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_issues Repository#has_issues} --- @@ -2836,7 +2836,7 @@ Set to 'true' to enable the GitHub Projects features on the repository. Per the GitHub documentation when in an organization that has disabled repository projects it will default to 'false' and will otherwise default to 'true'. If you specify 'true' when it has been disabled it will return an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_projects Repository#has_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_projects Repository#has_projects} --- @@ -2850,7 +2850,7 @@ has_wiki: typing.Union[bool, IResolvable] Set to 'true' to enable the GitHub Wiki features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_wiki Repository#has_wiki} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_wiki Repository#has_wiki} --- @@ -2864,7 +2864,7 @@ homepage_url: str URL of a page describing the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#homepage_url Repository#homepage_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#homepage_url Repository#homepage_url} --- @@ -2876,7 +2876,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2893,7 +2893,7 @@ ignore_vulnerability_alerts_during_read: typing.Union[bool, IResolvable] Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} --- @@ -2907,7 +2907,7 @@ is_template: typing.Union[bool, IResolvable] Set to 'true' to tell GitHub that this is a template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#is_template Repository#is_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#is_template Repository#is_template} --- @@ -2921,7 +2921,7 @@ license_template: str Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#license_template Repository#license_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#license_template Repository#license_template} --- @@ -2935,7 +2935,7 @@ merge_commit_message: str Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} --- @@ -2949,7 +2949,7 @@ merge_commit_title: str Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} --- @@ -2963,7 +2963,7 @@ pages: RepositoryPages pages block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#pages Repository#pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#pages Repository#pages} --- @@ -2975,7 +2975,7 @@ private: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. --- @@ -2989,7 +2989,7 @@ security_and_analysis: RepositorySecurityAndAnalysis security_and_analysis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} --- @@ -3003,7 +3003,7 @@ squash_merge_commit_message: str Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} --- @@ -3017,7 +3017,7 @@ squash_merge_commit_title: str Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} --- @@ -3031,7 +3031,7 @@ template: RepositoryTemplate template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#template Repository#template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#template Repository#template} --- @@ -3045,7 +3045,7 @@ topics: typing.List[str] The list of topics of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#topics Repository#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#topics Repository#topics} --- @@ -3061,7 +3061,7 @@ Can be 'public' or 'private'. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, visibility can also be 'internal'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#visibility Repository#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#visibility Repository#visibility} --- @@ -3077,7 +3077,7 @@ Set to 'true' to enable security alerts for vulnerable dependencies. Enabling requires alerts to be enabled on the owner level. (Note for importing: GitHub enables the alerts on public repos but disables them on private repos by default). Note that vulnerability alerts have not been successfully tested on any GitHub Enterprise instance and may be unavailable in those settings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} --- @@ -3091,7 +3091,7 @@ web_commit_signoff_required: typing.Union[bool, IResolvable] Require contributors to sign off on web-based commits. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} --- @@ -3129,7 +3129,7 @@ build_type: str The type the page should be sourced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#build_type Repository#build_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#build_type Repository#build_type} --- @@ -3143,7 +3143,7 @@ cname: str The custom domain for the repository. This can only be set after the repository has been created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#cname Repository#cname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#cname Repository#cname} --- @@ -3157,7 +3157,7 @@ source: RepositoryPagesSource source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#source Repository#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#source Repository#source} --- @@ -3193,7 +3193,7 @@ branch: str The repository branch used to publish the site's source files. (i.e. 'main' or 'gh-pages'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#branch Repository#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#branch Repository#branch} --- @@ -3207,7 +3207,7 @@ path: str The repository directory from which the site publishes (Default: '/'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#path Repository#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#path Repository#path} --- @@ -3245,7 +3245,7 @@ advanced_security: RepositorySecurityAndAnalysisAdvancedSecurity advanced_security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#advanced_security Repository#advanced_security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#advanced_security Repository#advanced_security} --- @@ -3259,7 +3259,7 @@ secret_scanning: RepositorySecurityAndAnalysisSecretScanning secret_scanning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning Repository#secret_scanning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning Repository#secret_scanning} --- @@ -3273,7 +3273,7 @@ secret_scanning_push_protection: RepositorySecurityAndAnalysisSecretScanningPush secret_scanning_push_protection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} --- @@ -3307,7 +3307,7 @@ status: str Set to 'enabled' to enable advanced security features on the repository. Can be 'enabled' or 'disabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -3343,7 +3343,7 @@ Set to 'enabled' to enable secret scanning on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -3379,7 +3379,7 @@ Set to 'enabled' to enable secret scanning push protection on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -3417,7 +3417,7 @@ owner: str The GitHub organization or user the template repository is owned by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#owner Repository#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#owner Repository#owner} --- @@ -3431,7 +3431,7 @@ repository: str The name of the template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#repository Repository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#repository Repository#repository} --- @@ -3445,7 +3445,7 @@ include_all_branches: typing.Union[bool, IResolvable] Whether the new repository should include all the branches from the template repository (defaults to 'false', which includes only the default branch from the template). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#include_all_branches Repository#include_all_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#include_all_branches Repository#include_all_branches} --- @@ -3698,7 +3698,7 @@ def put_source( The repository branch used to publish the site's source files. (i.e. 'main' or 'gh-pages'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#branch Repository#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#branch Repository#branch} --- @@ -3708,7 +3708,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository directory from which the site publishes (Default: '/'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#path Repository#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#path Repository#path} --- @@ -4755,7 +4755,7 @@ def put_advanced_security( Set to 'enabled' to enable advanced security features on the repository. Can be 'enabled' or 'disabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -4775,7 +4775,7 @@ Set to 'enabled' to enable secret scanning on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -4795,7 +4795,7 @@ Set to 'enabled' to enable secret scanning push protection on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- diff --git a/docs/repository.typescript.md b/docs/repository.typescript.md index 96bf08ed4..4b3791296 100644 --- a/docs/repository.typescript.md +++ b/docs/repository.typescript.md @@ -4,7 +4,7 @@ ### Repository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository github_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository github_repository}. #### Initializers @@ -744,7 +744,7 @@ The construct id used in the generated config for the Repository to import. The id of the existing Repository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use --- @@ -1859,14 +1859,14 @@ const repositoryConfig: repository.RepositoryConfig = { ... } | hasProjects | boolean \| cdktf.IResolvable | Set to 'true' to enable the GitHub Projects features on the repository. | | hasWiki | boolean \| cdktf.IResolvable | Set to 'true' to enable the GitHub Wiki features on the repository. | | homepageUrl | string | URL of a page describing the project. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. | | ignoreVulnerabilityAlertsDuringRead | boolean \| cdktf.IResolvable | Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. | | isTemplate | boolean \| cdktf.IResolvable | Set to 'true' to tell GitHub that this is a template repository. | | licenseTemplate | string | Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. | | mergeCommitMessage | string | Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. | | mergeCommitTitle | string | Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. | | pages | RepositoryPages | pages block. | -| private | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. | +| private | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. | | securityAndAnalysis | RepositorySecurityAndAnalysis | security_and_analysis block. | | squashMergeCommitMessage | string | Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. | | squashMergeCommitTitle | string | Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. | @@ -1958,7 +1958,7 @@ public readonly name: string; The name of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#name Repository#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#name Repository#name} --- @@ -1972,7 +1972,7 @@ public readonly allowAutoMerge: boolean | IResolvable; Set to 'true' to allow auto-merging pull requests on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} --- @@ -1986,7 +1986,7 @@ public readonly allowMergeCommit: boolean | IResolvable; Set to 'false' to disable merge commits on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} --- @@ -2000,7 +2000,7 @@ public readonly allowRebaseMerge: boolean | IResolvable; Set to 'false' to disable rebase merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} --- @@ -2014,7 +2014,7 @@ public readonly allowSquashMerge: boolean | IResolvable; Set to 'false' to disable squash merges on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} --- @@ -2028,7 +2028,7 @@ public readonly allowUpdateBranch: boolean | IResolvable; Set to 'true' to always suggest updating pull request branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} --- @@ -2042,7 +2042,7 @@ public readonly archived: boolean | IResolvable; Specifies if the repository should be archived. Defaults to 'false'. NOTE Currently, the API does not support unarchiving. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archived Repository#archived} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archived Repository#archived} --- @@ -2056,7 +2056,7 @@ public readonly archiveOnDestroy: boolean | IResolvable; Set to 'true' to archive the repository instead of deleting on destroy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} --- @@ -2070,7 +2070,7 @@ public readonly autoInit: boolean | IResolvable; Set to 'true' to produce an initial commit in the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#auto_init Repository#auto_init} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#auto_init Repository#auto_init} --- @@ -2084,7 +2084,7 @@ public readonly defaultBranch: string; Can only be set after initial repository creation, and only if the target branch exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#default_branch Repository#default_branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#default_branch Repository#default_branch} --- @@ -2098,7 +2098,7 @@ public readonly deleteBranchOnMerge: boolean | IResolvable; Automatically delete head branch after a pull request is merged. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} --- @@ -2112,7 +2112,7 @@ public readonly description: string; A description of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#description Repository#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#description Repository#description} --- @@ -2126,7 +2126,7 @@ public readonly gitignoreTemplate: string; Use the name of the template without the extension. For example, 'Haskell'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#gitignore_template Repository#gitignore_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#gitignore_template Repository#gitignore_template} --- @@ -2140,7 +2140,7 @@ public readonly hasDiscussions: boolean | IResolvable; Set to 'true' to enable GitHub Discussions on the repository. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_discussions Repository#has_discussions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_discussions Repository#has_discussions} --- @@ -2154,7 +2154,7 @@ public readonly hasDownloads: boolean | IResolvable; Set to 'true' to enable the (deprecated) downloads features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_downloads Repository#has_downloads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_downloads Repository#has_downloads} --- @@ -2168,7 +2168,7 @@ public readonly hasIssues: boolean | IResolvable; Set to 'true' to enable the GitHub Issues features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_issues Repository#has_issues} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_issues Repository#has_issues} --- @@ -2184,7 +2184,7 @@ Set to 'true' to enable the GitHub Projects features on the repository. Per the GitHub documentation when in an organization that has disabled repository projects it will default to 'false' and will otherwise default to 'true'. If you specify 'true' when it has been disabled it will return an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_projects Repository#has_projects} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_projects Repository#has_projects} --- @@ -2198,7 +2198,7 @@ public readonly hasWiki: boolean | IResolvable; Set to 'true' to enable the GitHub Wiki features on the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_wiki Repository#has_wiki} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_wiki Repository#has_wiki} --- @@ -2212,7 +2212,7 @@ public readonly homepageUrl: string; URL of a page describing the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#homepage_url Repository#homepage_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#homepage_url Repository#homepage_url} --- @@ -2224,7 +2224,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2241,7 +2241,7 @@ public readonly ignoreVulnerabilityAlertsDuringRead: boolean | IResolvable; Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} --- @@ -2255,7 +2255,7 @@ public readonly isTemplate: boolean | IResolvable; Set to 'true' to tell GitHub that this is a template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#is_template Repository#is_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#is_template Repository#is_template} --- @@ -2269,7 +2269,7 @@ public readonly licenseTemplate: string; Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#license_template Repository#license_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#license_template Repository#license_template} --- @@ -2283,7 +2283,7 @@ public readonly mergeCommitMessage: string; Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} --- @@ -2297,7 +2297,7 @@ public readonly mergeCommitTitle: string; Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} --- @@ -2311,7 +2311,7 @@ public readonly pages: RepositoryPages; pages block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#pages Repository#pages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#pages Repository#pages} --- @@ -2323,7 +2323,7 @@ public readonly private: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private}. --- @@ -2337,7 +2337,7 @@ public readonly securityAndAnalysis: RepositorySecurityAndAnalysis; security_and_analysis block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} --- @@ -2351,7 +2351,7 @@ public readonly squashMergeCommitMessage: string; Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} --- @@ -2365,7 +2365,7 @@ public readonly squashMergeCommitTitle: string; Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} --- @@ -2379,7 +2379,7 @@ public readonly template: RepositoryTemplate; template block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#template Repository#template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#template Repository#template} --- @@ -2393,7 +2393,7 @@ public readonly topics: string[]; The list of topics of the repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#topics Repository#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#topics Repository#topics} --- @@ -2409,7 +2409,7 @@ Can be 'public' or 'private'. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, visibility can also be 'internal'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#visibility Repository#visibility} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#visibility Repository#visibility} --- @@ -2425,7 +2425,7 @@ Set to 'true' to enable security alerts for vulnerable dependencies. Enabling requires alerts to be enabled on the owner level. (Note for importing: GitHub enables the alerts on public repos but disables them on private repos by default). Note that vulnerability alerts have not been successfully tested on any GitHub Enterprise instance and may be unavailable in those settings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} --- @@ -2439,7 +2439,7 @@ public readonly webCommitSignoffRequired: boolean | IResolvable; Require contributors to sign off on web-based commits. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} --- @@ -2473,7 +2473,7 @@ public readonly buildType: string; The type the page should be sourced. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#build_type Repository#build_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#build_type Repository#build_type} --- @@ -2487,7 +2487,7 @@ public readonly cname: string; The custom domain for the repository. This can only be set after the repository has been created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#cname Repository#cname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#cname Repository#cname} --- @@ -2501,7 +2501,7 @@ public readonly source: RepositoryPagesSource; source block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#source Repository#source} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#source Repository#source} --- @@ -2534,7 +2534,7 @@ public readonly branch: string; The repository branch used to publish the site's source files. (i.e. 'main' or 'gh-pages'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#branch Repository#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#branch Repository#branch} --- @@ -2548,7 +2548,7 @@ public readonly path: string; The repository directory from which the site publishes (Default: '/'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#path Repository#path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#path Repository#path} --- @@ -2582,7 +2582,7 @@ public readonly advancedSecurity: RepositorySecurityAndAnalysisAdvancedSecurity; advanced_security block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#advanced_security Repository#advanced_security} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#advanced_security Repository#advanced_security} --- @@ -2596,7 +2596,7 @@ public readonly secretScanning: RepositorySecurityAndAnalysisSecretScanning; secret_scanning block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning Repository#secret_scanning} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning Repository#secret_scanning} --- @@ -2610,7 +2610,7 @@ public readonly secretScanningPushProtection: RepositorySecurityAndAnalysisSecre secret_scanning_push_protection block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} --- @@ -2642,7 +2642,7 @@ public readonly status: string; Set to 'enabled' to enable advanced security features on the repository. Can be 'enabled' or 'disabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -2676,7 +2676,7 @@ Set to 'enabled' to enable secret scanning on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -2710,7 +2710,7 @@ Set to 'enabled' to enable secret scanning push protection on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} --- @@ -2744,7 +2744,7 @@ public readonly owner: string; The GitHub organization or user the template repository is owned by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#owner Repository#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#owner Repository#owner} --- @@ -2758,7 +2758,7 @@ public readonly repository: string; The name of the template repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#repository Repository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#repository Repository#repository} --- @@ -2772,7 +2772,7 @@ public readonly includeAllBranches: boolean | IResolvable; Whether the new repository should include all the branches from the template repository (defaults to 'false', which includes only the default branch from the template). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#include_all_branches Repository#include_all_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#include_all_branches Repository#include_all_branches} --- diff --git a/docs/repositoryAutolinkReference.csharp.md b/docs/repositoryAutolinkReference.csharp.md index c08f1264f..058e36e95 100644 --- a/docs/repositoryAutolinkReference.csharp.md +++ b/docs/repositoryAutolinkReference.csharp.md @@ -4,7 +4,7 @@ ### RepositoryAutolinkReference -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference github_repository_autolink_reference}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference github_repository_autolink_reference}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RepositoryAutolinkReferenc The id of the existing RepositoryAutolinkReference that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use --- @@ -834,7 +834,7 @@ new RepositoryAutolinkReferenceConfig { | KeyPrefix | string | This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. | | Repository | string | The repository name. | | TargetUrlTemplate | string | The template of the target URL used for the links; | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | | IsAlphanumeric | object | Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. | --- @@ -919,7 +919,7 @@ public string KeyPrefix { get; set; } This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} --- @@ -933,7 +933,7 @@ public string Repository { get; set; } The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} --- @@ -949,7 +949,7 @@ The template of the target URL used for the links; must be a valid URL and contain `` for the reference number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} --- @@ -961,7 +961,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -978,7 +978,7 @@ public object IsAlphanumeric { get; set; } Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} --- diff --git a/docs/repositoryAutolinkReference.go.md b/docs/repositoryAutolinkReference.go.md index 1f0336ace..ea821fc14 100644 --- a/docs/repositoryAutolinkReference.go.md +++ b/docs/repositoryAutolinkReference.go.md @@ -4,12 +4,12 @@ ### RepositoryAutolinkReference -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference github_repository_autolink_reference}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference github_repository_autolink_reference}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryautolinkreference" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryautolinkreference" repositoryautolinkreference.NewRepositoryAutolinkReference(scope Construct, id *string, config RepositoryAutolinkReferenceConfig) RepositoryAutolinkReference ``` @@ -392,7 +392,7 @@ func ResetIsAlphanumeric() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryautolinkreference" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryautolinkreference" repositoryautolinkreference.RepositoryAutolinkReference_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryautolinkreference" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryautolinkreference" repositoryautolinkreference.RepositoryAutolinkReference_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ repositoryautolinkreference.RepositoryAutolinkReference_IsTerraformElement(x int ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryautolinkreference" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryautolinkreference" repositoryautolinkreference.RepositoryAutolinkReference_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ repositoryautolinkreference.RepositoryAutolinkReference_IsTerraformResource(x in ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryautolinkreference" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryautolinkreference" repositoryautolinkreference.RepositoryAutolinkReference_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the RepositoryAutolinkReferenc The id of the existing RepositoryAutolinkReference that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use --- @@ -802,7 +802,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryautolinkreference" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryautolinkreference" &repositoryautolinkreference.RepositoryAutolinkReferenceConfig { Connection: interface{}, @@ -834,7 +834,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryautolinkr | KeyPrefix | *string | This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. | | Repository | *string | The repository name. | | TargetUrlTemplate | *string | The template of the target URL used for the links; | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | | IsAlphanumeric | interface{} | Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. | --- @@ -919,7 +919,7 @@ KeyPrefix *string This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} --- @@ -933,7 +933,7 @@ Repository *string The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} --- @@ -949,7 +949,7 @@ The template of the target URL used for the links; must be a valid URL and contain `` for the reference number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} --- @@ -961,7 +961,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -978,7 +978,7 @@ IsAlphanumeric interface{} Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} --- diff --git a/docs/repositoryAutolinkReference.java.md b/docs/repositoryAutolinkReference.java.md index efd2bb969..e22c381b7 100644 --- a/docs/repositoryAutolinkReference.java.md +++ b/docs/repositoryAutolinkReference.java.md @@ -4,7 +4,7 @@ ### RepositoryAutolinkReference -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference github_repository_autolink_reference}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference github_repository_autolink_reference}. #### Initializers @@ -46,7 +46,7 @@ RepositoryAutolinkReference.Builder.create(Construct scope, java.lang.String id) | keyPrefix | java.lang.String | This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. | | repository | java.lang.String | The repository name. | | targetUrlTemplate | java.lang.String | The template of the target URL used for the links; | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | | isAlphanumeric | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. | --- @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} --- @@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} --- @@ -139,7 +139,7 @@ The template of the target URL used for the links; must be a valid URL and contain `` for the reference number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} --- @@ -601,7 +601,7 @@ The construct id used in the generated config for the RepositoryAutolinkReferenc The id of the existing RepositoryAutolinkReference that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use --- @@ -959,7 +959,7 @@ RepositoryAutolinkReferenceConfig.builder() | keyPrefix | java.lang.String | This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. | | repository | java.lang.String | The repository name. | | targetUrlTemplate | java.lang.String | The template of the target URL used for the links; | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | | isAlphanumeric | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. | --- @@ -1044,7 +1044,7 @@ public java.lang.String getKeyPrefix(); This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} --- @@ -1058,7 +1058,7 @@ public java.lang.String getRepository(); The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} --- @@ -1074,7 +1074,7 @@ The template of the target URL used for the links; must be a valid URL and contain `` for the reference number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} --- @@ -1086,7 +1086,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1103,7 +1103,7 @@ public java.lang.Object getIsAlphanumeric(); Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} --- diff --git a/docs/repositoryAutolinkReference.python.md b/docs/repositoryAutolinkReference.python.md index ff3b4dab2..97d022345 100644 --- a/docs/repositoryAutolinkReference.python.md +++ b/docs/repositoryAutolinkReference.python.md @@ -4,7 +4,7 @@ ### RepositoryAutolinkReference -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference github_repository_autolink_reference}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference github_repository_autolink_reference}. #### Initializers @@ -43,7 +43,7 @@ repositoryAutolinkReference.RepositoryAutolinkReference( | key_prefix | str | This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. | | repository | str | The repository name. | | target_url_template | str | The template of the target URL used for the links; | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | | is_alphanumeric | typing.Union[bool, cdktf.IResolvable] | Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} --- @@ -136,7 +136,7 @@ The template of the target URL used for the links; must be a valid URL and contain `` for the reference number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} --- @@ -644,7 +644,7 @@ The construct id used in the generated config for the RepositoryAutolinkReferenc The id of the existing RepositoryAutolinkReference that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use --- @@ -997,7 +997,7 @@ repositoryAutolinkReference.RepositoryAutolinkReferenceConfig( | key_prefix | str | This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. | | repository | str | The repository name. | | target_url_template | str | The template of the target URL used for the links; | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | | is_alphanumeric | typing.Union[bool, cdktf.IResolvable] | Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. | --- @@ -1082,7 +1082,7 @@ key_prefix: str This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} --- @@ -1096,7 +1096,7 @@ repository: str The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} --- @@ -1112,7 +1112,7 @@ The template of the target URL used for the links; must be a valid URL and contain `` for the reference number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} --- @@ -1124,7 +1124,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1141,7 +1141,7 @@ is_alphanumeric: typing.Union[bool, IResolvable] Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} --- diff --git a/docs/repositoryAutolinkReference.typescript.md b/docs/repositoryAutolinkReference.typescript.md index 232f93936..16567bb1a 100644 --- a/docs/repositoryAutolinkReference.typescript.md +++ b/docs/repositoryAutolinkReference.typescript.md @@ -4,7 +4,7 @@ ### RepositoryAutolinkReference -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference github_repository_autolink_reference}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference github_repository_autolink_reference}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RepositoryAutolinkReferenc The id of the existing RepositoryAutolinkReference that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use --- @@ -821,7 +821,7 @@ const repositoryAutolinkReferenceConfig: repositoryAutolinkReference.RepositoryA | keyPrefix | string | This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. | | repository | string | The repository name. | | targetUrlTemplate | string | The template of the target URL used for the links; | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. | | isAlphanumeric | boolean \| cdktf.IResolvable | Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. | --- @@ -906,7 +906,7 @@ public readonly keyPrefix: string; This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} --- @@ -920,7 +920,7 @@ public readonly repository: string; The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} --- @@ -936,7 +936,7 @@ The template of the target URL used for the links; must be a valid URL and contain `` for the reference number -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} --- @@ -948,7 +948,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -965,7 +965,7 @@ public readonly isAlphanumeric: boolean | IResolvable; Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} --- diff --git a/docs/repositoryCollaborator.csharp.md b/docs/repositoryCollaborator.csharp.md index f896d0a42..9c35897ae 100644 --- a/docs/repositoryCollaborator.csharp.md +++ b/docs/repositoryCollaborator.csharp.md @@ -4,7 +4,7 @@ ### RepositoryCollaborator -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator github_repository_collaborator}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator github_repository_collaborator}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the RepositoryCollaborator to The id of the existing RepositoryCollaborator that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use --- @@ -840,7 +840,7 @@ new RepositoryCollaboratorConfig { | Provisioners | object[] | *No description.* | | Repository | string | The GitHub repository. | | Username | string | The user to add to the repository as a collaborator. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | | Permission | string | The permission of the outside collaborator for the repository. | | PermissionDiffSuppression | object | Suppress plan diffs for triage and maintain. Defaults to 'false'. | @@ -926,7 +926,7 @@ public string Repository { get; set; } The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} --- @@ -940,7 +940,7 @@ public string Username { get; set; } The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} --- @@ -952,7 +952,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -971,7 +971,7 @@ The permission of the outside collaborator for the repository. Must be one of 'pull', 'push', 'maintain', 'triage' or 'admin' or the name of an existing custom repository role within the organization for organization-owned repositories. Must be 'push' for personal repositories. Defaults to 'push'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} --- @@ -985,7 +985,7 @@ public object PermissionDiffSuppression { get; set; } Suppress plan diffs for triage and maintain. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} --- diff --git a/docs/repositoryCollaborator.go.md b/docs/repositoryCollaborator.go.md index 6f17634ed..198291dcb 100644 --- a/docs/repositoryCollaborator.go.md +++ b/docs/repositoryCollaborator.go.md @@ -4,12 +4,12 @@ ### RepositoryCollaborator -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator github_repository_collaborator}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator github_repository_collaborator}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborator" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborator" repositorycollaborator.NewRepositoryCollaborator(scope Construct, id *string, config RepositoryCollaboratorConfig) RepositoryCollaborator ``` @@ -399,7 +399,7 @@ func ResetPermissionDiffSuppression() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborator" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborator" repositorycollaborator.RepositoryCollaborator_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborator" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborator" repositorycollaborator.RepositoryCollaborator_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ repositorycollaborator.RepositoryCollaborator_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborator" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborator" repositorycollaborator.RepositoryCollaborator_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ repositorycollaborator.RepositoryCollaborator_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborator" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborator" repositorycollaborator.RepositoryCollaborator_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -488,7 +488,7 @@ The construct id used in the generated config for the RepositoryCollaborator to The id of the existing RepositoryCollaborator that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use --- @@ -809,7 +809,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborator" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborator" &repositorycollaborator.RepositoryCollaboratorConfig { Connection: interface{}, @@ -840,7 +840,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollabora | Provisioners | *[]interface{} | *No description.* | | Repository | *string | The GitHub repository. | | Username | *string | The user to add to the repository as a collaborator. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | | Permission | *string | The permission of the outside collaborator for the repository. | | PermissionDiffSuppression | interface{} | Suppress plan diffs for triage and maintain. Defaults to 'false'. | @@ -926,7 +926,7 @@ Repository *string The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} --- @@ -940,7 +940,7 @@ Username *string The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} --- @@ -952,7 +952,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -971,7 +971,7 @@ The permission of the outside collaborator for the repository. Must be one of 'pull', 'push', 'maintain', 'triage' or 'admin' or the name of an existing custom repository role within the organization for organization-owned repositories. Must be 'push' for personal repositories. Defaults to 'push'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} --- @@ -985,7 +985,7 @@ PermissionDiffSuppression interface{} Suppress plan diffs for triage and maintain. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} --- diff --git a/docs/repositoryCollaborator.java.md b/docs/repositoryCollaborator.java.md index 1b8f5c919..0dd1052ca 100644 --- a/docs/repositoryCollaborator.java.md +++ b/docs/repositoryCollaborator.java.md @@ -4,7 +4,7 @@ ### RepositoryCollaborator -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator github_repository_collaborator}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator github_repository_collaborator}. #### Initializers @@ -45,7 +45,7 @@ RepositoryCollaborator.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | repository | java.lang.String | The GitHub repository. | | username | java.lang.String | The user to add to the repository as a collaborator. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | | permission | java.lang.String | The permission of the outside collaborator for the repository. | | permissionDiffSuppression | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Suppress plan diffs for triage and maintain. Defaults to 'false'. | @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} --- @@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -150,7 +150,7 @@ The permission of the outside collaborator for the repository. Must be one of 'pull', 'push', 'maintain', 'triage' or 'admin' or the name of an existing custom repository role within the organization for organization-owned repositories. Must be 'push' for personal repositories. Defaults to 'push'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Suppress plan diffs for triage and maintain. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} --- @@ -608,7 +608,7 @@ The construct id used in the generated config for the RepositoryCollaborator to The id of the existing RepositoryCollaborator that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use --- @@ -965,7 +965,7 @@ RepositoryCollaboratorConfig.builder() | provisioners | java.util.List | *No description.* | | repository | java.lang.String | The GitHub repository. | | username | java.lang.String | The user to add to the repository as a collaborator. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | | permission | java.lang.String | The permission of the outside collaborator for the repository. | | permissionDiffSuppression | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Suppress plan diffs for triage and maintain. Defaults to 'false'. | @@ -1051,7 +1051,7 @@ public java.lang.String getRepository(); The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} --- @@ -1065,7 +1065,7 @@ public java.lang.String getUsername(); The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} --- @@ -1077,7 +1077,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1096,7 +1096,7 @@ The permission of the outside collaborator for the repository. Must be one of 'pull', 'push', 'maintain', 'triage' or 'admin' or the name of an existing custom repository role within the organization for organization-owned repositories. Must be 'push' for personal repositories. Defaults to 'push'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} --- @@ -1110,7 +1110,7 @@ public java.lang.Object getPermissionDiffSuppression(); Suppress plan diffs for triage and maintain. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} --- diff --git a/docs/repositoryCollaborator.python.md b/docs/repositoryCollaborator.python.md index 9d7f1016b..e2f3e7eee 100644 --- a/docs/repositoryCollaborator.python.md +++ b/docs/repositoryCollaborator.python.md @@ -4,7 +4,7 @@ ### RepositoryCollaborator -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator github_repository_collaborator}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator github_repository_collaborator}. #### Initializers @@ -42,7 +42,7 @@ repositoryCollaborator.RepositoryCollaborator( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | repository | str | The GitHub repository. | | username | str | The user to add to the repository as a collaborator. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | | permission | str | The permission of the outside collaborator for the repository. | | permission_diff_suppression | typing.Union[bool, cdktf.IResolvable] | Suppress plan diffs for triage and maintain. Defaults to 'false'. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ The permission of the outside collaborator for the repository. Must be one of 'pull', 'push', 'maintain', 'triage' or 'admin' or the name of an existing custom repository role within the organization for organization-owned repositories. Must be 'push' for personal repositories. Defaults to 'push'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Suppress plan diffs for triage and maintain. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} --- @@ -651,7 +651,7 @@ The construct id used in the generated config for the RepositoryCollaborator to The id of the existing RepositoryCollaborator that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ repositoryCollaborator.RepositoryCollaboratorConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | repository | str | The GitHub repository. | | username | str | The user to add to the repository as a collaborator. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | | permission | str | The permission of the outside collaborator for the repository. | | permission_diff_suppression | typing.Union[bool, cdktf.IResolvable] | Suppress plan diffs for triage and maintain. Defaults to 'false'. | @@ -1089,7 +1089,7 @@ repository: str The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} --- @@ -1103,7 +1103,7 @@ username: str The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} --- @@ -1115,7 +1115,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ The permission of the outside collaborator for the repository. Must be one of 'pull', 'push', 'maintain', 'triage' or 'admin' or the name of an existing custom repository role within the organization for organization-owned repositories. Must be 'push' for personal repositories. Defaults to 'push'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} --- @@ -1148,7 +1148,7 @@ permission_diff_suppression: typing.Union[bool, IResolvable] Suppress plan diffs for triage and maintain. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} --- diff --git a/docs/repositoryCollaborator.typescript.md b/docs/repositoryCollaborator.typescript.md index a698f698b..0c5217943 100644 --- a/docs/repositoryCollaborator.typescript.md +++ b/docs/repositoryCollaborator.typescript.md @@ -4,7 +4,7 @@ ### RepositoryCollaborator -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator github_repository_collaborator}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator github_repository_collaborator}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the RepositoryCollaborator to The id of the existing RepositoryCollaborator that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use --- @@ -827,7 +827,7 @@ const repositoryCollaboratorConfig: repositoryCollaborator.RepositoryCollaborato | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | repository | string | The GitHub repository. | | username | string | The user to add to the repository as a collaborator. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. | | permission | string | The permission of the outside collaborator for the repository. | | permissionDiffSuppression | boolean \| cdktf.IResolvable | Suppress plan diffs for triage and maintain. Defaults to 'false'. | @@ -913,7 +913,7 @@ public readonly repository: string; The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} --- @@ -927,7 +927,7 @@ public readonly username: string; The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} --- @@ -939,7 +939,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -958,7 +958,7 @@ The permission of the outside collaborator for the repository. Must be one of 'pull', 'push', 'maintain', 'triage' or 'admin' or the name of an existing custom repository role within the organization for organization-owned repositories. Must be 'push' for personal repositories. Defaults to 'push'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} --- @@ -972,7 +972,7 @@ public readonly permissionDiffSuppression: boolean | IResolvable; Suppress plan diffs for triage and maintain. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} --- diff --git a/docs/repositoryCollaborators.csharp.md b/docs/repositoryCollaborators.csharp.md index 222494115..d9e884def 100644 --- a/docs/repositoryCollaborators.csharp.md +++ b/docs/repositoryCollaborators.csharp.md @@ -4,7 +4,7 @@ ### RepositoryCollaborators -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators github_repository_collaborators}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators github_repository_collaborators}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the RepositoryCollaborators to The id of the existing RepositoryCollaborators that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use --- @@ -841,8 +841,8 @@ new RepositoryCollaboratorsConfig { | Lifecycle | HashiCorp.Cdktf.TerraformResourceLifecycle | *No description.* | | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | -| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | +| Repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | | Team | object | team block. | | User | object | user block. | @@ -926,7 +926,7 @@ public string Repository { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. --- @@ -938,7 +938,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -955,7 +955,7 @@ public object Team { get; set; } team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} --- @@ -969,7 +969,7 @@ public object User { get; set; } user block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} --- @@ -991,7 +991,7 @@ new RepositoryCollaboratorsTeam { | **Name** | **Type** | **Description** | | --- | --- | --- | | TeamId | string | Team ID or slug to add to the repository as a collaborator. | -| Permission | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | +| Permission | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | --- @@ -1005,7 +1005,7 @@ public string TeamId { get; set; } Team ID or slug to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} --- @@ -1017,7 +1017,7 @@ public string Permission { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. --- @@ -1039,7 +1039,7 @@ new RepositoryCollaboratorsUser { | **Name** | **Type** | **Description** | | --- | --- | --- | | Username | string | (Required) The user to add to the repository as a collaborator. | -| Permission | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | +| Permission | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | --- @@ -1053,7 +1053,7 @@ public string Username { get; set; } (Required) The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} --- @@ -1065,7 +1065,7 @@ public string Permission { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. --- diff --git a/docs/repositoryCollaborators.go.md b/docs/repositoryCollaborators.go.md index dfaefbb17..9e2b3047d 100644 --- a/docs/repositoryCollaborators.go.md +++ b/docs/repositoryCollaborators.go.md @@ -4,12 +4,12 @@ ### RepositoryCollaborators -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators github_repository_collaborators}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators github_repository_collaborators}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" repositorycollaborators.NewRepositoryCollaborators(scope Construct, id *string, config RepositoryCollaboratorsConfig) RepositoryCollaborators ``` @@ -425,7 +425,7 @@ func ResetUser() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" repositorycollaborators.RepositoryCollaborators_IsConstruct(x interface{}) *bool ``` @@ -457,7 +457,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" repositorycollaborators.RepositoryCollaborators_IsTerraformElement(x interface{}) *bool ``` @@ -471,7 +471,7 @@ repositorycollaborators.RepositoryCollaborators_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" repositorycollaborators.RepositoryCollaborators_IsTerraformResource(x interface{}) *bool ``` @@ -485,7 +485,7 @@ repositorycollaborators.RepositoryCollaborators_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" repositorycollaborators.RepositoryCollaborators_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -514,7 +514,7 @@ The construct id used in the generated config for the RepositoryCollaborators to The id of the existing RepositoryCollaborators that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" &repositorycollaborators.RepositoryCollaboratorsConfig { Connection: interface{}, @@ -841,8 +841,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollabora | 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.* | -| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | +| Repository | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | | Team | interface{} | team block. | | User | interface{} | user block. | @@ -926,7 +926,7 @@ Repository *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. --- @@ -938,7 +938,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -955,7 +955,7 @@ Team interface{} team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} --- @@ -969,7 +969,7 @@ User interface{} user block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} --- @@ -978,7 +978,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" &repositorycollaborators.RepositoryCollaboratorsTeam { TeamId: *string, @@ -991,7 +991,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollabora | **Name** | **Type** | **Description** | | --- | --- | --- | | TeamId | *string | Team ID or slug to add to the repository as a collaborator. | -| Permission | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | +| Permission | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | --- @@ -1005,7 +1005,7 @@ TeamId *string Team ID or slug to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} --- @@ -1017,7 +1017,7 @@ Permission *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. --- @@ -1026,7 +1026,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" &repositorycollaborators.RepositoryCollaboratorsUser { Username: *string, @@ -1039,7 +1039,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollabora | **Name** | **Type** | **Description** | | --- | --- | --- | | Username | *string | (Required) The user to add to the repository as a collaborator. | -| Permission | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | +| Permission | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | --- @@ -1053,7 +1053,7 @@ Username *string (Required) The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} --- @@ -1065,7 +1065,7 @@ Permission *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. --- @@ -1076,7 +1076,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" repositorycollaborators.NewRepositoryCollaboratorsTeamList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) RepositoryCollaboratorsTeamList ``` @@ -1236,7 +1236,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" repositorycollaborators.NewRepositoryCollaboratorsTeamOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) RepositoryCollaboratorsTeamOutputReference ``` @@ -1554,7 +1554,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" repositorycollaborators.NewRepositoryCollaboratorsUserList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) RepositoryCollaboratorsUserList ``` @@ -1714,7 +1714,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorycollaborators" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorycollaborators" repositorycollaborators.NewRepositoryCollaboratorsUserOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) RepositoryCollaboratorsUserOutputReference ``` diff --git a/docs/repositoryCollaborators.java.md b/docs/repositoryCollaborators.java.md index 767ca866e..e821b7985 100644 --- a/docs/repositoryCollaborators.java.md +++ b/docs/repositoryCollaborators.java.md @@ -4,7 +4,7 @@ ### RepositoryCollaborators -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators github_repository_collaborators}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators github_repository_collaborators}. #### Initializers @@ -43,8 +43,8 @@ RepositoryCollaborators.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.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | | team | com.hashicorp.cdktf.IResolvable OR java.util.List<RepositoryCollaboratorsTeam> | team block. | | user | com.hashicorp.cdktf.IResolvable OR java.util.List<RepositoryCollaboratorsUser> | user block. | @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ user block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} --- @@ -619,7 +619,7 @@ The construct id used in the generated config for the RepositoryCollaborators to The id of the existing RepositoryCollaborators that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use --- @@ -952,8 +952,8 @@ RepositoryCollaboratorsConfig.builder() | lifecycle | com.hashicorp.cdktf.TerraformResourceLifecycle | *No description.* | | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | -| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | +| repository | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | | team | com.hashicorp.cdktf.IResolvable OR java.util.List<RepositoryCollaboratorsTeam> | team block. | | user | com.hashicorp.cdktf.IResolvable OR java.util.List<RepositoryCollaboratorsUser> | user block. | @@ -1037,7 +1037,7 @@ public java.lang.String getRepository(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. --- @@ -1049,7 +1049,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 java.lang.Object getTeam(); team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} --- @@ -1080,7 +1080,7 @@ public java.lang.Object getUser(); user block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} --- @@ -1102,7 +1102,7 @@ RepositoryCollaboratorsTeam.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | teamId | java.lang.String | Team ID or slug to add to the repository as a collaborator. | -| permission | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | +| permission | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | --- @@ -1116,7 +1116,7 @@ public java.lang.String getTeamId(); Team ID or slug to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} --- @@ -1128,7 +1128,7 @@ public java.lang.String getPermission(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. --- @@ -1150,7 +1150,7 @@ RepositoryCollaboratorsUser.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | username | java.lang.String | (Required) The user to add to the repository as a collaborator. | -| permission | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | +| permission | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | --- @@ -1164,7 +1164,7 @@ public java.lang.String getUsername(); (Required) The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} --- @@ -1176,7 +1176,7 @@ public java.lang.String getPermission(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. --- diff --git a/docs/repositoryCollaborators.python.md b/docs/repositoryCollaborators.python.md index 8eb7feee9..8863c6d86 100644 --- a/docs/repositoryCollaborators.python.md +++ b/docs/repositoryCollaborators.python.md @@ -4,7 +4,7 @@ ### RepositoryCollaborators -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators github_repository_collaborators}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators github_repository_collaborators}. #### Initializers @@ -39,8 +39,8 @@ repositoryCollaborators.RepositoryCollaborators( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | | team | typing.Union[cdktf.IResolvable, typing.List[RepositoryCollaboratorsTeam]] | team block. | | user | typing.Union[cdktf.IResolvable, typing.List[RepositoryCollaboratorsUser]] | user block. | @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ user block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} --- @@ -665,7 +665,7 @@ The construct id used in the generated config for the RepositoryCollaborators to The id of the existing RepositoryCollaborators that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use --- @@ -992,8 +992,8 @@ repositoryCollaborators.RepositoryCollaboratorsConfig( | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | -| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | +| repository | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | | team | typing.Union[cdktf.IResolvable, typing.List[RepositoryCollaboratorsTeam]] | team block. | | user | typing.Union[cdktf.IResolvable, typing.List[RepositoryCollaboratorsUser]] | user block. | @@ -1077,7 +1077,7 @@ repository: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. --- @@ -1089,7 +1089,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1106,7 +1106,7 @@ team: typing.Union[IResolvable, typing.List[RepositoryCollaboratorsTeam]] team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} --- @@ -1120,7 +1120,7 @@ user: typing.Union[IResolvable, typing.List[RepositoryCollaboratorsUser]] user block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} --- @@ -1142,7 +1142,7 @@ repositoryCollaborators.RepositoryCollaboratorsTeam( | **Name** | **Type** | **Description** | | --- | --- | --- | | team_id | str | Team ID or slug to add to the repository as a collaborator. | -| permission | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | +| permission | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | --- @@ -1156,7 +1156,7 @@ team_id: str Team ID or slug to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} --- @@ -1168,7 +1168,7 @@ permission: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. --- @@ -1190,7 +1190,7 @@ repositoryCollaborators.RepositoryCollaboratorsUser( | **Name** | **Type** | **Description** | | --- | --- | --- | | username | str | (Required) The user to add to the repository as a collaborator. | -| permission | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | +| permission | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | --- @@ -1204,7 +1204,7 @@ username: str (Required) The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} --- @@ -1216,7 +1216,7 @@ permission: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. --- diff --git a/docs/repositoryCollaborators.typescript.md b/docs/repositoryCollaborators.typescript.md index 26c62b281..6ea354106 100644 --- a/docs/repositoryCollaborators.typescript.md +++ b/docs/repositoryCollaborators.typescript.md @@ -4,7 +4,7 @@ ### RepositoryCollaborators -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators github_repository_collaborators}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators github_repository_collaborators}. #### Initializers @@ -514,7 +514,7 @@ The construct id used in the generated config for the RepositoryCollaborators to The id of the existing RepositoryCollaborators that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use --- @@ -829,8 +829,8 @@ const repositoryCollaboratorsConfig: repositoryCollaborators.RepositoryCollabora | lifecycle | cdktf.TerraformResourceLifecycle | *No description.* | | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | -| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | +| repository | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. | | team | cdktf.IResolvable \| RepositoryCollaboratorsTeam[] | team block. | | user | cdktf.IResolvable \| RepositoryCollaboratorsUser[] | user block. | @@ -914,7 +914,7 @@ public readonly repository: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository}. --- @@ -926,7 +926,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -943,7 +943,7 @@ public readonly team: IResolvable | RepositoryCollaboratorsTeam[]; team block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} --- @@ -957,7 +957,7 @@ public readonly user: IResolvable | RepositoryCollaboratorsUser[]; user block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} --- @@ -976,7 +976,7 @@ const repositoryCollaboratorsTeam: repositoryCollaborators.RepositoryCollaborato | **Name** | **Type** | **Description** | | --- | --- | --- | | teamId | string | Team ID or slug to add to the repository as a collaborator. | -| permission | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | +| permission | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | --- @@ -990,7 +990,7 @@ public readonly teamId: string; Team ID or slug to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} --- @@ -1002,7 +1002,7 @@ public readonly permission: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. --- @@ -1021,7 +1021,7 @@ const repositoryCollaboratorsUser: repositoryCollaborators.RepositoryCollaborato | **Name** | **Type** | **Description** | | --- | --- | --- | | username | string | (Required) The user to add to the repository as a collaborator. | -| permission | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | +| permission | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. | --- @@ -1035,7 +1035,7 @@ public readonly username: string; (Required) The user to add to the repository as a collaborator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} --- @@ -1047,7 +1047,7 @@ public readonly permission: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission}. --- diff --git a/docs/repositoryDependabotSecurityUpdates.csharp.md b/docs/repositoryDependabotSecurityUpdates.csharp.md index 1471a9e5d..f4abf957e 100644 --- a/docs/repositoryDependabotSecurityUpdates.csharp.md +++ b/docs/repositoryDependabotSecurityUpdates.csharp.md @@ -4,7 +4,7 @@ ### RepositoryDependabotSecurityUpdates -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryDependabotSecuri The id of the existing RepositoryDependabotSecurityUpdates that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new RepositoryDependabotSecurityUpdatesConfig { | Provisioners | object[] | *No description.* | | Enabled | object | The state of the automated security fixes. | | Repository | string | The GitHub repository. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | --- @@ -853,7 +853,7 @@ public object Enabled { get; set; } The state of the automated security fixes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} --- @@ -867,7 +867,7 @@ public string Repository { get; set; } The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryDependabotSecurityUpdates.go.md b/docs/repositoryDependabotSecurityUpdates.go.md index 10a028530..76d0e8da9 100644 --- a/docs/repositoryDependabotSecurityUpdates.go.md +++ b/docs/repositoryDependabotSecurityUpdates.go.md @@ -4,12 +4,12 @@ ### RepositoryDependabotSecurityUpdates -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydependabotsecurityupdates" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydependabotsecurityupdates" repositorydependabotsecurityupdates.NewRepositoryDependabotSecurityUpdates(scope Construct, id *string, config RepositoryDependabotSecurityUpdatesConfig) RepositoryDependabotSecurityUpdates ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydependabotsecurityupdates" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydependabotsecurityupdates" repositorydependabotsecurityupdates.RepositoryDependabotSecurityUpdates_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydependabotsecurityupdates" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydependabotsecurityupdates" repositorydependabotsecurityupdates.RepositoryDependabotSecurityUpdates_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ repositorydependabotsecurityupdates.RepositoryDependabotSecurityUpdates_IsTerraf ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydependabotsecurityupdates" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydependabotsecurityupdates" repositorydependabotsecurityupdates.RepositoryDependabotSecurityUpdates_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ repositorydependabotsecurityupdates.RepositoryDependabotSecurityUpdates_IsTerraf ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydependabotsecurityupdates" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydependabotsecurityupdates" repositorydependabotsecurityupdates.RepositoryDependabotSecurityUpdates_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryDependabotSecuri The id of the existing RepositoryDependabotSecurityUpdates that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydependabotsecurityupdates" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydependabotsecurityupdates" &repositorydependabotsecurityupdates.RepositoryDependabotSecurityUpdatesConfig { Connection: interface{}, @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydependabo | Provisioners | *[]interface{} | *No description.* | | Enabled | interface{} | The state of the automated security fixes. | | Repository | *string | The GitHub repository. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | --- @@ -853,7 +853,7 @@ Enabled interface{} The state of the automated security fixes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} --- @@ -867,7 +867,7 @@ Repository *string The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryDependabotSecurityUpdates.java.md b/docs/repositoryDependabotSecurityUpdates.java.md index bc65de88f..1eb4b47d2 100644 --- a/docs/repositoryDependabotSecurityUpdates.java.md +++ b/docs/repositoryDependabotSecurityUpdates.java.md @@ -4,7 +4,7 @@ ### RepositoryDependabotSecurityUpdates -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates}. #### Initializers @@ -43,7 +43,7 @@ RepositoryDependabotSecurityUpdates.Builder.create(Construct scope, java.lang.St | provisioners | java.util.List | *No description.* | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The state of the automated security fixes. | | repository | java.lang.String | The GitHub repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | --- @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope The state of the automated security fixes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -568,7 +568,7 @@ The construct id used in the generated config for the RepositoryDependabotSecuri The id of the existing RepositoryDependabotSecurityUpdates that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use --- @@ -868,7 +868,7 @@ RepositoryDependabotSecurityUpdatesConfig.builder() | provisioners | java.util.List | *No description.* | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | The state of the automated security fixes. | | repository | java.lang.String | The GitHub repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | --- @@ -952,7 +952,7 @@ public java.lang.Object getEnabled(); The state of the automated security fixes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} --- @@ -966,7 +966,7 @@ public java.lang.String getRepository(); The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} --- @@ -978,7 +978,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryDependabotSecurityUpdates.python.md b/docs/repositoryDependabotSecurityUpdates.python.md index 217e0b07b..61ddf7146 100644 --- a/docs/repositoryDependabotSecurityUpdates.python.md +++ b/docs/repositoryDependabotSecurityUpdates.python.md @@ -4,7 +4,7 @@ ### RepositoryDependabotSecurityUpdates -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates}. #### Initializers @@ -40,7 +40,7 @@ repositoryDependabotSecurityUpdates.RepositoryDependabotSecurityUpdates( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | enabled | typing.Union[bool, cdktf.IResolvable] | The state of the automated security fixes. | | repository | str | The GitHub repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The state of the automated security fixes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 RepositoryDependabotSecuri The id of the existing RepositoryDependabotSecurityUpdates that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ repositoryDependabotSecurityUpdates.RepositoryDependabotSecurityUpdatesConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | enabled | typing.Union[bool, cdktf.IResolvable] | The state of the automated security fixes. | | repository | str | The GitHub repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | --- @@ -990,7 +990,7 @@ enabled: typing.Union[bool, IResolvable] The state of the automated security fixes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} --- @@ -1004,7 +1004,7 @@ repository: str The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryDependabotSecurityUpdates.typescript.md b/docs/repositoryDependabotSecurityUpdates.typescript.md index add1c07ae..39ca4f8c8 100644 --- a/docs/repositoryDependabotSecurityUpdates.typescript.md +++ b/docs/repositoryDependabotSecurityUpdates.typescript.md @@ -4,7 +4,7 @@ ### RepositoryDependabotSecurityUpdates -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryDependabotSecuri The id of the existing RepositoryDependabotSecurityUpdates that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const repositoryDependabotSecurityUpdatesConfig: repositoryDependabotSecurityUpd | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | enabled | boolean \| cdktf.IResolvable | The state of the automated security fixes. | | repository | string | The GitHub repository. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. | --- @@ -842,7 +842,7 @@ public readonly enabled: boolean | IResolvable; The state of the automated security fixes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} --- @@ -856,7 +856,7 @@ public readonly repository: string; The GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryDeployKey.csharp.md b/docs/repositoryDeployKey.csharp.md index c99cf5fe1..64c810065 100644 --- a/docs/repositoryDeployKey.csharp.md +++ b/docs/repositoryDeployKey.csharp.md @@ -4,7 +4,7 @@ ### RepositoryDeployKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key github_repository_deploy_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key github_repository_deploy_key}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RepositoryDeployKey to imp The id of the existing RepositoryDeployKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_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/integrations/github/6.0.0/docs/resources/repository_deploy_key#import import section} in the documentation of this resource for the id to use --- @@ -834,7 +834,7 @@ new RepositoryDeployKeyConfig { | Key | string | A SSH key. | | Repository | string | Name of the GitHub repository. | | Title | string | A title. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | | ReadOnly | object | A boolean qualifying the key to be either read only or read/write. | --- @@ -919,7 +919,7 @@ public string Key { get; set; } A SSH key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} --- @@ -933,7 +933,7 @@ public string Repository { get; set; } Name of the GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} --- @@ -947,7 +947,7 @@ public string Title { get; set; } A title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} --- @@ -959,7 +959,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -976,7 +976,7 @@ public object ReadOnly { get; set; } A boolean qualifying the key to be either read only or read/write. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} --- diff --git a/docs/repositoryDeployKey.go.md b/docs/repositoryDeployKey.go.md index 10391a350..8e174695e 100644 --- a/docs/repositoryDeployKey.go.md +++ b/docs/repositoryDeployKey.go.md @@ -4,12 +4,12 @@ ### RepositoryDeployKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key github_repository_deploy_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key github_repository_deploy_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploykey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploykey" repositorydeploykey.NewRepositoryDeployKey(scope Construct, id *string, config RepositoryDeployKeyConfig) RepositoryDeployKey ``` @@ -392,7 +392,7 @@ func ResetReadOnly() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploykey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploykey" repositorydeploykey.RepositoryDeployKey_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploykey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploykey" repositorydeploykey.RepositoryDeployKey_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ repositorydeploykey.RepositoryDeployKey_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploykey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploykey" repositorydeploykey.RepositoryDeployKey_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ repositorydeploykey.RepositoryDeployKey_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploykey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploykey" repositorydeploykey.RepositoryDeployKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the RepositoryDeployKey to imp The id of the existing RepositoryDeployKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_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/integrations/github/6.0.0/docs/resources/repository_deploy_key#import import section} in the documentation of this resource for the id to use --- @@ -802,7 +802,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploykey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploykey" &repositorydeploykey.RepositoryDeployKeyConfig { Connection: interface{}, @@ -834,7 +834,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploykey | Key | *string | A SSH key. | | Repository | *string | Name of the GitHub repository. | | Title | *string | A title. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | | ReadOnly | interface{} | A boolean qualifying the key to be either read only or read/write. | --- @@ -919,7 +919,7 @@ Key *string A SSH key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} --- @@ -933,7 +933,7 @@ Repository *string Name of the GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} --- @@ -947,7 +947,7 @@ Title *string A title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} --- @@ -959,7 +959,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -976,7 +976,7 @@ ReadOnly interface{} A boolean qualifying the key to be either read only or read/write. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} --- diff --git a/docs/repositoryDeployKey.java.md b/docs/repositoryDeployKey.java.md index 7ba154565..a3c715f66 100644 --- a/docs/repositoryDeployKey.java.md +++ b/docs/repositoryDeployKey.java.md @@ -4,7 +4,7 @@ ### RepositoryDeployKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key github_repository_deploy_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key github_repository_deploy_key}. #### Initializers @@ -46,7 +46,7 @@ RepositoryDeployKey.Builder.create(Construct scope, java.lang.String id) | key | java.lang.String | A SSH key. | | repository | java.lang.String | Name of the GitHub repository. | | title | java.lang.String | A title. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | | readOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | A boolean qualifying the key to be either read only or read/write. | --- @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope A SSH key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} --- @@ -127,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 A boolean qualifying the key to be either read only or read/write. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} --- @@ -599,7 +599,7 @@ The construct id used in the generated config for the RepositoryDeployKey to imp The id of the existing RepositoryDeployKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_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/integrations/github/6.0.0/docs/resources/repository_deploy_key#import import section} in the documentation of this resource for the id to use --- @@ -957,7 +957,7 @@ RepositoryDeployKeyConfig.builder() | key | java.lang.String | A SSH key. | | repository | java.lang.String | Name of the GitHub repository. | | title | java.lang.String | A title. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | | readOnly | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | A boolean qualifying the key to be either read only or read/write. | --- @@ -1042,7 +1042,7 @@ public java.lang.String getKey(); A SSH key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} --- @@ -1056,7 +1056,7 @@ public java.lang.String getRepository(); Name of the GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} --- @@ -1070,7 +1070,7 @@ public java.lang.String getTitle(); A title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} --- @@ -1082,7 +1082,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1099,7 +1099,7 @@ public java.lang.Object getReadOnly(); A boolean qualifying the key to be either read only or read/write. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} --- diff --git a/docs/repositoryDeployKey.python.md b/docs/repositoryDeployKey.python.md index 84ff4ce6a..2528386c4 100644 --- a/docs/repositoryDeployKey.python.md +++ b/docs/repositoryDeployKey.python.md @@ -4,7 +4,7 @@ ### RepositoryDeployKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key github_repository_deploy_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key github_repository_deploy_key}. #### Initializers @@ -43,7 +43,7 @@ repositoryDeployKey.RepositoryDeployKey( | key | str | A SSH key. | | repository | str | Name of the GitHub repository. | | title | str | A title. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | | read_only | typing.Union[bool, cdktf.IResolvable] | A boolean qualifying the key to be either read only or read/write. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope A SSH key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 A boolean qualifying the key to be either read only or read/write. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} --- @@ -642,7 +642,7 @@ The construct id used in the generated config for the RepositoryDeployKey to imp The id of the existing RepositoryDeployKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_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/integrations/github/6.0.0/docs/resources/repository_deploy_key#import import section} in the documentation of this resource for the id to use --- @@ -995,7 +995,7 @@ repositoryDeployKey.RepositoryDeployKeyConfig( | key | str | A SSH key. | | repository | str | Name of the GitHub repository. | | title | str | A title. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | | read_only | typing.Union[bool, cdktf.IResolvable] | A boolean qualifying the key to be either read only or read/write. | --- @@ -1080,7 +1080,7 @@ key: str A SSH key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} --- @@ -1094,7 +1094,7 @@ repository: str Name of the GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} --- @@ -1108,7 +1108,7 @@ title: str A title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} --- @@ -1120,7 +1120,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1137,7 +1137,7 @@ read_only: typing.Union[bool, IResolvable] A boolean qualifying the key to be either read only or read/write. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} --- diff --git a/docs/repositoryDeployKey.typescript.md b/docs/repositoryDeployKey.typescript.md index 9bde1fafd..932a968ce 100644 --- a/docs/repositoryDeployKey.typescript.md +++ b/docs/repositoryDeployKey.typescript.md @@ -4,7 +4,7 @@ ### RepositoryDeployKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key github_repository_deploy_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key github_repository_deploy_key}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RepositoryDeployKey to imp The id of the existing RepositoryDeployKey that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_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/integrations/github/6.0.0/docs/resources/repository_deploy_key#import import section} in the documentation of this resource for the id to use --- @@ -821,7 +821,7 @@ const repositoryDeployKeyConfig: repositoryDeployKey.RepositoryDeployKeyConfig = | key | string | A SSH key. | | repository | string | Name of the GitHub repository. | | title | string | A title. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. | | readOnly | boolean \| cdktf.IResolvable | A boolean qualifying the key to be either read only or read/write. | --- @@ -906,7 +906,7 @@ public readonly key: string; A SSH key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} --- @@ -920,7 +920,7 @@ public readonly repository: string; Name of the GitHub repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} --- @@ -934,7 +934,7 @@ public readonly title: string; A title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} --- @@ -946,7 +946,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -963,7 +963,7 @@ public readonly readOnly: boolean | IResolvable; A boolean qualifying the key to be either read only or read/write. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} --- diff --git a/docs/repositoryDeploymentBranchPolicy.csharp.md b/docs/repositoryDeploymentBranchPolicy.csharp.md index e7e1ef270..31955819c 100644 --- a/docs/repositoryDeploymentBranchPolicy.csharp.md +++ b/docs/repositoryDeploymentBranchPolicy.csharp.md @@ -4,7 +4,7 @@ ### RepositoryDeploymentBranchPolicy -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryDeploymentBranch The id of the existing RepositoryDeploymentBranchPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use --- @@ -804,7 +804,7 @@ new RepositoryDeploymentBranchPolicyConfig { | EnvironmentName | string | The target environment name. | | Name | string | The name of the branch. | | Repository | string | The GitHub repository name. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | --- @@ -888,7 +888,7 @@ public string EnvironmentName { get; set; } The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} --- @@ -902,7 +902,7 @@ public string Name { get; set; } The name of the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} --- @@ -916,7 +916,7 @@ public string Repository { get; set; } The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} --- @@ -928,7 +928,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryDeploymentBranchPolicy.go.md b/docs/repositoryDeploymentBranchPolicy.go.md index dfa8cd037..674a6ae52 100644 --- a/docs/repositoryDeploymentBranchPolicy.go.md +++ b/docs/repositoryDeploymentBranchPolicy.go.md @@ -4,12 +4,12 @@ ### RepositoryDeploymentBranchPolicy -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploymentbranchpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploymentbranchpolicy" repositorydeploymentbranchpolicy.NewRepositoryDeploymentBranchPolicy(scope Construct, id *string, config RepositoryDeploymentBranchPolicyConfig) RepositoryDeploymentBranchPolicy ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploymentbranchpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploymentbranchpolicy" repositorydeploymentbranchpolicy.RepositoryDeploymentBranchPolicy_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploymentbranchpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploymentbranchpolicy" repositorydeploymentbranchpolicy.RepositoryDeploymentBranchPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ repositorydeploymentbranchpolicy.RepositoryDeploymentBranchPolicy_IsTerraformEle ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploymentbranchpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploymentbranchpolicy" repositorydeploymentbranchpolicy.RepositoryDeploymentBranchPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ repositorydeploymentbranchpolicy.RepositoryDeploymentBranchPolicy_IsTerraformRes ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploymentbranchpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploymentbranchpolicy" repositorydeploymentbranchpolicy.RepositoryDeploymentBranchPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryDeploymentBranch The id of the existing RepositoryDeploymentBranchPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use --- @@ -773,7 +773,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploymentbranchpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorydeploymentbranchpolicy" &repositorydeploymentbranchpolicy.RepositoryDeploymentBranchPolicyConfig { Connection: interface{}, @@ -804,7 +804,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorydeploymen | EnvironmentName | *string | The target environment name. | | Name | *string | The name of the branch. | | Repository | *string | The GitHub repository name. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | --- @@ -888,7 +888,7 @@ EnvironmentName *string The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} --- @@ -902,7 +902,7 @@ Name *string The name of the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} --- @@ -916,7 +916,7 @@ Repository *string The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} --- @@ -928,7 +928,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryDeploymentBranchPolicy.java.md b/docs/repositoryDeploymentBranchPolicy.java.md index 26b34cbf2..3b868ec9f 100644 --- a/docs/repositoryDeploymentBranchPolicy.java.md +++ b/docs/repositoryDeploymentBranchPolicy.java.md @@ -4,7 +4,7 @@ ### RepositoryDeploymentBranchPolicy -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy}. #### Initializers @@ -44,7 +44,7 @@ RepositoryDeploymentBranchPolicy.Builder.create(Construct scope, java.lang.Strin | environmentName | java.lang.String | The target environment name. | | name | java.lang.String | The name of the branch. | | repository | java.lang.String | The GitHub repository name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 RepositoryDeploymentBranch The id of the existing RepositoryDeploymentBranchPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use --- @@ -913,7 +913,7 @@ RepositoryDeploymentBranchPolicyConfig.builder() | environmentName | java.lang.String | The target environment name. | | name | java.lang.String | The name of the branch. | | repository | java.lang.String | The GitHub repository name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | --- @@ -997,7 +997,7 @@ public java.lang.String getEnvironmentName(); The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} --- @@ -1011,7 +1011,7 @@ public java.lang.String getName(); The name of the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} --- @@ -1025,7 +1025,7 @@ public java.lang.String getRepository(); The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} --- @@ -1037,7 +1037,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryDeploymentBranchPolicy.python.md b/docs/repositoryDeploymentBranchPolicy.python.md index 1efdb42a2..139f883c0 100644 --- a/docs/repositoryDeploymentBranchPolicy.python.md +++ b/docs/repositoryDeploymentBranchPolicy.python.md @@ -4,7 +4,7 @@ ### RepositoryDeploymentBranchPolicy -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy}. #### Initializers @@ -42,7 +42,7 @@ repositoryDeploymentBranchPolicy.RepositoryDeploymentBranchPolicy( | environment_name | str | The target environment name. | | name | str | The name of the branch. | | repository | str | The GitHub repository name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 RepositoryDeploymentBranch The id of the existing RepositoryDeploymentBranchPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use --- @@ -953,7 +953,7 @@ repositoryDeploymentBranchPolicy.RepositoryDeploymentBranchPolicyConfig( | environment_name | str | The target environment name. | | name | str | The name of the branch. | | repository | str | The GitHub repository name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | --- @@ -1037,7 +1037,7 @@ environment_name: str The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} --- @@ -1051,7 +1051,7 @@ name: str The name of the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} --- @@ -1065,7 +1065,7 @@ repository: str The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} --- @@ -1077,7 +1077,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryDeploymentBranchPolicy.typescript.md b/docs/repositoryDeploymentBranchPolicy.typescript.md index 141756bd2..aa1bb6899 100644 --- a/docs/repositoryDeploymentBranchPolicy.typescript.md +++ b/docs/repositoryDeploymentBranchPolicy.typescript.md @@ -4,7 +4,7 @@ ### RepositoryDeploymentBranchPolicy -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryDeploymentBranch The id of the existing RepositoryDeploymentBranchPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use --- @@ -792,7 +792,7 @@ const repositoryDeploymentBranchPolicyConfig: repositoryDeploymentBranchPolicy.R | environmentName | string | The target environment name. | | name | string | The name of the branch. | | repository | string | The GitHub repository name. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. | --- @@ -876,7 +876,7 @@ public readonly environmentName: string; The target environment name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} --- @@ -890,7 +890,7 @@ public readonly name: string; The name of the branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} --- @@ -904,7 +904,7 @@ public readonly repository: string; The GitHub repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} --- @@ -916,7 +916,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryEnvironment.csharp.md b/docs/repositoryEnvironment.csharp.md index e8f935029..a972f51f3 100644 --- a/docs/repositoryEnvironment.csharp.md +++ b/docs/repositoryEnvironment.csharp.md @@ -4,7 +4,7 @@ ### RepositoryEnvironment -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment github_repository_environment}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment github_repository_environment}. #### Initializers @@ -78,6 +78,7 @@ Must be unique amongst siblings in the same scope | ResetCanAdminsBypass | *No description.* | | ResetDeploymentBranchPolicy | *No description.* | | ResetId | *No description.* | +| ResetPreventSelfReview | *No description.* | | ResetReviewers | *No description.* | | ResetWaitTimer | *No description.* | @@ -413,6 +414,12 @@ private void ResetDeploymentBranchPolicy() private void ResetId() ``` +##### `ResetPreventSelfReview` + +```csharp +private void ResetPreventSelfReview() +``` + ##### `ResetReviewers` ```csharp @@ -528,7 +535,7 @@ The construct id used in the generated config for the RepositoryEnvironment to i The id of the existing RepositoryEnvironment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use --- @@ -564,12 +571,14 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | DeploymentBranchPolicyInput | RepositoryEnvironmentDeploymentBranchPolicy | *No description.* | | EnvironmentInput | string | *No description.* | | IdInput | string | *No description.* | +| PreventSelfReviewInput | object | *No description.* | | RepositoryInput | string | *No description.* | | ReviewersInput | object | *No description.* | | WaitTimerInput | double | *No description.* | | CanAdminsBypass | object | *No description.* | | Environment | string | *No description.* | | Id | string | *No description.* | +| PreventSelfReview | object | *No description.* | | Repository | string | *No description.* | | WaitTimer | double | *No description.* | @@ -777,6 +786,16 @@ public string IdInput { get; } --- +##### `PreventSelfReviewInput`Optional + +```csharp +public object PreventSelfReviewInput { get; } +``` + +- *Type:* object + +--- + ##### `RepositoryInput`Optional ```csharp @@ -837,6 +856,16 @@ public string Id { get; } --- +##### `PreventSelfReview`Required + +```csharp +public object PreventSelfReview { get; } +``` + +- *Type:* object + +--- + ##### `Repository`Required ```csharp @@ -897,6 +926,7 @@ new RepositoryEnvironmentConfig { object CanAdminsBypass = null, RepositoryEnvironmentDeploymentBranchPolicy DeploymentBranchPolicy = null, string Id = null, + object PreventSelfReview = null, object Reviewers = null, double WaitTimer = null }; @@ -917,7 +947,8 @@ new RepositoryEnvironmentConfig { | Repository | string | The repository of the environment. | | CanAdminsBypass | object | Can Admins bypass deployment protections. | | DeploymentBranchPolicy | RepositoryEnvironmentDeploymentBranchPolicy | deployment_branch_policy block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| PreventSelfReview | object | Prevent users from approving workflows runs that they triggered. | | Reviewers | object | reviewers block. | | WaitTimer | double | Amount of time to delay a job after the job is initially triggered. | @@ -1003,7 +1034,7 @@ public string Environment { get; set; } The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} --- @@ -1017,7 +1048,7 @@ public string Repository { get; set; } The repository of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} --- @@ -1031,7 +1062,7 @@ public object CanAdminsBypass { get; set; } Can Admins bypass deployment protections. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} --- @@ -1045,7 +1076,7 @@ public RepositoryEnvironmentDeploymentBranchPolicy DeploymentBranchPolicy { get; deployment_branch_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} --- @@ -1057,13 +1088,27 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- +##### `PreventSelfReview`Optional + +```csharp +public object PreventSelfReview { get; set; } +``` + +- *Type:* object + +Prevent users from approving workflows runs that they triggered. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#prevent_self_review RepositoryEnvironment#prevent_self_review} + +--- + ##### `Reviewers`Optional ```csharp @@ -1074,7 +1119,7 @@ public object Reviewers { get; set; } reviewers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} --- @@ -1088,7 +1133,7 @@ public double WaitTimer { get; set; } Amount of time to delay a job after the job is initially triggered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} --- @@ -1124,7 +1169,7 @@ public object CustomBranchPolicies { get; set; } Whether only branches that match the specified name patterns can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} --- @@ -1138,7 +1183,7 @@ public object ProtectedBranches { get; set; } Whether only branches with branch protection rules can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} --- @@ -1176,7 +1221,7 @@ Up to 6 IDs for teams who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} --- @@ -1192,7 +1237,7 @@ Up to 6 IDs for users who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#users RepositoryEnvironment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#users RepositoryEnvironment#users} --- diff --git a/docs/repositoryEnvironment.go.md b/docs/repositoryEnvironment.go.md index ab682d4ac..fd8c09e0b 100644 --- a/docs/repositoryEnvironment.go.md +++ b/docs/repositoryEnvironment.go.md @@ -4,12 +4,12 @@ ### RepositoryEnvironment -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment github_repository_environment}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment github_repository_environment}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" repositoryenvironment.NewRepositoryEnvironment(scope Construct, id *string, config RepositoryEnvironmentConfig) RepositoryEnvironment ``` @@ -78,6 +78,7 @@ Must be unique amongst siblings in the same scope | ResetCanAdminsBypass | *No description.* | | ResetDeploymentBranchPolicy | *No description.* | | ResetId | *No description.* | +| ResetPreventSelfReview | *No description.* | | ResetReviewers | *No description.* | | ResetWaitTimer | *No description.* | @@ -413,6 +414,12 @@ func ResetDeploymentBranchPolicy() func ResetId() ``` +##### `ResetPreventSelfReview` + +```go +func ResetPreventSelfReview() +``` + ##### `ResetReviewers` ```go @@ -439,7 +446,7 @@ func ResetWaitTimer() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" repositoryenvironment.RepositoryEnvironment_IsConstruct(x interface{}) *bool ``` @@ -471,7 +478,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" repositoryenvironment.RepositoryEnvironment_IsTerraformElement(x interface{}) *bool ``` @@ -485,7 +492,7 @@ repositoryenvironment.RepositoryEnvironment_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" repositoryenvironment.RepositoryEnvironment_IsTerraformResource(x interface{}) *bool ``` @@ -499,7 +506,7 @@ repositoryenvironment.RepositoryEnvironment_IsTerraformResource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" repositoryenvironment.RepositoryEnvironment_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -528,7 +535,7 @@ The construct id used in the generated config for the RepositoryEnvironment to i The id of the existing RepositoryEnvironment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use --- @@ -564,12 +571,14 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | DeploymentBranchPolicyInput | RepositoryEnvironmentDeploymentBranchPolicy | *No description.* | | EnvironmentInput | *string | *No description.* | | IdInput | *string | *No description.* | +| PreventSelfReviewInput | interface{} | *No description.* | | RepositoryInput | *string | *No description.* | | ReviewersInput | interface{} | *No description.* | | WaitTimerInput | *f64 | *No description.* | | CanAdminsBypass | interface{} | *No description.* | | Environment | *string | *No description.* | | Id | *string | *No description.* | +| PreventSelfReview | interface{} | *No description.* | | Repository | *string | *No description.* | | WaitTimer | *f64 | *No description.* | @@ -777,6 +786,16 @@ func IdInput() *string --- +##### `PreventSelfReviewInput`Optional + +```go +func PreventSelfReviewInput() interface{} +``` + +- *Type:* interface{} + +--- + ##### `RepositoryInput`Optional ```go @@ -837,6 +856,16 @@ func Id() *string --- +##### `PreventSelfReview`Required + +```go +func PreventSelfReview() interface{} +``` + +- *Type:* interface{} + +--- + ##### `Repository`Required ```go @@ -882,7 +911,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" &repositoryenvironment.RepositoryEnvironmentConfig { Connection: interface{}, @@ -895,8 +924,9 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironme Environment: *string, Repository: *string, CanAdminsBypass: interface{}, - DeploymentBranchPolicy: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryEnvironment.RepositoryEnvironmentDeploymentBranchPolicy, + DeploymentBranchPolicy: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryEnvironment.RepositoryEnvironmentDeploymentBranchPolicy, Id: *string, + PreventSelfReview: interface{}, Reviewers: interface{}, WaitTimer: *f64, } @@ -917,7 +947,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironme | Repository | *string | The repository of the environment. | | CanAdminsBypass | interface{} | Can Admins bypass deployment protections. | | DeploymentBranchPolicy | RepositoryEnvironmentDeploymentBranchPolicy | deployment_branch_policy block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| PreventSelfReview | interface{} | Prevent users from approving workflows runs that they triggered. | | Reviewers | interface{} | reviewers block. | | WaitTimer | *f64 | Amount of time to delay a job after the job is initially triggered. | @@ -1003,7 +1034,7 @@ Environment *string The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} --- @@ -1017,7 +1048,7 @@ Repository *string The repository of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} --- @@ -1031,7 +1062,7 @@ CanAdminsBypass interface{} Can Admins bypass deployment protections. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} --- @@ -1045,7 +1076,7 @@ DeploymentBranchPolicy RepositoryEnvironmentDeploymentBranchPolicy deployment_branch_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} --- @@ -1057,13 +1088,27 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- +##### `PreventSelfReview`Optional + +```go +PreventSelfReview interface{} +``` + +- *Type:* interface{} + +Prevent users from approving workflows runs that they triggered. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#prevent_self_review RepositoryEnvironment#prevent_self_review} + +--- + ##### `Reviewers`Optional ```go @@ -1074,7 +1119,7 @@ Reviewers interface{} reviewers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} --- @@ -1088,7 +1133,7 @@ WaitTimer *f64 Amount of time to delay a job after the job is initially triggered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} --- @@ -1097,7 +1142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" &repositoryenvironment.RepositoryEnvironmentDeploymentBranchPolicy { CustomBranchPolicies: interface{}, @@ -1124,7 +1169,7 @@ CustomBranchPolicies interface{} Whether only branches that match the specified name patterns can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} --- @@ -1138,7 +1183,7 @@ ProtectedBranches interface{} Whether only branches with branch protection rules can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} --- @@ -1147,7 +1192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" &repositoryenvironment.RepositoryEnvironmentReviewers { Teams: *[]*f64, @@ -1176,7 +1221,7 @@ Up to 6 IDs for teams who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} --- @@ -1192,7 +1237,7 @@ Up to 6 IDs for users who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#users RepositoryEnvironment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#users RepositoryEnvironment#users} --- @@ -1203,7 +1248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" repositoryenvironment.NewRepositoryEnvironmentDeploymentBranchPolicyOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryEnvironmentDeploymentBranchPolicyOutputReference ``` @@ -1496,7 +1541,7 @@ func InternalValue() RepositoryEnvironmentDeploymentBranchPolicy #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" repositoryenvironment.NewRepositoryEnvironmentReviewersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) RepositoryEnvironmentReviewersList ``` @@ -1656,7 +1701,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironment" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironment" repositoryenvironment.NewRepositoryEnvironmentReviewersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) RepositoryEnvironmentReviewersOutputReference ``` diff --git a/docs/repositoryEnvironment.java.md b/docs/repositoryEnvironment.java.md index ed3960577..8b998d6cf 100644 --- a/docs/repositoryEnvironment.java.md +++ b/docs/repositoryEnvironment.java.md @@ -4,7 +4,7 @@ ### RepositoryEnvironment -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment github_repository_environment}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment github_repository_environment}. #### Initializers @@ -29,6 +29,8 @@ RepositoryEnvironment.Builder.create(Construct scope, java.lang.String id) // .canAdminsBypass(IResolvable) // .deploymentBranchPolicy(RepositoryEnvironmentDeploymentBranchPolicy) // .id(java.lang.String) +// .preventSelfReview(java.lang.Boolean) +// .preventSelfReview(IResolvable) // .reviewers(IResolvable) // .reviewers(java.util.List) // .waitTimer(java.lang.Number) @@ -50,7 +52,8 @@ RepositoryEnvironment.Builder.create(Construct scope, java.lang.String id) | repository | java.lang.String | The repository of the environment. | | canAdminsBypass | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Can Admins bypass deployment protections. | | deploymentBranchPolicy | RepositoryEnvironmentDeploymentBranchPolicy | deployment_branch_policy block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| preventSelfReview | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prevent users from approving workflows runs that they triggered. | | reviewers | com.hashicorp.cdktf.IResolvable OR java.util.List<RepositoryEnvironmentReviewers> | reviewers block. | | waitTimer | java.lang.Number | Amount of time to delay a job after the job is initially triggered. | @@ -122,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/integrations/github/5.45.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} --- @@ -132,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} --- @@ -142,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can Admins bypass deployment protections. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} --- @@ -152,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ deployment_branch_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} --- @@ -160,20 +163,30 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- +##### `preventSelfReview`Optional + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +Prevent users from approving workflows runs that they triggered. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#prevent_self_review RepositoryEnvironment#prevent_self_review} + +--- + ##### `reviewers`Optional - *Type:* com.hashicorp.cdktf.IResolvable OR java.util.List<RepositoryEnvironmentReviewers> reviewers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} --- @@ -183,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Amount of time to delay a job after the job is initially triggered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} --- @@ -219,6 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ | resetCanAdminsBypass | *No description.* | | resetDeploymentBranchPolicy | *No description.* | | resetId | *No description.* | +| resetPreventSelfReview | *No description.* | | resetReviewers | *No description.* | | resetWaitTimer | *No description.* | @@ -556,6 +570,12 @@ public void resetDeploymentBranchPolicy() public void resetId() ``` +##### `resetPreventSelfReview` + +```java +public void resetPreventSelfReview() +``` + ##### `resetReviewers` ```java @@ -671,7 +691,7 @@ The construct id used in the generated config for the RepositoryEnvironment to i The id of the existing RepositoryEnvironment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use --- @@ -707,12 +727,14 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | deploymentBranchPolicyInput | RepositoryEnvironmentDeploymentBranchPolicy | *No description.* | | environmentInput | java.lang.String | *No description.* | | idInput | java.lang.String | *No description.* | +| preventSelfReviewInput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | repositoryInput | java.lang.String | *No description.* | | reviewersInput | com.hashicorp.cdktf.IResolvable OR java.util.List<RepositoryEnvironmentReviewers> | *No description.* | | waitTimerInput | java.lang.Number | *No description.* | | canAdminsBypass | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | environment | java.lang.String | *No description.* | | id | java.lang.String | *No description.* | +| preventSelfReview | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | repository | java.lang.String | *No description.* | | waitTimer | java.lang.Number | *No description.* | @@ -920,6 +942,16 @@ public java.lang.String getIdInput(); --- +##### `preventSelfReviewInput`Optional + +```java +public java.lang.Object getPreventSelfReviewInput(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +--- + ##### `repositoryInput`Optional ```java @@ -980,6 +1012,16 @@ public java.lang.String getId(); --- +##### `preventSelfReview`Required + +```java +public java.lang.Object getPreventSelfReview(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +--- + ##### `repository`Required ```java @@ -1045,6 +1087,8 @@ RepositoryEnvironmentConfig.builder() // .canAdminsBypass(IResolvable) // .deploymentBranchPolicy(RepositoryEnvironmentDeploymentBranchPolicy) // .id(java.lang.String) +// .preventSelfReview(java.lang.Boolean) +// .preventSelfReview(IResolvable) // .reviewers(IResolvable) // .reviewers(java.util.List) // .waitTimer(java.lang.Number) @@ -1066,7 +1110,8 @@ RepositoryEnvironmentConfig.builder() | repository | java.lang.String | The repository of the environment. | | canAdminsBypass | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Can Admins bypass deployment protections. | | deploymentBranchPolicy | RepositoryEnvironmentDeploymentBranchPolicy | deployment_branch_policy block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| preventSelfReview | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prevent users from approving workflows runs that they triggered. | | reviewers | com.hashicorp.cdktf.IResolvable OR java.util.List<RepositoryEnvironmentReviewers> | reviewers block. | | waitTimer | java.lang.Number | Amount of time to delay a job after the job is initially triggered. | @@ -1152,7 +1197,7 @@ public java.lang.String getEnvironment(); The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} --- @@ -1166,7 +1211,7 @@ public java.lang.String getRepository(); The repository of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} --- @@ -1180,7 +1225,7 @@ public java.lang.Object getCanAdminsBypass(); Can Admins bypass deployment protections. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} --- @@ -1194,7 +1239,7 @@ public RepositoryEnvironmentDeploymentBranchPolicy getDeploymentBranchPolicy(); deployment_branch_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} --- @@ -1206,13 +1251,27 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- +##### `preventSelfReview`Optional + +```java +public java.lang.Object getPreventSelfReview(); +``` + +- *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable + +Prevent users from approving workflows runs that they triggered. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#prevent_self_review RepositoryEnvironment#prevent_self_review} + +--- + ##### `reviewers`Optional ```java @@ -1223,7 +1282,7 @@ public java.lang.Object getReviewers(); reviewers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} --- @@ -1237,7 +1296,7 @@ public java.lang.Number getWaitTimer(); Amount of time to delay a job after the job is initially triggered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} --- @@ -1275,7 +1334,7 @@ public java.lang.Object getCustomBranchPolicies(); Whether only branches that match the specified name patterns can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} --- @@ -1289,7 +1348,7 @@ public java.lang.Object getProtectedBranches(); Whether only branches with branch protection rules can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} --- @@ -1327,7 +1386,7 @@ Up to 6 IDs for teams who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} --- @@ -1343,7 +1402,7 @@ Up to 6 IDs for users who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#users RepositoryEnvironment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#users RepositoryEnvironment#users} --- diff --git a/docs/repositoryEnvironment.python.md b/docs/repositoryEnvironment.python.md index 571e76772..16e79c68a 100644 --- a/docs/repositoryEnvironment.python.md +++ b/docs/repositoryEnvironment.python.md @@ -4,7 +4,7 @@ ### RepositoryEnvironment -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment github_repository_environment}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment github_repository_environment}. #### Initializers @@ -26,6 +26,7 @@ repositoryEnvironment.RepositoryEnvironment( can_admins_bypass: typing.Union[bool, IResolvable] = None, deployment_branch_policy: RepositoryEnvironmentDeploymentBranchPolicy = None, id: str = None, + prevent_self_review: typing.Union[bool, IResolvable] = None, reviewers: typing.Union[IResolvable, typing.List[RepositoryEnvironmentReviewers]] = None, wait_timer: typing.Union[int, float] = None ) @@ -46,7 +47,8 @@ repositoryEnvironment.RepositoryEnvironment( | repository | str | The repository of the environment. | | can_admins_bypass | typing.Union[bool, cdktf.IResolvable] | Can Admins bypass deployment protections. | | deployment_branch_policy | RepositoryEnvironmentDeploymentBranchPolicy | deployment_branch_policy block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| prevent_self_review | typing.Union[bool, cdktf.IResolvable] | Prevent users from approving workflows runs that they triggered. | | reviewers | typing.Union[cdktf.IResolvable, typing.List[RepositoryEnvironmentReviewers]] | reviewers block. | | wait_timer | typing.Union[int, float] | Amount of time to delay a job after the job is initially triggered. | @@ -118,7 +120,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/integrations/github/5.45.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} --- @@ -128,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} --- @@ -138,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Can Admins bypass deployment protections. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} --- @@ -148,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ deployment_branch_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} --- @@ -156,20 +158,30 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- +##### `prevent_self_review`Optional + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +Prevent users from approving workflows runs that they triggered. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#prevent_self_review RepositoryEnvironment#prevent_self_review} + +--- + ##### `reviewers`Optional - *Type:* typing.Union[cdktf.IResolvable, typing.List[RepositoryEnvironmentReviewers]] reviewers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} --- @@ -179,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Amount of time to delay a job after the job is initially triggered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} --- @@ -215,6 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ | reset_can_admins_bypass | *No description.* | | reset_deployment_branch_policy | *No description.* | | reset_id | *No description.* | +| reset_prevent_self_review | *No description.* | | reset_reviewers | *No description.* | | reset_wait_timer | *No description.* | @@ -560,7 +573,7 @@ def put_deployment_branch_policy( Whether only branches that match the specified name patterns can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} --- @@ -570,7 +583,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Whether only branches with branch protection rules can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} --- @@ -606,6 +619,12 @@ def reset_deployment_branch_policy() -> None def reset_id() -> None ``` +##### `reset_prevent_self_review` + +```python +def reset_prevent_self_review() -> None +``` + ##### `reset_reviewers` ```python @@ -732,7 +751,7 @@ The construct id used in the generated config for the RepositoryEnvironment to i The id of the existing RepositoryEnvironment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use --- @@ -768,12 +787,14 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | deployment_branch_policy_input | RepositoryEnvironmentDeploymentBranchPolicy | *No description.* | | environment_input | str | *No description.* | | id_input | str | *No description.* | +| prevent_self_review_input | typing.Union[bool, cdktf.IResolvable] | *No description.* | | repository_input | str | *No description.* | | reviewers_input | typing.Union[cdktf.IResolvable, typing.List[RepositoryEnvironmentReviewers]] | *No description.* | | wait_timer_input | typing.Union[int, float] | *No description.* | | can_admins_bypass | typing.Union[bool, cdktf.IResolvable] | *No description.* | | environment | str | *No description.* | | id | str | *No description.* | +| prevent_self_review | typing.Union[bool, cdktf.IResolvable] | *No description.* | | repository | str | *No description.* | | wait_timer | typing.Union[int, float] | *No description.* | @@ -981,6 +1002,16 @@ id_input: str --- +##### `prevent_self_review_input`Optional + +```python +prevent_self_review_input: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +--- + ##### `repository_input`Optional ```python @@ -1041,6 +1072,16 @@ id: str --- +##### `prevent_self_review`Required + +```python +prevent_self_review: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +--- + ##### `repository`Required ```python @@ -1101,6 +1142,7 @@ repositoryEnvironment.RepositoryEnvironmentConfig( can_admins_bypass: typing.Union[bool, IResolvable] = None, deployment_branch_policy: RepositoryEnvironmentDeploymentBranchPolicy = None, id: str = None, + prevent_self_review: typing.Union[bool, IResolvable] = None, reviewers: typing.Union[IResolvable, typing.List[RepositoryEnvironmentReviewers]] = None, wait_timer: typing.Union[int, float] = None ) @@ -1121,7 +1163,8 @@ repositoryEnvironment.RepositoryEnvironmentConfig( | repository | str | The repository of the environment. | | can_admins_bypass | typing.Union[bool, cdktf.IResolvable] | Can Admins bypass deployment protections. | | deployment_branch_policy | RepositoryEnvironmentDeploymentBranchPolicy | deployment_branch_policy block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| prevent_self_review | typing.Union[bool, cdktf.IResolvable] | Prevent users from approving workflows runs that they triggered. | | reviewers | typing.Union[cdktf.IResolvable, typing.List[RepositoryEnvironmentReviewers]] | reviewers block. | | wait_timer | typing.Union[int, float] | Amount of time to delay a job after the job is initially triggered. | @@ -1207,7 +1250,7 @@ environment: str The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} --- @@ -1221,7 +1264,7 @@ repository: str The repository of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} --- @@ -1235,7 +1278,7 @@ can_admins_bypass: typing.Union[bool, IResolvable] Can Admins bypass deployment protections. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} --- @@ -1249,7 +1292,7 @@ deployment_branch_policy: RepositoryEnvironmentDeploymentBranchPolicy deployment_branch_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} --- @@ -1261,13 +1304,27 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- +##### `prevent_self_review`Optional + +```python +prevent_self_review: typing.Union[bool, IResolvable] +``` + +- *Type:* typing.Union[bool, cdktf.IResolvable] + +Prevent users from approving workflows runs that they triggered. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#prevent_self_review RepositoryEnvironment#prevent_self_review} + +--- + ##### `reviewers`Optional ```python @@ -1278,7 +1335,7 @@ reviewers: typing.Union[IResolvable, typing.List[RepositoryEnvironmentReviewers] reviewers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} --- @@ -1292,7 +1349,7 @@ wait_timer: typing.Union[int, float] Amount of time to delay a job after the job is initially triggered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} --- @@ -1328,7 +1385,7 @@ custom_branch_policies: typing.Union[bool, IResolvable] Whether only branches that match the specified name patterns can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} --- @@ -1342,7 +1399,7 @@ protected_branches: typing.Union[bool, IResolvable] Whether only branches with branch protection rules can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} --- @@ -1380,7 +1437,7 @@ Up to 6 IDs for teams who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} --- @@ -1396,7 +1453,7 @@ Up to 6 IDs for users who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#users RepositoryEnvironment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#users RepositoryEnvironment#users} --- diff --git a/docs/repositoryEnvironment.typescript.md b/docs/repositoryEnvironment.typescript.md index 328c1dc1c..5bb7d269c 100644 --- a/docs/repositoryEnvironment.typescript.md +++ b/docs/repositoryEnvironment.typescript.md @@ -4,7 +4,7 @@ ### RepositoryEnvironment -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment github_repository_environment}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment github_repository_environment}. #### Initializers @@ -78,6 +78,7 @@ Must be unique amongst siblings in the same scope | resetCanAdminsBypass | *No description.* | | resetDeploymentBranchPolicy | *No description.* | | resetId | *No description.* | +| resetPreventSelfReview | *No description.* | | resetReviewers | *No description.* | | resetWaitTimer | *No description.* | @@ -413,6 +414,12 @@ public resetDeploymentBranchPolicy(): void public resetId(): void ``` +##### `resetPreventSelfReview` + +```typescript +public resetPreventSelfReview(): void +``` + ##### `resetReviewers` ```typescript @@ -528,7 +535,7 @@ The construct id used in the generated config for the RepositoryEnvironment to i The id of the existing RepositoryEnvironment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use --- @@ -564,12 +571,14 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | deploymentBranchPolicyInput | RepositoryEnvironmentDeploymentBranchPolicy | *No description.* | | environmentInput | string | *No description.* | | idInput | string | *No description.* | +| preventSelfReviewInput | boolean \| cdktf.IResolvable | *No description.* | | repositoryInput | string | *No description.* | | reviewersInput | cdktf.IResolvable \| RepositoryEnvironmentReviewers[] | *No description.* | | waitTimerInput | number | *No description.* | | canAdminsBypass | boolean \| cdktf.IResolvable | *No description.* | | environment | string | *No description.* | | id | string | *No description.* | +| preventSelfReview | boolean \| cdktf.IResolvable | *No description.* | | repository | string | *No description.* | | waitTimer | number | *No description.* | @@ -777,6 +786,16 @@ public readonly idInput: string; --- +##### `preventSelfReviewInput`Optional + +```typescript +public readonly preventSelfReviewInput: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +--- + ##### `repositoryInput`Optional ```typescript @@ -837,6 +856,16 @@ public readonly id: string; --- +##### `preventSelfReview`Required + +```typescript +public readonly preventSelfReview: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +--- + ##### `repository`Required ```typescript @@ -902,7 +931,8 @@ const repositoryEnvironmentConfig: repositoryEnvironment.RepositoryEnvironmentCo | repository | string | The repository of the environment. | | canAdminsBypass | boolean \| cdktf.IResolvable | Can Admins bypass deployment protections. | | deploymentBranchPolicy | RepositoryEnvironmentDeploymentBranchPolicy | deployment_branch_policy block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. | +| preventSelfReview | boolean \| cdktf.IResolvable | Prevent users from approving workflows runs that they triggered. | | reviewers | cdktf.IResolvable \| RepositoryEnvironmentReviewers[] | reviewers block. | | waitTimer | number | Amount of time to delay a job after the job is initially triggered. | @@ -988,7 +1018,7 @@ public readonly environment: string; The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} --- @@ -1002,7 +1032,7 @@ public readonly repository: string; The repository of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} --- @@ -1016,7 +1046,7 @@ public readonly canAdminsBypass: boolean | IResolvable; Can Admins bypass deployment protections. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} --- @@ -1030,7 +1060,7 @@ public readonly deploymentBranchPolicy: RepositoryEnvironmentDeploymentBranchPol deployment_branch_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} --- @@ -1042,13 +1072,27 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- +##### `preventSelfReview`Optional + +```typescript +public readonly preventSelfReview: boolean | IResolvable; +``` + +- *Type:* boolean | cdktf.IResolvable + +Prevent users from approving workflows runs that they triggered. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#prevent_self_review RepositoryEnvironment#prevent_self_review} + +--- + ##### `reviewers`Optional ```typescript @@ -1059,7 +1103,7 @@ public readonly reviewers: IResolvable | RepositoryEnvironmentReviewers[]; reviewers block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} --- @@ -1073,7 +1117,7 @@ public readonly waitTimer: number; Amount of time to delay a job after the job is initially triggered. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} --- @@ -1106,7 +1150,7 @@ public readonly customBranchPolicies: boolean | IResolvable; Whether only branches that match the specified name patterns can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} --- @@ -1120,7 +1164,7 @@ public readonly protectedBranches: boolean | IResolvable; Whether only branches with branch protection rules can deploy to this environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} --- @@ -1155,7 +1199,7 @@ Up to 6 IDs for teams who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} --- @@ -1171,7 +1215,7 @@ Up to 6 IDs for users who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#users RepositoryEnvironment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#users RepositoryEnvironment#users} --- diff --git a/docs/repositoryEnvironmentDeploymentPolicy.csharp.md b/docs/repositoryEnvironmentDeploymentPolicy.csharp.md index fa50730e5..7874cbcb3 100644 --- a/docs/repositoryEnvironmentDeploymentPolicy.csharp.md +++ b/docs/repositoryEnvironmentDeploymentPolicy.csharp.md @@ -4,7 +4,7 @@ ### RepositoryEnvironmentDeploymentPolicy -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryEnvironmentDeplo The id of the existing RepositoryEnvironmentDeploymentPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,7 @@ new RepositoryEnvironmentDeploymentPolicyConfig { | BranchPattern | string | The name pattern that branches must match in order to deploy to the environment. | | Environment | string | The name of the environment. | | Repository | string | The name of the repository. The name is not case sensitive. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | --- @@ -877,7 +877,7 @@ public string BranchPattern { get; set; } The name pattern that branches must match in order to deploy to the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} --- @@ -891,7 +891,7 @@ public string Environment { get; set; } The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} --- @@ -905,7 +905,7 @@ public string Repository { get; set; } The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} --- @@ -917,7 +917,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryEnvironmentDeploymentPolicy.go.md b/docs/repositoryEnvironmentDeploymentPolicy.go.md index 81a710981..c1cbb92b3 100644 --- a/docs/repositoryEnvironmentDeploymentPolicy.go.md +++ b/docs/repositoryEnvironmentDeploymentPolicy.go.md @@ -4,12 +4,12 @@ ### RepositoryEnvironmentDeploymentPolicy -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironmentdeploymentpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironmentdeploymentpolicy" repositoryenvironmentdeploymentpolicy.NewRepositoryEnvironmentDeploymentPolicy(scope Construct, id *string, config RepositoryEnvironmentDeploymentPolicyConfig) RepositoryEnvironmentDeploymentPolicy ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironmentdeploymentpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironmentdeploymentpolicy" repositoryenvironmentdeploymentpolicy.RepositoryEnvironmentDeploymentPolicy_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironmentdeploymentpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironmentdeploymentpolicy" repositoryenvironmentdeploymentpolicy.RepositoryEnvironmentDeploymentPolicy_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ repositoryenvironmentdeploymentpolicy.RepositoryEnvironmentDeploymentPolicy_IsTe ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironmentdeploymentpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironmentdeploymentpolicy" repositoryenvironmentdeploymentpolicy.RepositoryEnvironmentDeploymentPolicy_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ repositoryenvironmentdeploymentpolicy.RepositoryEnvironmentDeploymentPolicy_IsTe ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironmentdeploymentpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironmentdeploymentpolicy" repositoryenvironmentdeploymentpolicy.RepositoryEnvironmentDeploymentPolicy_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryEnvironmentDeplo The id of the existing RepositoryEnvironmentDeploymentPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use --- @@ -762,7 +762,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironmentdeploymentpolicy" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryenvironmentdeploymentpolicy" &repositoryenvironmentdeploymentpolicy.RepositoryEnvironmentDeploymentPolicyConfig { Connection: interface{}, @@ -793,7 +793,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryenvironme | BranchPattern | *string | The name pattern that branches must match in order to deploy to the environment. | | Environment | *string | The name of the environment. | | Repository | *string | The name of the repository. The name is not case sensitive. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | --- @@ -877,7 +877,7 @@ BranchPattern *string The name pattern that branches must match in order to deploy to the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} --- @@ -891,7 +891,7 @@ Environment *string The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} --- @@ -905,7 +905,7 @@ Repository *string The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} --- @@ -917,7 +917,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryEnvironmentDeploymentPolicy.java.md b/docs/repositoryEnvironmentDeploymentPolicy.java.md index 8bf59f3d7..e0e5e4662 100644 --- a/docs/repositoryEnvironmentDeploymentPolicy.java.md +++ b/docs/repositoryEnvironmentDeploymentPolicy.java.md @@ -4,7 +4,7 @@ ### RepositoryEnvironmentDeploymentPolicy -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy}. #### Initializers @@ -44,7 +44,7 @@ RepositoryEnvironmentDeploymentPolicy.Builder.create(Construct scope, java.lang. | branchPattern | java.lang.String | The name pattern that branches must match in order to deploy to the environment. | | environment | java.lang.String | The name of the environment. | | repository | java.lang.String | The name of the repository. The name is not case sensitive. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The name pattern that branches must match in order to deploy to the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 RepositoryEnvironmentDeplo The id of the existing RepositoryEnvironmentDeploymentPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use --- @@ -902,7 +902,7 @@ RepositoryEnvironmentDeploymentPolicyConfig.builder() | branchPattern | java.lang.String | The name pattern that branches must match in order to deploy to the environment. | | environment | java.lang.String | The name of the environment. | | repository | java.lang.String | The name of the repository. The name is not case sensitive. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | --- @@ -986,7 +986,7 @@ public java.lang.String getBranchPattern(); The name pattern that branches must match in order to deploy to the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} --- @@ -1000,7 +1000,7 @@ public java.lang.String getEnvironment(); The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} --- @@ -1014,7 +1014,7 @@ public java.lang.String getRepository(); The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} --- @@ -1026,7 +1026,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryEnvironmentDeploymentPolicy.python.md b/docs/repositoryEnvironmentDeploymentPolicy.python.md index 5ff9dbbc7..f81357794 100644 --- a/docs/repositoryEnvironmentDeploymentPolicy.python.md +++ b/docs/repositoryEnvironmentDeploymentPolicy.python.md @@ -4,7 +4,7 @@ ### RepositoryEnvironmentDeploymentPolicy -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy}. #### Initializers @@ -42,7 +42,7 @@ repositoryEnvironmentDeploymentPolicy.RepositoryEnvironmentDeploymentPolicy( | branch_pattern | str | The name pattern that branches must match in order to deploy to the environment. | | environment | str | The name of the environment. | | repository | str | The name of the repository. The name is not case sensitive. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name pattern that branches must match in order to deploy to the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 RepositoryEnvironmentDeplo The id of the existing RepositoryEnvironmentDeploymentPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use --- @@ -942,7 +942,7 @@ repositoryEnvironmentDeploymentPolicy.RepositoryEnvironmentDeploymentPolicyConfi | branch_pattern | str | The name pattern that branches must match in order to deploy to the environment. | | environment | str | The name of the environment. | | repository | str | The name of the repository. The name is not case sensitive. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | --- @@ -1026,7 +1026,7 @@ branch_pattern: str The name pattern that branches must match in order to deploy to the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} --- @@ -1040,7 +1040,7 @@ environment: str The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} --- @@ -1054,7 +1054,7 @@ repository: str The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} --- @@ -1066,7 +1066,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryEnvironmentDeploymentPolicy.typescript.md b/docs/repositoryEnvironmentDeploymentPolicy.typescript.md index f8be375c6..8fe351475 100644 --- a/docs/repositoryEnvironmentDeploymentPolicy.typescript.md +++ b/docs/repositoryEnvironmentDeploymentPolicy.typescript.md @@ -4,7 +4,7 @@ ### RepositoryEnvironmentDeploymentPolicy -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryEnvironmentDeplo The id of the existing RepositoryEnvironmentDeploymentPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ const repositoryEnvironmentDeploymentPolicyConfig: repositoryEnvironmentDeployme | branchPattern | string | The name pattern that branches must match in order to deploy to the environment. | | environment | string | The name of the environment. | | repository | string | The name of the repository. The name is not case sensitive. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. | --- @@ -865,7 +865,7 @@ public readonly branchPattern: string; The name pattern that branches must match in order to deploy to the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} --- @@ -879,7 +879,7 @@ public readonly environment: string; The name of the environment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} --- @@ -893,7 +893,7 @@ public readonly repository: string; The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} --- @@ -905,7 +905,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryFile.csharp.md b/docs/repositoryFile.csharp.md index b7f71123a..19f349db2 100644 --- a/docs/repositoryFile.csharp.md +++ b/docs/repositoryFile.csharp.md @@ -4,7 +4,7 @@ ### RepositoryFile -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file github_repository_file}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file github_repository_file}. #### Initializers @@ -509,7 +509,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use --- @@ -980,7 +980,7 @@ new RepositoryFileConfig { | CommitAuthor | string | The commit author name, defaults to the authenticated user's name. | | CommitEmail | string | The commit author email address, defaults to the authenticated user's email address. | | CommitMessage | string | The commit message when creating, updating or deleting the file. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#id RepositoryFile#id}. | | OverwriteOnCreate | object | Enable overwriting existing files, defaults to "false". | --- @@ -1065,7 +1065,7 @@ public string Content { get; set; } The file's content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#content RepositoryFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#content RepositoryFile#content} --- @@ -1079,7 +1079,7 @@ public string File { get; set; } The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#file RepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#file RepositoryFile#file} --- @@ -1093,7 +1093,7 @@ public string Repository { get; set; } The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#repository RepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#repository RepositoryFile#repository} --- @@ -1107,7 +1107,7 @@ public string Branch { get; set; } The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#branch RepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#branch RepositoryFile#branch} --- @@ -1123,7 +1123,7 @@ The commit author name, defaults to the authenticated user's name. GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} --- @@ -1139,7 +1139,7 @@ The commit author email address, defaults to the authenticated user's email addr GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} --- @@ -1153,7 +1153,7 @@ public string CommitMessage { get; set; } The commit message when creating, updating or deleting the file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} --- @@ -1165,7 +1165,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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. @@ -1182,7 +1182,7 @@ public object OverwriteOnCreate { get; set; } Enable overwriting existing files, defaults to "false". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} --- diff --git a/docs/repositoryFile.go.md b/docs/repositoryFile.go.md index 1a00e1aaa..3d6b51527 100644 --- a/docs/repositoryFile.go.md +++ b/docs/repositoryFile.go.md @@ -4,12 +4,12 @@ ### RepositoryFile -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file github_repository_file}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file github_repository_file}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryfile" repositoryfile.NewRepositoryFile(scope Construct, id *string, config RepositoryFileConfig) RepositoryFile ``` @@ -420,7 +420,7 @@ func ResetOverwriteOnCreate() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryfile" repositoryfile.RepositoryFile_IsConstruct(x interface{}) *bool ``` @@ -452,7 +452,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryfile" repositoryfile.RepositoryFile_IsTerraformElement(x interface{}) *bool ``` @@ -466,7 +466,7 @@ repositoryfile.RepositoryFile_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryfile" repositoryfile.RepositoryFile_IsTerraformResource(x interface{}) *bool ``` @@ -480,7 +480,7 @@ repositoryfile.RepositoryFile_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryfile" repositoryfile.RepositoryFile_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -509,7 +509,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use --- @@ -940,7 +940,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryfile" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryfile" &repositoryfile.RepositoryFileConfig { Connection: interface{}, @@ -980,7 +980,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryfile" | CommitAuthor | *string | The commit author name, defaults to the authenticated user's name. | | CommitEmail | *string | The commit author email address, defaults to the authenticated user's email address. | | CommitMessage | *string | The commit message when creating, updating or deleting the file. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#id RepositoryFile#id}. | | OverwriteOnCreate | interface{} | Enable overwriting existing files, defaults to "false". | --- @@ -1065,7 +1065,7 @@ Content *string The file's content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#content RepositoryFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#content RepositoryFile#content} --- @@ -1079,7 +1079,7 @@ File *string The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#file RepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#file RepositoryFile#file} --- @@ -1093,7 +1093,7 @@ Repository *string The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#repository RepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#repository RepositoryFile#repository} --- @@ -1107,7 +1107,7 @@ Branch *string The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#branch RepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#branch RepositoryFile#branch} --- @@ -1123,7 +1123,7 @@ The commit author name, defaults to the authenticated user's name. GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} --- @@ -1139,7 +1139,7 @@ The commit author email address, defaults to the authenticated user's email addr GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} --- @@ -1153,7 +1153,7 @@ CommitMessage *string The commit message when creating, updating or deleting the file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} --- @@ -1165,7 +1165,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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. @@ -1182,7 +1182,7 @@ OverwriteOnCreate interface{} Enable overwriting existing files, defaults to "false". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} --- diff --git a/docs/repositoryFile.java.md b/docs/repositoryFile.java.md index e914da01d..a7ac8c3f0 100644 --- a/docs/repositoryFile.java.md +++ b/docs/repositoryFile.java.md @@ -4,7 +4,7 @@ ### RepositoryFile -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file github_repository_file}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file github_repository_file}. #### Initializers @@ -54,7 +54,7 @@ RepositoryFile.Builder.create(Construct scope, java.lang.String id) | commitAuthor | java.lang.String | The commit author name, defaults to the authenticated user's name. | | commitEmail | java.lang.String | The commit author email address, defaults to the authenticated user's email address. | | commitMessage | java.lang.String | The commit message when creating, updating or deleting the file. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#id RepositoryFile#id}. | | overwriteOnCreate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable overwriting existing files, defaults to "false". | --- @@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope The file's content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#content RepositoryFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#content RepositoryFile#content} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#file RepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#file RepositoryFile#file} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#repository RepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#repository RepositoryFile#repository} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#branch RepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#branch RepositoryFile#branch} --- @@ -167,7 +167,7 @@ The commit author name, defaults to the authenticated user's name. GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} --- @@ -179,7 +179,7 @@ The commit author email address, defaults to the authenticated user's email addr GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The commit message when creating, updating or deleting the file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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. @@ -210,7 +210,7 @@ If you experience problems setting this value it might not be settable. Please t Enable overwriting existing files, defaults to "false". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} --- @@ -679,7 +679,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use --- @@ -1155,7 +1155,7 @@ RepositoryFileConfig.builder() | commitAuthor | java.lang.String | The commit author name, defaults to the authenticated user's name. | | commitEmail | java.lang.String | The commit author email address, defaults to the authenticated user's email address. | | commitMessage | java.lang.String | The commit message when creating, updating or deleting the file. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#id RepositoryFile#id}. | | overwriteOnCreate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable overwriting existing files, defaults to "false". | --- @@ -1240,7 +1240,7 @@ public java.lang.String getContent(); The file's content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#content RepositoryFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#content RepositoryFile#content} --- @@ -1254,7 +1254,7 @@ public java.lang.String getFile(); The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#file RepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#file RepositoryFile#file} --- @@ -1268,7 +1268,7 @@ public java.lang.String getRepository(); The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#repository RepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#repository RepositoryFile#repository} --- @@ -1282,7 +1282,7 @@ public java.lang.String getBranch(); The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#branch RepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#branch RepositoryFile#branch} --- @@ -1298,7 +1298,7 @@ The commit author name, defaults to the authenticated user's name. GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} --- @@ -1314,7 +1314,7 @@ The commit author email address, defaults to the authenticated user's email addr GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} --- @@ -1328,7 +1328,7 @@ public java.lang.String getCommitMessage(); The commit message when creating, updating or deleting the file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} --- @@ -1340,7 +1340,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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. @@ -1357,7 +1357,7 @@ public java.lang.Object getOverwriteOnCreate(); Enable overwriting existing files, defaults to "false". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} --- diff --git a/docs/repositoryFile.python.md b/docs/repositoryFile.python.md index 067048d13..ebe2135d0 100644 --- a/docs/repositoryFile.python.md +++ b/docs/repositoryFile.python.md @@ -4,7 +4,7 @@ ### RepositoryFile -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file github_repository_file}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file github_repository_file}. #### Initializers @@ -51,7 +51,7 @@ repositoryFile.RepositoryFile( | commit_author | str | The commit author name, defaults to the authenticated user's name. | | commit_email | str | The commit author email address, defaults to the authenticated user's email address. | | commit_message | str | The commit message when creating, updating or deleting the file. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#id RepositoryFile#id}. | | overwrite_on_create | typing.Union[bool, cdktf.IResolvable] | Enable overwriting existing files, defaults to "false". | --- @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The file's content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#content RepositoryFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#content RepositoryFile#content} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#file RepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#file RepositoryFile#file} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#repository RepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#repository RepositoryFile#repository} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#branch RepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#branch RepositoryFile#branch} --- @@ -164,7 +164,7 @@ The commit author name, defaults to the authenticated user's name. GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} --- @@ -176,7 +176,7 @@ The commit author email address, defaults to the authenticated user's email addr GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The commit message when creating, updating or deleting the file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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. @@ -207,7 +207,7 @@ If you experience problems setting this value it might not be settable. Please t Enable overwriting existing files, defaults to "false". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} --- @@ -722,7 +722,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use --- @@ -1193,7 +1193,7 @@ repositoryFile.RepositoryFileConfig( | commit_author | str | The commit author name, defaults to the authenticated user's name. | | commit_email | str | The commit author email address, defaults to the authenticated user's email address. | | commit_message | str | The commit message when creating, updating or deleting the file. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#id RepositoryFile#id}. | | overwrite_on_create | typing.Union[bool, cdktf.IResolvable] | Enable overwriting existing files, defaults to "false". | --- @@ -1278,7 +1278,7 @@ content: str The file's content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#content RepositoryFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#content RepositoryFile#content} --- @@ -1292,7 +1292,7 @@ file: str The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#file RepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#file RepositoryFile#file} --- @@ -1306,7 +1306,7 @@ repository: str The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#repository RepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#repository RepositoryFile#repository} --- @@ -1320,7 +1320,7 @@ branch: str The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#branch RepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#branch RepositoryFile#branch} --- @@ -1336,7 +1336,7 @@ The commit author name, defaults to the authenticated user's name. GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} --- @@ -1352,7 +1352,7 @@ The commit author email address, defaults to the authenticated user's email addr GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} --- @@ -1366,7 +1366,7 @@ commit_message: str The commit message when creating, updating or deleting the file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} --- @@ -1378,7 +1378,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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. @@ -1395,7 +1395,7 @@ overwrite_on_create: typing.Union[bool, IResolvable] Enable overwriting existing files, defaults to "false". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} --- diff --git a/docs/repositoryFile.typescript.md b/docs/repositoryFile.typescript.md index 53253fe57..861f5beab 100644 --- a/docs/repositoryFile.typescript.md +++ b/docs/repositoryFile.typescript.md @@ -4,7 +4,7 @@ ### RepositoryFile -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file github_repository_file}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file github_repository_file}. #### Initializers @@ -509,7 +509,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/integrations/github/5.45.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/integrations/github/6.0.0/docs/resources/repository_file#import import section} in the documentation of this resource for the id to use --- @@ -963,7 +963,7 @@ const repositoryFileConfig: repositoryFile.RepositoryFileConfig = { ... } | commitAuthor | string | The commit author name, defaults to the authenticated user's name. | | commitEmail | string | The commit author email address, defaults to the authenticated user's email address. | | commitMessage | string | The commit message when creating, updating or deleting the file. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#id RepositoryFile#id}. | | overwriteOnCreate | boolean \| cdktf.IResolvable | Enable overwriting existing files, defaults to "false". | --- @@ -1048,7 +1048,7 @@ public readonly content: string; The file's content. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#content RepositoryFile#content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#content RepositoryFile#content} --- @@ -1062,7 +1062,7 @@ public readonly file: string; The file path to manage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#file RepositoryFile#file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#file RepositoryFile#file} --- @@ -1076,7 +1076,7 @@ public readonly repository: string; The repository name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#repository RepositoryFile#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#repository RepositoryFile#repository} --- @@ -1090,7 +1090,7 @@ public readonly branch: string; The branch name, defaults to the repository's default branch. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#branch RepositoryFile#branch} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#branch RepositoryFile#branch} --- @@ -1106,7 +1106,7 @@ The commit author name, defaults to the authenticated user's name. GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} --- @@ -1122,7 +1122,7 @@ The commit author email address, defaults to the authenticated user's email addr GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} --- @@ -1136,7 +1136,7 @@ public readonly commitMessage: string; The commit message when creating, updating or deleting the file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} --- @@ -1148,7 +1148,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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. @@ -1165,7 +1165,7 @@ public readonly overwriteOnCreate: boolean | IResolvable; Enable overwriting existing files, defaults to "false". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} --- diff --git a/docs/repositoryMilestone.csharp.md b/docs/repositoryMilestone.csharp.md index baf8444cf..0c638e65b 100644 --- a/docs/repositoryMilestone.csharp.md +++ b/docs/repositoryMilestone.csharp.md @@ -4,7 +4,7 @@ ### RepositoryMilestone -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone github_repository_milestone}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone github_repository_milestone}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the RepositoryMilestone to imp The id of the existing RepositoryMilestone that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use --- @@ -896,7 +896,7 @@ new RepositoryMilestoneConfig { | Title | string | The title of the milestone. | | Description | string | A description of the milestone. | | DueDate | string | The milestone due date. In 'yyyy-mm-dd' format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | | State | string | The state of the milestone. Either 'open' or 'closed'. Default: 'open'. | --- @@ -981,7 +981,7 @@ public string Owner { get; set; } The owner of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} --- @@ -995,7 +995,7 @@ public string Repository { get; set; } The name of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} --- @@ -1009,7 +1009,7 @@ public string Title { get; set; } The title of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#title RepositoryMilestone#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#title RepositoryMilestone#title} --- @@ -1023,7 +1023,7 @@ public string Description { get; set; } A description of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#description RepositoryMilestone#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#description RepositoryMilestone#description} --- @@ -1037,7 +1037,7 @@ public string DueDate { get; set; } The milestone due date. In 'yyyy-mm-dd' format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} --- @@ -1049,7 +1049,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 string State { get; set; } The state of the milestone. Either 'open' or 'closed'. Default: 'open'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#state RepositoryMilestone#state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#state RepositoryMilestone#state} --- diff --git a/docs/repositoryMilestone.go.md b/docs/repositoryMilestone.go.md index 99e695617..70721c63e 100644 --- a/docs/repositoryMilestone.go.md +++ b/docs/repositoryMilestone.go.md @@ -4,12 +4,12 @@ ### RepositoryMilestone -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone github_repository_milestone}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone github_repository_milestone}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorymilestone" repositorymilestone.NewRepositoryMilestone(scope Construct, id *string, config RepositoryMilestoneConfig) RepositoryMilestone ``` @@ -406,7 +406,7 @@ func ResetState() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorymilestone" repositorymilestone.RepositoryMilestone_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorymilestone" repositorymilestone.RepositoryMilestone_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ repositorymilestone.RepositoryMilestone_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorymilestone" repositorymilestone.RepositoryMilestone_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ repositorymilestone.RepositoryMilestone_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorymilestone" repositorymilestone.RepositoryMilestone_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -495,7 +495,7 @@ The construct id used in the generated config for the RepositoryMilestone to imp The id of the existing RepositoryMilestone that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use --- @@ -860,7 +860,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorymilestone" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorymilestone" &repositorymilestone.RepositoryMilestoneConfig { Connection: interface{}, @@ -896,7 +896,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorymilestone | Title | *string | The title of the milestone. | | Description | *string | A description of the milestone. | | DueDate | *string | The milestone due date. In 'yyyy-mm-dd' format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | | State | *string | The state of the milestone. Either 'open' or 'closed'. Default: 'open'. | --- @@ -981,7 +981,7 @@ Owner *string The owner of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} --- @@ -995,7 +995,7 @@ Repository *string The name of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} --- @@ -1009,7 +1009,7 @@ Title *string The title of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#title RepositoryMilestone#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#title RepositoryMilestone#title} --- @@ -1023,7 +1023,7 @@ Description *string A description of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#description RepositoryMilestone#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#description RepositoryMilestone#description} --- @@ -1037,7 +1037,7 @@ DueDate *string The milestone due date. In 'yyyy-mm-dd' format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} --- @@ -1049,7 +1049,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ State *string The state of the milestone. Either 'open' or 'closed'. Default: 'open'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#state RepositoryMilestone#state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#state RepositoryMilestone#state} --- diff --git a/docs/repositoryMilestone.java.md b/docs/repositoryMilestone.java.md index 235599965..87685ef12 100644 --- a/docs/repositoryMilestone.java.md +++ b/docs/repositoryMilestone.java.md @@ -4,7 +4,7 @@ ### RepositoryMilestone -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone github_repository_milestone}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone github_repository_milestone}. #### Initializers @@ -49,7 +49,7 @@ RepositoryMilestone.Builder.create(Construct scope, java.lang.String id) | title | java.lang.String | The title of the milestone. | | description | java.lang.String | A description of the milestone. | | dueDate | java.lang.String | The milestone due date. In 'yyyy-mm-dd' format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | | state | java.lang.String | The state of the milestone. Either 'open' or 'closed'. Default: 'open'. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The owner of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The title of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#title RepositoryMilestone#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#title RepositoryMilestone#title} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A description of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#description RepositoryMilestone#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#description RepositoryMilestone#description} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The milestone due date. In 'yyyy-mm-dd' format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 state of the milestone. Either 'open' or 'closed'. Default: 'open'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#state RepositoryMilestone#state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#state RepositoryMilestone#state} --- @@ -636,7 +636,7 @@ The construct id used in the generated config for the RepositoryMilestone to imp The id of the existing RepositoryMilestone that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use --- @@ -1041,7 +1041,7 @@ RepositoryMilestoneConfig.builder() | title | java.lang.String | The title of the milestone. | | description | java.lang.String | A description of the milestone. | | dueDate | java.lang.String | The milestone due date. In 'yyyy-mm-dd' format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | | state | java.lang.String | The state of the milestone. Either 'open' or 'closed'. Default: 'open'. | --- @@ -1126,7 +1126,7 @@ public java.lang.String getOwner(); The owner of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} --- @@ -1140,7 +1140,7 @@ public java.lang.String getRepository(); The name of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} --- @@ -1154,7 +1154,7 @@ public java.lang.String getTitle(); The title of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#title RepositoryMilestone#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#title RepositoryMilestone#title} --- @@ -1168,7 +1168,7 @@ public java.lang.String getDescription(); A description of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#description RepositoryMilestone#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#description RepositoryMilestone#description} --- @@ -1182,7 +1182,7 @@ public java.lang.String getDueDate(); The milestone due date. In 'yyyy-mm-dd' format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} --- @@ -1194,7 +1194,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1211,7 +1211,7 @@ public java.lang.String getState(); The state of the milestone. Either 'open' or 'closed'. Default: 'open'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#state RepositoryMilestone#state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#state RepositoryMilestone#state} --- diff --git a/docs/repositoryMilestone.python.md b/docs/repositoryMilestone.python.md index 87138864d..9f8f741f5 100644 --- a/docs/repositoryMilestone.python.md +++ b/docs/repositoryMilestone.python.md @@ -4,7 +4,7 @@ ### RepositoryMilestone -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone github_repository_milestone}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone github_repository_milestone}. #### Initializers @@ -47,7 +47,7 @@ repositoryMilestone.RepositoryMilestone( | title | str | The title of the milestone. | | description | str | A description of the milestone. | | due_date | str | The milestone due date. In 'yyyy-mm-dd' format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | | state | str | The state of the milestone. Either 'open' or 'closed'. Default: 'open'. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The owner of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The title of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#title RepositoryMilestone#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#title RepositoryMilestone#title} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A description of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#description RepositoryMilestone#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#description RepositoryMilestone#description} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The milestone due date. In 'yyyy-mm-dd' format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 state of the milestone. Either 'open' or 'closed'. Default: 'open'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#state RepositoryMilestone#state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#state RepositoryMilestone#state} --- @@ -680,7 +680,7 @@ The construct id used in the generated config for the RepositoryMilestone to imp The id of the existing RepositoryMilestone that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use --- @@ -1081,7 +1081,7 @@ repositoryMilestone.RepositoryMilestoneConfig( | title | str | The title of the milestone. | | description | str | A description of the milestone. | | due_date | str | The milestone due date. In 'yyyy-mm-dd' format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | | state | str | The state of the milestone. Either 'open' or 'closed'. Default: 'open'. | --- @@ -1166,7 +1166,7 @@ owner: str The owner of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} --- @@ -1180,7 +1180,7 @@ repository: str The name of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} --- @@ -1194,7 +1194,7 @@ title: str The title of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#title RepositoryMilestone#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#title RepositoryMilestone#title} --- @@ -1208,7 +1208,7 @@ description: str A description of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#description RepositoryMilestone#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#description RepositoryMilestone#description} --- @@ -1222,7 +1222,7 @@ due_date: str The milestone due date. In 'yyyy-mm-dd' format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} --- @@ -1234,7 +1234,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1251,7 +1251,7 @@ state: str The state of the milestone. Either 'open' or 'closed'. Default: 'open'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#state RepositoryMilestone#state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#state RepositoryMilestone#state} --- diff --git a/docs/repositoryMilestone.typescript.md b/docs/repositoryMilestone.typescript.md index c271e648c..b0145a25c 100644 --- a/docs/repositoryMilestone.typescript.md +++ b/docs/repositoryMilestone.typescript.md @@ -4,7 +4,7 @@ ### RepositoryMilestone -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone github_repository_milestone}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone github_repository_milestone}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the RepositoryMilestone to imp The id of the existing RepositoryMilestone that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use --- @@ -881,7 +881,7 @@ const repositoryMilestoneConfig: repositoryMilestone.RepositoryMilestoneConfig = | title | string | The title of the milestone. | | description | string | A description of the milestone. | | dueDate | string | The milestone due date. In 'yyyy-mm-dd' format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. | | state | string | The state of the milestone. Either 'open' or 'closed'. Default: 'open'. | --- @@ -966,7 +966,7 @@ public readonly owner: string; The owner of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} --- @@ -980,7 +980,7 @@ public readonly repository: string; The name of the GitHub Repository. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} --- @@ -994,7 +994,7 @@ public readonly title: string; The title of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#title RepositoryMilestone#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#title RepositoryMilestone#title} --- @@ -1008,7 +1008,7 @@ public readonly description: string; A description of the milestone. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#description RepositoryMilestone#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#description RepositoryMilestone#description} --- @@ -1022,7 +1022,7 @@ public readonly dueDate: string; The milestone due date. In 'yyyy-mm-dd' format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} --- @@ -1034,7 +1034,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public readonly state: string; The state of the milestone. Either 'open' or 'closed'. Default: 'open'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#state RepositoryMilestone#state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#state RepositoryMilestone#state} --- diff --git a/docs/repositoryProject.csharp.md b/docs/repositoryProject.csharp.md index e3f07b960..a4d0b97d5 100644 --- a/docs/repositoryProject.csharp.md +++ b/docs/repositoryProject.csharp.md @@ -4,7 +4,7 @@ ### RepositoryProject -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project github_repository_project}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project github_repository_project}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RepositoryProject to impor The id of the existing RepositoryProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ new RepositoryProjectConfig { | Name | string | The name of the project. | | Repository | string | The repository of the project. | | Body | string | The body of the project. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. | --- @@ -906,7 +906,7 @@ public string Name { get; set; } The name of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#name RepositoryProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#name RepositoryProject#name} --- @@ -920,7 +920,7 @@ public string Repository { get; set; } The repository of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#repository RepositoryProject#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#repository RepositoryProject#repository} --- @@ -934,7 +934,7 @@ public string Body { get; set; } The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#body RepositoryProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#body RepositoryProject#body} --- @@ -946,7 +946,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryProject.go.md b/docs/repositoryProject.go.md index fa74da1ef..4a557de42 100644 --- a/docs/repositoryProject.go.md +++ b/docs/repositoryProject.go.md @@ -4,12 +4,12 @@ ### RepositoryProject -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project github_repository_project}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project github_repository_project}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryproject" repositoryproject.NewRepositoryProject(scope Construct, id *string, config RepositoryProjectConfig) RepositoryProject ``` @@ -392,7 +392,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryproject" repositoryproject.RepositoryProject_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryproject" repositoryproject.RepositoryProject_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ repositoryproject.RepositoryProject_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryproject" repositoryproject.RepositoryProject_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ repositoryproject.RepositoryProject_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryproject" repositoryproject.RepositoryProject_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the RepositoryProject to impor The id of the existing RepositoryProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use --- @@ -791,7 +791,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryproject" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryproject" &repositoryproject.RepositoryProjectConfig { Connection: interface{}, @@ -822,7 +822,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryproject" | Name | *string | The name of the project. | | Repository | *string | The repository of the project. | | Body | *string | The body of the project. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. | --- @@ -906,7 +906,7 @@ Name *string The name of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#name RepositoryProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#name RepositoryProject#name} --- @@ -920,7 +920,7 @@ Repository *string The repository of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#repository RepositoryProject#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#repository RepositoryProject#repository} --- @@ -934,7 +934,7 @@ Body *string The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#body RepositoryProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#body RepositoryProject#body} --- @@ -946,7 +946,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryProject.java.md b/docs/repositoryProject.java.md index 4d64028c4..696229e96 100644 --- a/docs/repositoryProject.java.md +++ b/docs/repositoryProject.java.md @@ -4,7 +4,7 @@ ### RepositoryProject -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project github_repository_project}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project github_repository_project}. #### Initializers @@ -44,7 +44,7 @@ RepositoryProject.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The name of the project. | | repository | java.lang.String | The repository of the project. | | body | java.lang.String | The body of the project. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. | --- @@ -114,7 +114,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/integrations/github/5.45.0/docs/resources/repository_project#name RepositoryProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#name RepositoryProject#name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#repository RepositoryProject#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#repository RepositoryProject#repository} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#body RepositoryProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#body RepositoryProject#body} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -586,7 +586,7 @@ The construct id used in the generated config for the RepositoryProject to impor The id of the existing RepositoryProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use --- @@ -931,7 +931,7 @@ RepositoryProjectConfig.builder() | name | java.lang.String | The name of the project. | | repository | java.lang.String | The repository of the project. | | body | java.lang.String | The body of the project. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. | --- @@ -1015,7 +1015,7 @@ public java.lang.String getName(); The name of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#name RepositoryProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#name RepositoryProject#name} --- @@ -1029,7 +1029,7 @@ public java.lang.String getRepository(); The repository of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#repository RepositoryProject#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#repository RepositoryProject#repository} --- @@ -1043,7 +1043,7 @@ public java.lang.String getBody(); The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#body RepositoryProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#body RepositoryProject#body} --- @@ -1055,7 +1055,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryProject.python.md b/docs/repositoryProject.python.md index 8bb899e7e..386549e8d 100644 --- a/docs/repositoryProject.python.md +++ b/docs/repositoryProject.python.md @@ -4,7 +4,7 @@ ### RepositoryProject -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project github_repository_project}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project github_repository_project}. #### Initializers @@ -42,7 +42,7 @@ repositoryProject.RepositoryProject( | name | str | The name of the project. | | repository | str | The repository of the project. | | body | str | The body of the project. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. | --- @@ -112,7 +112,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/integrations/github/5.45.0/docs/resources/repository_project#name RepositoryProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#name RepositoryProject#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#repository RepositoryProject#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#repository RepositoryProject#repository} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#body RepositoryProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#body RepositoryProject#body} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -630,7 +630,7 @@ The construct id used in the generated config for the RepositoryProject to impor The id of the existing RepositoryProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use --- @@ -971,7 +971,7 @@ repositoryProject.RepositoryProjectConfig( | name | str | The name of the project. | | repository | str | The repository of the project. | | body | str | The body of the project. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. | --- @@ -1055,7 +1055,7 @@ name: str The name of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#name RepositoryProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#name RepositoryProject#name} --- @@ -1069,7 +1069,7 @@ repository: str The repository of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#repository RepositoryProject#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#repository RepositoryProject#repository} --- @@ -1083,7 +1083,7 @@ body: str The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#body RepositoryProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#body RepositoryProject#body} --- @@ -1095,7 +1095,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryProject.typescript.md b/docs/repositoryProject.typescript.md index 8627306f1..f18db5c7d 100644 --- a/docs/repositoryProject.typescript.md +++ b/docs/repositoryProject.typescript.md @@ -4,7 +4,7 @@ ### RepositoryProject -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project github_repository_project}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project github_repository_project}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the RepositoryProject to impor The id of the existing RepositoryProject that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ const repositoryProjectConfig: repositoryProject.RepositoryProjectConfig = { ... | name | string | The name of the project. | | repository | string | The repository of the project. | | body | string | The body of the project. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. | --- @@ -894,7 +894,7 @@ public readonly name: string; The name of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#name RepositoryProject#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#name RepositoryProject#name} --- @@ -908,7 +908,7 @@ public readonly repository: string; The repository of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#repository RepositoryProject#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#repository RepositoryProject#repository} --- @@ -922,7 +922,7 @@ public readonly body: string; The body of the project. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#body RepositoryProject#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#body RepositoryProject#body} --- @@ -934,7 +934,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryPullRequest.csharp.md b/docs/repositoryPullRequest.csharp.md index 88a0a6e0b..c9c02931f 100644 --- a/docs/repositoryPullRequest.csharp.md +++ b/docs/repositoryPullRequest.csharp.md @@ -4,7 +4,7 @@ ### RepositoryPullRequest -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request github_repository_pull_request}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request github_repository_pull_request}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the RepositoryPullRequest to i The id of the existing RepositoryPullRequest that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use --- @@ -1007,7 +1007,7 @@ new RepositoryPullRequestConfig { | HeadRef | string | Name of the branch serving as the head of the Pull Request. | | Title | string | The title of the Pull Request. | | Body | string | Body of the Pull Request. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | | MaintainerCanModify | object | Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. | | Owner | string | Owner of the repository. If not provided, the provider's default owner is used. | @@ -1093,7 +1093,7 @@ public string BaseRef { get; set; } Name of the branch serving as the base of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} --- @@ -1107,7 +1107,7 @@ public string BaseRepository { get; set; } Name of the base repository to retrieve the Pull Requests from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} --- @@ -1121,7 +1121,7 @@ public string HeadRef { get; set; } Name of the branch serving as the head of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} --- @@ -1135,7 +1135,7 @@ public string Title { get; set; } The title of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} --- @@ -1149,7 +1149,7 @@ public string Body { get; set; } Body of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} --- @@ -1161,7 +1161,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1178,7 +1178,7 @@ public object MaintainerCanModify { get; set; } Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} --- @@ -1192,7 +1192,7 @@ public string Owner { get; set; } Owner of the repository. If not provided, the provider's default owner is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} --- diff --git a/docs/repositoryPullRequest.go.md b/docs/repositoryPullRequest.go.md index 7d796ab27..6b2078e82 100644 --- a/docs/repositoryPullRequest.go.md +++ b/docs/repositoryPullRequest.go.md @@ -4,12 +4,12 @@ ### RepositoryPullRequest -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request github_repository_pull_request}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request github_repository_pull_request}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorypullrequest" repositorypullrequest.NewRepositoryPullRequest(scope Construct, id *string, config RepositoryPullRequestConfig) RepositoryPullRequest ``` @@ -406,7 +406,7 @@ func ResetOwner() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorypullrequest" repositorypullrequest.RepositoryPullRequest_IsConstruct(x interface{}) *bool ``` @@ -438,7 +438,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorypullrequest" repositorypullrequest.RepositoryPullRequest_IsTerraformElement(x interface{}) *bool ``` @@ -452,7 +452,7 @@ repositorypullrequest.RepositoryPullRequest_IsTerraformElement(x interface{}) *b ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorypullrequest" repositorypullrequest.RepositoryPullRequest_IsTerraformResource(x interface{}) *bool ``` @@ -466,7 +466,7 @@ repositorypullrequest.RepositoryPullRequest_IsTerraformResource(x interface{}) * ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorypullrequest" repositorypullrequest.RepositoryPullRequest_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -495,7 +495,7 @@ The construct id used in the generated config for the RepositoryPullRequest to i The id of the existing RepositoryPullRequest that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use --- @@ -970,7 +970,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorypullrequest" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorypullrequest" &repositorypullrequest.RepositoryPullRequestConfig { Connection: interface{}, @@ -1007,7 +1007,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorypullreque | HeadRef | *string | Name of the branch serving as the head of the Pull Request. | | Title | *string | The title of the Pull Request. | | Body | *string | Body of the Pull Request. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | | MaintainerCanModify | interface{} | Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. | | Owner | *string | Owner of the repository. If not provided, the provider's default owner is used. | @@ -1093,7 +1093,7 @@ BaseRef *string Name of the branch serving as the base of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} --- @@ -1107,7 +1107,7 @@ BaseRepository *string Name of the base repository to retrieve the Pull Requests from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} --- @@ -1121,7 +1121,7 @@ HeadRef *string Name of the branch serving as the head of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} --- @@ -1135,7 +1135,7 @@ Title *string The title of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} --- @@ -1149,7 +1149,7 @@ Body *string Body of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} --- @@ -1161,7 +1161,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1178,7 +1178,7 @@ MaintainerCanModify interface{} Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} --- @@ -1192,7 +1192,7 @@ Owner *string Owner of the repository. If not provided, the provider's default owner is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} --- diff --git a/docs/repositoryPullRequest.java.md b/docs/repositoryPullRequest.java.md index 3f5d3d0f5..2fd4e37cf 100644 --- a/docs/repositoryPullRequest.java.md +++ b/docs/repositoryPullRequest.java.md @@ -4,7 +4,7 @@ ### RepositoryPullRequest -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request github_repository_pull_request}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request github_repository_pull_request}. #### Initializers @@ -51,7 +51,7 @@ RepositoryPullRequest.Builder.create(Construct scope, java.lang.String id) | headRef | java.lang.String | Name of the branch serving as the head of the Pull Request. | | title | java.lang.String | The title of the Pull Request. | | body | java.lang.String | Body of the Pull Request. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | | maintainerCanModify | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. | | owner | java.lang.String | Owner of the repository. If not provided, the provider's default owner is used. | @@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope Name of the branch serving as the base of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the base repository to retrieve the Pull Requests from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the branch serving as the head of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The title of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Body of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -184,7 +184,7 @@ If you experience problems setting this value it might not be settable. Please t Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Owner of the repository. If not provided, the provider's default owner is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} --- @@ -649,7 +649,7 @@ The construct id used in the generated config for the RepositoryPullRequest to i The id of the existing RepositoryPullRequest that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use --- @@ -1166,7 +1166,7 @@ RepositoryPullRequestConfig.builder() | headRef | java.lang.String | Name of the branch serving as the head of the Pull Request. | | title | java.lang.String | The title of the Pull Request. | | body | java.lang.String | Body of the Pull Request. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | | maintainerCanModify | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. | | owner | java.lang.String | Owner of the repository. If not provided, the provider's default owner is used. | @@ -1252,7 +1252,7 @@ public java.lang.String getBaseRef(); Name of the branch serving as the base of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} --- @@ -1266,7 +1266,7 @@ public java.lang.String getBaseRepository(); Name of the base repository to retrieve the Pull Requests from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} --- @@ -1280,7 +1280,7 @@ public java.lang.String getHeadRef(); Name of the branch serving as the head of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} --- @@ -1294,7 +1294,7 @@ public java.lang.String getTitle(); The title of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} --- @@ -1308,7 +1308,7 @@ public java.lang.String getBody(); Body of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} --- @@ -1320,7 +1320,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1337,7 +1337,7 @@ public java.lang.Object getMaintainerCanModify(); Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} --- @@ -1351,7 +1351,7 @@ public java.lang.String getOwner(); Owner of the repository. If not provided, the provider's default owner is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} --- diff --git a/docs/repositoryPullRequest.python.md b/docs/repositoryPullRequest.python.md index 1e956b575..2e2c9d449 100644 --- a/docs/repositoryPullRequest.python.md +++ b/docs/repositoryPullRequest.python.md @@ -4,7 +4,7 @@ ### RepositoryPullRequest -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request github_repository_pull_request}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request github_repository_pull_request}. #### Initializers @@ -48,7 +48,7 @@ repositoryPullRequest.RepositoryPullRequest( | head_ref | str | Name of the branch serving as the head of the Pull Request. | | title | str | The title of the Pull Request. | | body | str | Body of the Pull Request. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | | maintainer_can_modify | typing.Union[bool, cdktf.IResolvable] | Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. | | owner | str | Owner of the repository. If not provided, the provider's default owner is used. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Name of the branch serving as the base of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the base repository to retrieve the Pull Requests from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the branch serving as the head of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The title of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Body of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Owner of the repository. If not provided, the provider's default owner is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} --- @@ -692,7 +692,7 @@ The construct id used in the generated config for the RepositoryPullRequest to i The id of the existing RepositoryPullRequest that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use --- @@ -1204,7 +1204,7 @@ repositoryPullRequest.RepositoryPullRequestConfig( | head_ref | str | Name of the branch serving as the head of the Pull Request. | | title | str | The title of the Pull Request. | | body | str | Body of the Pull Request. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | | maintainer_can_modify | typing.Union[bool, cdktf.IResolvable] | Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. | | owner | str | Owner of the repository. If not provided, the provider's default owner is used. | @@ -1290,7 +1290,7 @@ base_ref: str Name of the branch serving as the base of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} --- @@ -1304,7 +1304,7 @@ base_repository: str Name of the base repository to retrieve the Pull Requests from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} --- @@ -1318,7 +1318,7 @@ head_ref: str Name of the branch serving as the head of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} --- @@ -1332,7 +1332,7 @@ title: str The title of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} --- @@ -1346,7 +1346,7 @@ body: str Body of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} --- @@ -1358,7 +1358,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1375,7 +1375,7 @@ maintainer_can_modify: typing.Union[bool, IResolvable] Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} --- @@ -1389,7 +1389,7 @@ owner: str Owner of the repository. If not provided, the provider's default owner is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} --- diff --git a/docs/repositoryPullRequest.typescript.md b/docs/repositoryPullRequest.typescript.md index 4ef70c0fe..3de4aa0c3 100644 --- a/docs/repositoryPullRequest.typescript.md +++ b/docs/repositoryPullRequest.typescript.md @@ -4,7 +4,7 @@ ### RepositoryPullRequest -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request github_repository_pull_request}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request github_repository_pull_request}. #### Initializers @@ -495,7 +495,7 @@ The construct id used in the generated config for the RepositoryPullRequest to i The id of the existing RepositoryPullRequest that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ const repositoryPullRequestConfig: repositoryPullRequest.RepositoryPullRequestCo | headRef | string | Name of the branch serving as the head of the Pull Request. | | title | string | The title of the Pull Request. | | body | string | Body of the Pull Request. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. | | maintainerCanModify | boolean \| cdktf.IResolvable | Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. | | owner | string | Owner of the repository. If not provided, the provider's default owner is used. | @@ -1077,7 +1077,7 @@ public readonly baseRef: string; Name of the branch serving as the base of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} --- @@ -1091,7 +1091,7 @@ public readonly baseRepository: string; Name of the base repository to retrieve the Pull Requests from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} --- @@ -1105,7 +1105,7 @@ public readonly headRef: string; Name of the branch serving as the head of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} --- @@ -1119,7 +1119,7 @@ public readonly title: string; The title of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} --- @@ -1133,7 +1133,7 @@ public readonly body: string; Body of the Pull Request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} --- @@ -1145,7 +1145,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1162,7 +1162,7 @@ public readonly maintainerCanModify: boolean | IResolvable; Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} --- @@ -1176,7 +1176,7 @@ public readonly owner: string; Owner of the repository. If not provided, the provider's default owner is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} --- diff --git a/docs/repositoryRuleset.csharp.md b/docs/repositoryRuleset.csharp.md index be540a925..a30a35513 100644 --- a/docs/repositoryRuleset.csharp.md +++ b/docs/repositoryRuleset.csharp.md @@ -4,7 +4,7 @@ ### RepositoryRuleset -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset github_repository_ruleset}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset github_repository_ruleset}. #### Initializers @@ -534,7 +534,7 @@ The construct id used in the generated config for the RepositoryRuleset to impor The id of the existing RepositoryRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use --- @@ -974,7 +974,7 @@ The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} --- @@ -988,7 +988,7 @@ public string ActorType { get; set; } The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} --- @@ -1004,7 +1004,7 @@ When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} --- @@ -1038,7 +1038,7 @@ public RepositoryRulesetConditionsRefName RefName { get; set; } ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} --- @@ -1074,7 +1074,7 @@ public string[] Exclude { get; set; } Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} --- @@ -1090,7 +1090,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} --- @@ -1137,7 +1137,7 @@ new RepositoryRulesetConfig { | Target | string | Possible values are `branch` and `tag`. | | BypassActors | object | bypass_actors block. | | Conditions | RepositoryRulesetConditions | conditions block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | | Repository | string | Name of the repository to apply rulset to. | --- @@ -1222,7 +1222,7 @@ public string Enforcement { get; set; } Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} --- @@ -1236,7 +1236,7 @@ public string Name { get; set; } The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1250,7 +1250,7 @@ public RepositoryRulesetRules Rules { get; set; } rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} --- @@ -1264,7 +1264,7 @@ public string Target { get; set; } Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} --- @@ -1278,7 +1278,7 @@ public object BypassActors { get; set; } bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} --- @@ -1292,7 +1292,7 @@ public RepositoryRulesetConditions Conditions { get; set; } conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} --- @@ -1304,7 +1304,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1321,7 +1321,7 @@ public string Repository { get; set; } Name of the repository to apply rulset to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} --- @@ -1383,7 +1383,7 @@ public RepositoryRulesetRulesBranchNamePattern BranchNamePattern { get; set; } branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} --- @@ -1397,7 +1397,7 @@ public RepositoryRulesetRulesCommitAuthorEmailPattern CommitAuthorEmailPattern { commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} --- @@ -1411,7 +1411,7 @@ public RepositoryRulesetRulesCommitMessagePattern CommitMessagePattern { get; se commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} --- @@ -1425,7 +1425,7 @@ public RepositoryRulesetRulesCommitterEmailPattern CommitterEmailPattern { get; committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} --- @@ -1439,7 +1439,7 @@ public object Creation { get; set; } Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} --- @@ -1453,7 +1453,7 @@ public object Deletion { get; set; } Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} --- @@ -1467,7 +1467,7 @@ public object NonFastForward { get; set; } Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} --- @@ -1481,7 +1481,7 @@ public RepositoryRulesetRulesPullRequest PullRequest { get; set; } pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} --- @@ -1495,7 +1495,7 @@ public RepositoryRulesetRulesRequiredDeployments RequiredDeployments { get; set; required_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} --- @@ -1509,7 +1509,7 @@ public object RequiredLinearHistory { get; set; } Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} --- @@ -1523,7 +1523,7 @@ public object RequiredSignatures { get; set; } Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} --- @@ -1537,7 +1537,7 @@ public RepositoryRulesetRulesRequiredStatusChecks RequiredStatusChecks { get; se required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} --- @@ -1551,7 +1551,7 @@ public RepositoryRulesetRulesTagNamePattern TagNamePattern { get; set; } tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} --- @@ -1565,7 +1565,7 @@ public object Update { get; set; } Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} --- @@ -1581,7 +1581,7 @@ Branch can pull changes from its upstream repository. This is only applicable to forked repositories. Requires `update` to be set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} --- @@ -1621,7 +1621,7 @@ public string Operator { get; set; } The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1635,7 +1635,7 @@ public string Pattern { get; set; } The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1649,7 +1649,7 @@ public string Name { get; set; } How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1663,7 +1663,7 @@ public object Negate { get; set; } If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1703,7 +1703,7 @@ public string Operator { get; set; } The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1717,7 +1717,7 @@ public string Pattern { get; set; } The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1731,7 +1731,7 @@ public string Name { get; set; } How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1745,7 +1745,7 @@ public object Negate { get; set; } If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1785,7 +1785,7 @@ public string Operator { get; set; } The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1799,7 +1799,7 @@ public string Pattern { get; set; } The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1813,7 +1813,7 @@ public string Name { get; set; } How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1827,7 +1827,7 @@ public object Negate { get; set; } If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1867,7 +1867,7 @@ public string Operator { get; set; } The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1881,7 +1881,7 @@ public string Pattern { get; set; } The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1895,7 +1895,7 @@ public string Name { get; set; } How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1909,7 +1909,7 @@ public object Negate { get; set; } If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1951,7 +1951,7 @@ public object DismissStaleReviewsOnPush { get; set; } New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} --- @@ -1965,7 +1965,7 @@ public object RequireCodeOwnerReview { get; set; } Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} --- @@ -1979,7 +1979,7 @@ public double RequiredApprovingReviewCount { get; set; } The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} --- @@ -1993,7 +1993,7 @@ public object RequiredReviewThreadResolution { get; set; } All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} --- @@ -2009,7 +2009,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} --- @@ -2043,7 +2043,7 @@ public string[] RequiredDeploymentEnvironments { get; set; } The environments that must be successfully deployed to before branches can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} --- @@ -2079,7 +2079,7 @@ public object RequiredCheck { get; set; } required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} --- @@ -2095,7 +2095,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} --- @@ -2131,7 +2131,7 @@ public string Context { get; set; } The status check context name that must be present on the commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} --- @@ -2145,7 +2145,7 @@ public double IntegrationId { get; set; } The optional integration ID that this status check must originate from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} --- @@ -2185,7 +2185,7 @@ public string Operator { get; set; } The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -2199,7 +2199,7 @@ public string Pattern { get; set; } The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -2213,7 +2213,7 @@ public string Name { get; set; } How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -2227,7 +2227,7 @@ public object Negate { get; set; } If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- diff --git a/docs/repositoryRuleset.go.md b/docs/repositoryRuleset.go.md index 0bbd7fb94..a8474645a 100644 --- a/docs/repositoryRuleset.go.md +++ b/docs/repositoryRuleset.go.md @@ -4,12 +4,12 @@ ### RepositoryRuleset -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset github_repository_ruleset}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset github_repository_ruleset}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRuleset(scope Construct, id *string, config RepositoryRulesetConfig) RepositoryRuleset ``` @@ -445,7 +445,7 @@ func ResetRepository() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.RepositoryRuleset_IsConstruct(x interface{}) *bool ``` @@ -477,7 +477,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.RepositoryRuleset_IsTerraformElement(x interface{}) *bool ``` @@ -491,7 +491,7 @@ repositoryruleset.RepositoryRuleset_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.RepositoryRuleset_IsTerraformResource(x interface{}) *bool ``` @@ -505,7 +505,7 @@ repositoryruleset.RepositoryRuleset_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.RepositoryRuleset_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -534,7 +534,7 @@ The construct id used in the generated config for the RepositoryRuleset to impor The id of the existing RepositoryRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use --- @@ -943,7 +943,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetBypassActors { ActorId: *f64, @@ -974,7 +974,7 @@ The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} --- @@ -988,7 +988,7 @@ ActorType *string The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} --- @@ -1004,7 +1004,7 @@ When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} --- @@ -1013,10 +1013,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetConditions { - RefName: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetConditionsRefName, + RefName: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetConditionsRefName, } ``` @@ -1038,7 +1038,7 @@ RefName RepositoryRulesetConditionsRefName ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} --- @@ -1047,7 +1047,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetConditionsRefName { Exclude: *[]*string, @@ -1074,7 +1074,7 @@ Exclude *[]*string Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} --- @@ -1090,7 +1090,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} --- @@ -1099,7 +1099,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetConfig { Connection: interface{}, @@ -1111,10 +1111,10 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" Provisioners: *[]interface{}, Enforcement: *string, Name: *string, - Rules: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetRules, + Rules: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetRules, Target: *string, BypassActors: interface{}, - Conditions: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetConditions, + Conditions: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetConditions, Id: *string, Repository: *string, } @@ -1137,7 +1137,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" | Target | *string | Possible values are `branch` and `tag`. | | BypassActors | interface{} | bypass_actors block. | | Conditions | RepositoryRulesetConditions | conditions block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | | Repository | *string | Name of the repository to apply rulset to. | --- @@ -1222,7 +1222,7 @@ Enforcement *string Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} --- @@ -1236,7 +1236,7 @@ Name *string The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1250,7 +1250,7 @@ Rules RepositoryRulesetRules rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} --- @@ -1264,7 +1264,7 @@ Target *string Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} --- @@ -1278,7 +1278,7 @@ BypassActors interface{} bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} --- @@ -1292,7 +1292,7 @@ Conditions RepositoryRulesetConditions conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} --- @@ -1304,7 +1304,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1321,7 +1321,7 @@ Repository *string Name of the repository to apply rulset to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} --- @@ -1330,22 +1330,22 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetRules { - BranchNamePattern: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetRulesBranchNamePattern, - CommitAuthorEmailPattern: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetRulesCommitAuthorEmailPattern, - CommitMessagePattern: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetRulesCommitMessagePattern, - CommitterEmailPattern: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetRulesCommitterEmailPattern, + BranchNamePattern: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetRulesBranchNamePattern, + CommitAuthorEmailPattern: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetRulesCommitAuthorEmailPattern, + CommitMessagePattern: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetRulesCommitMessagePattern, + CommitterEmailPattern: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetRulesCommitterEmailPattern, Creation: interface{}, Deletion: interface{}, NonFastForward: interface{}, - PullRequest: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetRulesPullRequest, - RequiredDeployments: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetRulesRequiredDeployments, + PullRequest: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetRulesPullRequest, + RequiredDeployments: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetRulesRequiredDeployments, RequiredLinearHistory: interface{}, RequiredSignatures: interface{}, - RequiredStatusChecks: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetRulesRequiredStatusChecks, - TagNamePattern: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryRuleset.RepositoryRulesetRulesTagNamePattern, + RequiredStatusChecks: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetRulesRequiredStatusChecks, + TagNamePattern: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryRuleset.RepositoryRulesetRulesTagNamePattern, Update: interface{}, UpdateAllowsFetchAndMerge: interface{}, } @@ -1383,7 +1383,7 @@ BranchNamePattern RepositoryRulesetRulesBranchNamePattern branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} --- @@ -1397,7 +1397,7 @@ CommitAuthorEmailPattern RepositoryRulesetRulesCommitAuthorEmailPattern commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} --- @@ -1411,7 +1411,7 @@ CommitMessagePattern RepositoryRulesetRulesCommitMessagePattern commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} --- @@ -1425,7 +1425,7 @@ CommitterEmailPattern RepositoryRulesetRulesCommitterEmailPattern committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} --- @@ -1439,7 +1439,7 @@ Creation interface{} Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} --- @@ -1453,7 +1453,7 @@ Deletion interface{} Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} --- @@ -1467,7 +1467,7 @@ NonFastForward interface{} Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} --- @@ -1481,7 +1481,7 @@ PullRequest RepositoryRulesetRulesPullRequest pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} --- @@ -1495,7 +1495,7 @@ RequiredDeployments RepositoryRulesetRulesRequiredDeployments required_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} --- @@ -1509,7 +1509,7 @@ RequiredLinearHistory interface{} Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} --- @@ -1523,7 +1523,7 @@ RequiredSignatures interface{} Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} --- @@ -1537,7 +1537,7 @@ RequiredStatusChecks RepositoryRulesetRulesRequiredStatusChecks required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} --- @@ -1551,7 +1551,7 @@ TagNamePattern RepositoryRulesetRulesTagNamePattern tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} --- @@ -1565,7 +1565,7 @@ Update interface{} Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} --- @@ -1581,7 +1581,7 @@ Branch can pull changes from its upstream repository. This is only applicable to forked repositories. Requires `update` to be set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} --- @@ -1590,7 +1590,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetRulesBranchNamePattern { Operator: *string, @@ -1621,7 +1621,7 @@ Operator *string The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1635,7 +1635,7 @@ Pattern *string The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1649,7 +1649,7 @@ Name *string How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1663,7 +1663,7 @@ Negate interface{} If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1672,7 +1672,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetRulesCommitAuthorEmailPattern { Operator: *string, @@ -1703,7 +1703,7 @@ Operator *string The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1717,7 +1717,7 @@ Pattern *string The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1731,7 +1731,7 @@ Name *string How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1745,7 +1745,7 @@ Negate interface{} If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1754,7 +1754,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetRulesCommitMessagePattern { Operator: *string, @@ -1785,7 +1785,7 @@ Operator *string The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1799,7 +1799,7 @@ Pattern *string The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1813,7 +1813,7 @@ Name *string How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1827,7 +1827,7 @@ Negate interface{} If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1836,7 +1836,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetRulesCommitterEmailPattern { Operator: *string, @@ -1867,7 +1867,7 @@ Operator *string The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1881,7 +1881,7 @@ Pattern *string The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1895,7 +1895,7 @@ Name *string How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1909,7 +1909,7 @@ Negate interface{} If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1918,7 +1918,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetRulesPullRequest { DismissStaleReviewsOnPush: interface{}, @@ -1951,7 +1951,7 @@ DismissStaleReviewsOnPush interface{} New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} --- @@ -1965,7 +1965,7 @@ RequireCodeOwnerReview interface{} Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} --- @@ -1979,7 +1979,7 @@ RequiredApprovingReviewCount *f64 The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} --- @@ -1993,7 +1993,7 @@ RequiredReviewThreadResolution interface{} All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} --- @@ -2009,7 +2009,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} --- @@ -2018,7 +2018,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetRulesRequiredDeployments { RequiredDeploymentEnvironments: *[]*string, @@ -2043,7 +2043,7 @@ RequiredDeploymentEnvironments *[]*string The environments that must be successfully deployed to before branches can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} --- @@ -2052,7 +2052,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetRulesRequiredStatusChecks { RequiredCheck: interface{}, @@ -2079,7 +2079,7 @@ RequiredCheck interface{} required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} --- @@ -2095,7 +2095,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} --- @@ -2104,7 +2104,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetRulesRequiredStatusChecksRequiredCheck { Context: *string, @@ -2131,7 +2131,7 @@ Context *string The status check context name that must be present on the commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} --- @@ -2145,7 +2145,7 @@ IntegrationId *f64 The optional integration ID that this status check must originate from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} --- @@ -2154,7 +2154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" &repositoryruleset.RepositoryRulesetRulesTagNamePattern { Operator: *string, @@ -2185,7 +2185,7 @@ Operator *string The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -2199,7 +2199,7 @@ Pattern *string The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -2213,7 +2213,7 @@ Name *string How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -2227,7 +2227,7 @@ Negate interface{} If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -2238,7 +2238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetBypassActorsList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) RepositoryRulesetBypassActorsList ``` @@ -2398,7 +2398,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetBypassActorsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) RepositoryRulesetBypassActorsOutputReference ``` @@ -2731,7 +2731,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetConditionsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetConditionsOutputReference ``` @@ -3015,7 +3015,7 @@ func InternalValue() RepositoryRulesetConditions #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetConditionsRefNameOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetConditionsRefNameOutputReference ``` @@ -3308,7 +3308,7 @@ func InternalValue() RepositoryRulesetConditionsRefName #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesBranchNamePatternOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetRulesBranchNamePatternOutputReference ``` @@ -3659,7 +3659,7 @@ func InternalValue() RepositoryRulesetRulesBranchNamePattern #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesCommitAuthorEmailPatternOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetRulesCommitAuthorEmailPatternOutputReference ``` @@ -4010,7 +4010,7 @@ func InternalValue() RepositoryRulesetRulesCommitAuthorEmailPattern #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesCommitMessagePatternOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetRulesCommitMessagePatternOutputReference ``` @@ -4361,7 +4361,7 @@ func InternalValue() RepositoryRulesetRulesCommitMessagePattern #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesCommitterEmailPatternOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetRulesCommitterEmailPatternOutputReference ``` @@ -4712,7 +4712,7 @@ func InternalValue() RepositoryRulesetRulesCommitterEmailPattern #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetRulesOutputReference ``` @@ -5500,7 +5500,7 @@ func InternalValue() RepositoryRulesetRules #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesPullRequestOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetRulesPullRequestOutputReference ``` @@ -5894,7 +5894,7 @@ func InternalValue() RepositoryRulesetRulesPullRequest #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesRequiredDeploymentsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetRulesRequiredDeploymentsOutputReference ``` @@ -6165,7 +6165,7 @@ func InternalValue() RepositoryRulesetRulesRequiredDeployments #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesRequiredStatusChecksOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetRulesRequiredStatusChecksOutputReference ``` @@ -6478,7 +6478,7 @@ func InternalValue() RepositoryRulesetRulesRequiredStatusChecks #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesRequiredStatusChecksRequiredCheckList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) RepositoryRulesetRulesRequiredStatusChecksRequiredCheckList ``` @@ -6638,7 +6638,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesRequiredStatusChecksRequiredCheckOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) RepositoryRulesetRulesRequiredStatusChecksRequiredCheckOutputReference ``` @@ -6956,7 +6956,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositoryruleset" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositoryruleset" repositoryruleset.NewRepositoryRulesetRulesTagNamePatternOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryRulesetRulesTagNamePatternOutputReference ``` diff --git a/docs/repositoryRuleset.java.md b/docs/repositoryRuleset.java.md index 6aff8aeff..a9e0e3748 100644 --- a/docs/repositoryRuleset.java.md +++ b/docs/repositoryRuleset.java.md @@ -4,7 +4,7 @@ ### RepositoryRuleset -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset github_repository_ruleset}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset github_repository_ruleset}. #### Initializers @@ -52,7 +52,7 @@ RepositoryRuleset.Builder.create(Construct scope, java.lang.String id) | target | java.lang.String | Possible values are `branch` and `tag`. | | bypassActors | com.hashicorp.cdktf.IResolvable OR java.util.List<RepositoryRulesetBypassActors> | bypass_actors block. | | conditions | RepositoryRulesetConditions | conditions block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | | repository | java.lang.String | Name of the repository to apply rulset to. | --- @@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 you experience problems setting this value it might not be settable. Please t Name of the repository to apply rulset to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} --- @@ -688,7 +688,7 @@ The construct id used in the generated config for the RepositoryRuleset to impor The id of the existing RepositoryRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use --- @@ -1128,7 +1128,7 @@ The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} --- @@ -1142,7 +1142,7 @@ public java.lang.String getActorType(); The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} --- @@ -1158,7 +1158,7 @@ When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} --- @@ -1192,7 +1192,7 @@ public RepositoryRulesetConditionsRefName getRefName(); ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} --- @@ -1228,7 +1228,7 @@ public java.util.List getExclude(); Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} --- @@ -1244,7 +1244,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} --- @@ -1296,7 +1296,7 @@ RepositoryRulesetConfig.builder() | target | java.lang.String | Possible values are `branch` and `tag`. | | bypassActors | com.hashicorp.cdktf.IResolvable OR java.util.List<RepositoryRulesetBypassActors> | bypass_actors block. | | conditions | RepositoryRulesetConditions | conditions block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | | repository | java.lang.String | Name of the repository to apply rulset to. | --- @@ -1381,7 +1381,7 @@ public java.lang.String getEnforcement(); Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} --- @@ -1395,7 +1395,7 @@ public java.lang.String getName(); The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1409,7 +1409,7 @@ public RepositoryRulesetRules getRules(); rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} --- @@ -1423,7 +1423,7 @@ public java.lang.String getTarget(); Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} --- @@ -1437,7 +1437,7 @@ public java.lang.Object getBypassActors(); bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} --- @@ -1451,7 +1451,7 @@ public RepositoryRulesetConditions getConditions(); conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} --- @@ -1463,7 +1463,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1480,7 +1480,7 @@ public java.lang.String getRepository(); Name of the repository to apply rulset to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} --- @@ -1549,7 +1549,7 @@ public RepositoryRulesetRulesBranchNamePattern getBranchNamePattern(); branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} --- @@ -1563,7 +1563,7 @@ public RepositoryRulesetRulesCommitAuthorEmailPattern getCommitAuthorEmailPatter commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} --- @@ -1577,7 +1577,7 @@ public RepositoryRulesetRulesCommitMessagePattern getCommitMessagePattern(); commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} --- @@ -1591,7 +1591,7 @@ public RepositoryRulesetRulesCommitterEmailPattern getCommitterEmailPattern(); committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} --- @@ -1605,7 +1605,7 @@ public java.lang.Object getCreation(); Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} --- @@ -1619,7 +1619,7 @@ public java.lang.Object getDeletion(); Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} --- @@ -1633,7 +1633,7 @@ public java.lang.Object getNonFastForward(); Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} --- @@ -1647,7 +1647,7 @@ public RepositoryRulesetRulesPullRequest getPullRequest(); pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} --- @@ -1661,7 +1661,7 @@ public RepositoryRulesetRulesRequiredDeployments getRequiredDeployments(); required_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} --- @@ -1675,7 +1675,7 @@ public java.lang.Object getRequiredLinearHistory(); Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} --- @@ -1689,7 +1689,7 @@ public java.lang.Object getRequiredSignatures(); Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} --- @@ -1703,7 +1703,7 @@ public RepositoryRulesetRulesRequiredStatusChecks getRequiredStatusChecks(); required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} --- @@ -1717,7 +1717,7 @@ public RepositoryRulesetRulesTagNamePattern getTagNamePattern(); tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} --- @@ -1731,7 +1731,7 @@ public java.lang.Object getUpdate(); Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} --- @@ -1747,7 +1747,7 @@ Branch can pull changes from its upstream repository. This is only applicable to forked repositories. Requires `update` to be set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} --- @@ -1788,7 +1788,7 @@ public java.lang.String getOperator(); The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1802,7 +1802,7 @@ public java.lang.String getPattern(); The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1816,7 +1816,7 @@ public java.lang.String getName(); How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1830,7 +1830,7 @@ public java.lang.Object getNegate(); If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1871,7 +1871,7 @@ public java.lang.String getOperator(); The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1885,7 +1885,7 @@ public java.lang.String getPattern(); The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1899,7 +1899,7 @@ public java.lang.String getName(); How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1913,7 +1913,7 @@ public java.lang.Object getNegate(); If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1954,7 +1954,7 @@ public java.lang.String getOperator(); The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1968,7 +1968,7 @@ public java.lang.String getPattern(); The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1982,7 +1982,7 @@ public java.lang.String getName(); How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1996,7 +1996,7 @@ public java.lang.Object getNegate(); If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -2037,7 +2037,7 @@ public java.lang.String getOperator(); The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -2051,7 +2051,7 @@ public java.lang.String getPattern(); The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -2065,7 +2065,7 @@ public java.lang.String getName(); How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -2079,7 +2079,7 @@ public java.lang.Object getNegate(); If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -2125,7 +2125,7 @@ public java.lang.Object getDismissStaleReviewsOnPush(); New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} --- @@ -2139,7 +2139,7 @@ public java.lang.Object getRequireCodeOwnerReview(); Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} --- @@ -2153,7 +2153,7 @@ public java.lang.Number getRequiredApprovingReviewCount(); The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} --- @@ -2167,7 +2167,7 @@ public java.lang.Object getRequiredReviewThreadResolution(); All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} --- @@ -2183,7 +2183,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} --- @@ -2217,7 +2217,7 @@ public java.util.List getRequiredDeploymentEnvironments(); The environments that must be successfully deployed to before branches can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} --- @@ -2255,7 +2255,7 @@ public java.lang.Object getRequiredCheck(); required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} --- @@ -2271,7 +2271,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} --- @@ -2307,7 +2307,7 @@ public java.lang.String getContext(); The status check context name that must be present on the commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} --- @@ -2321,7 +2321,7 @@ public java.lang.Number getIntegrationId(); The optional integration ID that this status check must originate from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} --- @@ -2362,7 +2362,7 @@ public java.lang.String getOperator(); The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -2376,7 +2376,7 @@ public java.lang.String getPattern(); The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -2390,7 +2390,7 @@ public java.lang.String getName(); How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -2404,7 +2404,7 @@ public java.lang.Object getNegate(); If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- diff --git a/docs/repositoryRuleset.python.md b/docs/repositoryRuleset.python.md index fc4b4b772..fc8c46a3f 100644 --- a/docs/repositoryRuleset.python.md +++ b/docs/repositoryRuleset.python.md @@ -4,7 +4,7 @@ ### RepositoryRuleset -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset github_repository_ruleset}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset github_repository_ruleset}. #### Initializers @@ -49,7 +49,7 @@ repositoryRuleset.RepositoryRuleset( | target | str | Possible values are `branch` and `tag`. | | bypass_actors | typing.Union[cdktf.IResolvable, typing.List[RepositoryRulesetBypassActors]] | bypass_actors block. | | conditions | RepositoryRulesetConditions | conditions block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | | repository | str | Name of the repository to apply rulset to. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -191,7 +191,7 @@ If you experience problems setting this value it might not be settable. Please t Name of the repository to apply rulset to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} --- @@ -585,7 +585,7 @@ def put_conditions( ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} --- @@ -617,7 +617,7 @@ def put_rules( branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} --- @@ -627,7 +627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} --- @@ -637,7 +637,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} --- @@ -647,7 +647,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} --- @@ -657,7 +657,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} --- @@ -667,7 +667,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} --- @@ -677,7 +677,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} --- @@ -687,7 +687,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} --- @@ -697,7 +697,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} --- @@ -707,7 +707,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} --- @@ -717,7 +717,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} --- @@ -727,7 +727,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} --- @@ -737,7 +737,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} --- @@ -747,7 +747,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} --- @@ -759,7 +759,7 @@ Branch can pull changes from its upstream repository. This is only applicable to forked repositories. Requires `update` to be set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} --- @@ -901,7 +901,7 @@ The construct id used in the generated config for the RepositoryRuleset to impor The id of the existing RepositoryRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use --- @@ -1341,7 +1341,7 @@ The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} --- @@ -1355,7 +1355,7 @@ actor_type: str The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} --- @@ -1371,7 +1371,7 @@ When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} --- @@ -1405,7 +1405,7 @@ ref_name: RepositoryRulesetConditionsRefName ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} --- @@ -1441,7 +1441,7 @@ exclude: typing.List[str] Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} --- @@ -1457,7 +1457,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} --- @@ -1504,7 +1504,7 @@ repositoryRuleset.RepositoryRulesetConfig( | target | str | Possible values are `branch` and `tag`. | | bypass_actors | typing.Union[cdktf.IResolvable, typing.List[RepositoryRulesetBypassActors]] | bypass_actors block. | | conditions | RepositoryRulesetConditions | conditions block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | | repository | str | Name of the repository to apply rulset to. | --- @@ -1589,7 +1589,7 @@ enforcement: str Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} --- @@ -1603,7 +1603,7 @@ name: str The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1617,7 +1617,7 @@ rules: RepositoryRulesetRules rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} --- @@ -1631,7 +1631,7 @@ target: str Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} --- @@ -1645,7 +1645,7 @@ bypass_actors: typing.Union[IResolvable, typing.List[RepositoryRulesetBypassActo bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} --- @@ -1659,7 +1659,7 @@ conditions: RepositoryRulesetConditions conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} --- @@ -1671,7 +1671,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1688,7 +1688,7 @@ repository: str Name of the repository to apply rulset to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} --- @@ -1750,7 +1750,7 @@ branch_name_pattern: RepositoryRulesetRulesBranchNamePattern branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} --- @@ -1764,7 +1764,7 @@ commit_author_email_pattern: RepositoryRulesetRulesCommitAuthorEmailPattern commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} --- @@ -1778,7 +1778,7 @@ commit_message_pattern: RepositoryRulesetRulesCommitMessagePattern commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} --- @@ -1792,7 +1792,7 @@ committer_email_pattern: RepositoryRulesetRulesCommitterEmailPattern committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} --- @@ -1806,7 +1806,7 @@ creation: typing.Union[bool, IResolvable] Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} --- @@ -1820,7 +1820,7 @@ deletion: typing.Union[bool, IResolvable] Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} --- @@ -1834,7 +1834,7 @@ non_fast_forward: typing.Union[bool, IResolvable] Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} --- @@ -1848,7 +1848,7 @@ pull_request: RepositoryRulesetRulesPullRequest pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} --- @@ -1862,7 +1862,7 @@ required_deployments: RepositoryRulesetRulesRequiredDeployments required_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} --- @@ -1876,7 +1876,7 @@ required_linear_history: typing.Union[bool, IResolvable] Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} --- @@ -1890,7 +1890,7 @@ required_signatures: typing.Union[bool, IResolvable] Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} --- @@ -1904,7 +1904,7 @@ required_status_checks: RepositoryRulesetRulesRequiredStatusChecks required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} --- @@ -1918,7 +1918,7 @@ tag_name_pattern: RepositoryRulesetRulesTagNamePattern tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} --- @@ -1932,7 +1932,7 @@ update: typing.Union[bool, IResolvable] Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} --- @@ -1948,7 +1948,7 @@ Branch can pull changes from its upstream repository. This is only applicable to forked repositories. Requires `update` to be set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} --- @@ -1988,7 +1988,7 @@ operator: str The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -2002,7 +2002,7 @@ pattern: str The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -2016,7 +2016,7 @@ name: str How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -2030,7 +2030,7 @@ negate: typing.Union[bool, IResolvable] If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -2070,7 +2070,7 @@ operator: str The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -2084,7 +2084,7 @@ pattern: str The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -2098,7 +2098,7 @@ name: str How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -2112,7 +2112,7 @@ negate: typing.Union[bool, IResolvable] If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -2152,7 +2152,7 @@ operator: str The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -2166,7 +2166,7 @@ pattern: str The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -2180,7 +2180,7 @@ name: str How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -2194,7 +2194,7 @@ negate: typing.Union[bool, IResolvable] If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -2234,7 +2234,7 @@ operator: str The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -2248,7 +2248,7 @@ pattern: str The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -2262,7 +2262,7 @@ name: str How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -2276,7 +2276,7 @@ negate: typing.Union[bool, IResolvable] If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -2318,7 +2318,7 @@ dismiss_stale_reviews_on_push: typing.Union[bool, IResolvable] New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} --- @@ -2332,7 +2332,7 @@ require_code_owner_review: typing.Union[bool, IResolvable] Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} --- @@ -2346,7 +2346,7 @@ required_approving_review_count: typing.Union[int, float] The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} --- @@ -2360,7 +2360,7 @@ required_review_thread_resolution: typing.Union[bool, IResolvable] All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} --- @@ -2376,7 +2376,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} --- @@ -2410,7 +2410,7 @@ required_deployment_environments: typing.List[str] The environments that must be successfully deployed to before branches can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} --- @@ -2446,7 +2446,7 @@ required_check: typing.Union[IResolvable, typing.List[RepositoryRulesetRulesRequ required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} --- @@ -2462,7 +2462,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} --- @@ -2498,7 +2498,7 @@ context: str The status check context name that must be present on the commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} --- @@ -2512,7 +2512,7 @@ integration_id: typing.Union[int, float] The optional integration ID that this status check must originate from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} --- @@ -2552,7 +2552,7 @@ operator: str The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -2566,7 +2566,7 @@ pattern: str The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -2580,7 +2580,7 @@ name: str How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -2594,7 +2594,7 @@ negate: typing.Union[bool, IResolvable] If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -3374,7 +3374,7 @@ def put_ref_name( Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} --- @@ -3386,7 +3386,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} --- @@ -5548,7 +5548,7 @@ def put_branch_name_pattern( The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -5558,7 +5558,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -5568,7 +5568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -5578,7 +5578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -5599,7 +5599,7 @@ def put_commit_author_email_pattern( The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -5609,7 +5609,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -5619,7 +5619,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -5629,7 +5629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -5650,7 +5650,7 @@ def put_commit_message_pattern( The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -5660,7 +5660,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -5670,7 +5670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -5680,7 +5680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -5701,7 +5701,7 @@ def put_committer_email_pattern( The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -5711,7 +5711,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -5721,7 +5721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -5731,7 +5731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -5753,7 +5753,7 @@ def put_pull_request( New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} --- @@ -5763,7 +5763,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} --- @@ -5773,7 +5773,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} --- @@ -5783,7 +5783,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} --- @@ -5795,7 +5795,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} --- @@ -5813,7 +5813,7 @@ def put_required_deployments( The environments that must be successfully deployed to before branches can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} --- @@ -5832,7 +5832,7 @@ def put_required_status_checks( required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} --- @@ -5844,7 +5844,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} --- @@ -5865,7 +5865,7 @@ def put_tag_name_pattern( The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -5875,7 +5875,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -5885,7 +5885,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -5895,7 +5895,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- diff --git a/docs/repositoryRuleset.typescript.md b/docs/repositoryRuleset.typescript.md index 81b13d269..4a800e59c 100644 --- a/docs/repositoryRuleset.typescript.md +++ b/docs/repositoryRuleset.typescript.md @@ -4,7 +4,7 @@ ### RepositoryRuleset -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset github_repository_ruleset}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset github_repository_ruleset}. #### Initializers @@ -534,7 +534,7 @@ The construct id used in the generated config for the RepositoryRuleset to impor The id of the existing RepositoryRuleset that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use --- @@ -970,7 +970,7 @@ The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} --- @@ -984,7 +984,7 @@ public readonly actorType: string; The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} --- @@ -1000,7 +1000,7 @@ When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} --- @@ -1032,7 +1032,7 @@ public readonly refName: RepositoryRulesetConditionsRefName; ref_name block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} --- @@ -1065,7 +1065,7 @@ public readonly exclude: string[]; Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} --- @@ -1081,7 +1081,7 @@ Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} --- @@ -1112,7 +1112,7 @@ const repositoryRulesetConfig: repositoryRuleset.RepositoryRulesetConfig = { ... | target | string | Possible values are `branch` and `tag`. | | bypassActors | cdktf.IResolvable \| RepositoryRulesetBypassActors[] | bypass_actors block. | | conditions | RepositoryRulesetConditions | conditions block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. | | repository | string | Name of the repository to apply rulset to. | --- @@ -1197,7 +1197,7 @@ public readonly enforcement: string; Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} --- @@ -1211,7 +1211,7 @@ public readonly name: string; The name of the ruleset. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1225,7 +1225,7 @@ public readonly rules: RepositoryRulesetRules; rules block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} --- @@ -1239,7 +1239,7 @@ public readonly target: string; Possible values are `branch` and `tag`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} --- @@ -1253,7 +1253,7 @@ public readonly bypassActors: IResolvable | RepositoryRulesetBypassActors[]; bypass_actors block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} --- @@ -1267,7 +1267,7 @@ public readonly conditions: RepositoryRulesetConditions; conditions block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} --- @@ -1279,7 +1279,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1296,7 +1296,7 @@ public readonly repository: string; Name of the repository to apply rulset to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} --- @@ -1342,7 +1342,7 @@ public readonly branchNamePattern: RepositoryRulesetRulesBranchNamePattern; branch_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} --- @@ -1356,7 +1356,7 @@ public readonly commitAuthorEmailPattern: RepositoryRulesetRulesCommitAuthorEmai commit_author_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} --- @@ -1370,7 +1370,7 @@ public readonly commitMessagePattern: RepositoryRulesetRulesCommitMessagePattern commit_message_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} --- @@ -1384,7 +1384,7 @@ public readonly committerEmailPattern: RepositoryRulesetRulesCommitterEmailPatte committer_email_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} --- @@ -1398,7 +1398,7 @@ public readonly creation: boolean | IResolvable; Only allow users with bypass permission to create matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} --- @@ -1412,7 +1412,7 @@ public readonly deletion: boolean | IResolvable; Only allow users with bypass permissions to delete matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} --- @@ -1426,7 +1426,7 @@ public readonly nonFastForward: boolean | IResolvable; Prevent users with push access from force pushing to branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} --- @@ -1440,7 +1440,7 @@ public readonly pullRequest: RepositoryRulesetRulesPullRequest; pull_request block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} --- @@ -1454,7 +1454,7 @@ public readonly requiredDeployments: RepositoryRulesetRulesRequiredDeployments; required_deployments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} --- @@ -1468,7 +1468,7 @@ public readonly requiredLinearHistory: boolean | IResolvable; Prevent merge commits from being pushed to matching branches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} --- @@ -1482,7 +1482,7 @@ public readonly requiredSignatures: boolean | IResolvable; Commits pushed to matching branches must have verified signatures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} --- @@ -1496,7 +1496,7 @@ public readonly requiredStatusChecks: RepositoryRulesetRulesRequiredStatusChecks required_status_checks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} --- @@ -1510,7 +1510,7 @@ public readonly tagNamePattern: RepositoryRulesetRulesTagNamePattern; tag_name_pattern block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} --- @@ -1524,7 +1524,7 @@ public readonly update: boolean | IResolvable; Only allow users with bypass permission to update matching refs. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} --- @@ -1540,7 +1540,7 @@ Branch can pull changes from its upstream repository. This is only applicable to forked repositories. Requires `update` to be set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} --- @@ -1575,7 +1575,7 @@ public readonly operator: string; The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1589,7 +1589,7 @@ public readonly pattern: string; The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1603,7 +1603,7 @@ public readonly name: string; How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1617,7 +1617,7 @@ public readonly negate: boolean | IResolvable; If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1652,7 +1652,7 @@ public readonly operator: string; The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1666,7 +1666,7 @@ public readonly pattern: string; The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1680,7 +1680,7 @@ public readonly name: string; How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1694,7 +1694,7 @@ public readonly negate: boolean | IResolvable; If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1729,7 +1729,7 @@ public readonly operator: string; The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1743,7 +1743,7 @@ public readonly pattern: string; The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1757,7 +1757,7 @@ public readonly name: string; How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1771,7 +1771,7 @@ public readonly negate: boolean | IResolvable; If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1806,7 +1806,7 @@ public readonly operator: string; The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -1820,7 +1820,7 @@ public readonly pattern: string; The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -1834,7 +1834,7 @@ public readonly name: string; How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -1848,7 +1848,7 @@ public readonly negate: boolean | IResolvable; If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- @@ -1884,7 +1884,7 @@ public readonly dismissStaleReviewsOnPush: boolean | IResolvable; New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} --- @@ -1898,7 +1898,7 @@ public readonly requireCodeOwnerReview: boolean | IResolvable; Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} --- @@ -1912,7 +1912,7 @@ public readonly requiredApprovingReviewCount: number; The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} --- @@ -1926,7 +1926,7 @@ public readonly requiredReviewThreadResolution: boolean | IResolvable; All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} --- @@ -1942,7 +1942,7 @@ Whether the most recent reviewable push must be approved by someone other than t Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} --- @@ -1974,7 +1974,7 @@ public readonly requiredDeploymentEnvironments: string[]; The environments that must be successfully deployed to before branches can be merged. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} --- @@ -2007,7 +2007,7 @@ public readonly requiredCheck: IResolvable | RepositoryRulesetRulesRequiredStatu required_check block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} --- @@ -2023,7 +2023,7 @@ Whether pull requests targeting a matching branch must be tested with the latest This setting will not take effect unless at least one status check is enabled. Defaults to `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} --- @@ -2056,7 +2056,7 @@ public readonly context: string; The status check context name that must be present on the commit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} --- @@ -2070,7 +2070,7 @@ public readonly integrationId: number; The optional integration ID that this status check must originate from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} --- @@ -2105,7 +2105,7 @@ public readonly operator: string; The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} --- @@ -2119,7 +2119,7 @@ public readonly pattern: string; The pattern to match with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} --- @@ -2133,7 +2133,7 @@ public readonly name: string; How this rule will appear to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} --- @@ -2147,7 +2147,7 @@ public readonly negate: boolean | IResolvable; If true, the rule will fail if the pattern matches. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} --- diff --git a/docs/repositoryTagProtection.csharp.md b/docs/repositoryTagProtection.csharp.md index 7178746ab..3fa1249ff 100644 --- a/docs/repositoryTagProtection.csharp.md +++ b/docs/repositoryTagProtection.csharp.md @@ -4,7 +4,7 @@ ### RepositoryTagProtection -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection github_repository_tag_protection}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection github_repository_tag_protection}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryTagProtection to The id of the existing RepositoryTagProtection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_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/integrations/github/6.0.0/docs/resources/repository_tag_protection#import import section} in the documentation of this resource for the id to use --- @@ -780,7 +780,7 @@ new RepositoryTagProtectionConfig { | Provisioners | object[] | *No description.* | | Pattern | string | The pattern of the tag to protect. | | Repository | string | Name of the repository to add the tag protection to. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | --- @@ -864,7 +864,7 @@ public string Pattern { get; set; } The pattern of the tag to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} --- @@ -878,7 +878,7 @@ public string Repository { get; set; } Name of the repository to add the tag protection to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} --- @@ -890,7 +890,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryTagProtection.go.md b/docs/repositoryTagProtection.go.md index ddbf94f5d..46fc43810 100644 --- a/docs/repositoryTagProtection.go.md +++ b/docs/repositoryTagProtection.go.md @@ -4,12 +4,12 @@ ### RepositoryTagProtection -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection github_repository_tag_protection}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection github_repository_tag_protection}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytagprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytagprotection" repositorytagprotection.NewRepositoryTagProtection(scope Construct, id *string, config RepositoryTagProtectionConfig) RepositoryTagProtection ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytagprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytagprotection" repositorytagprotection.RepositoryTagProtection_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytagprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytagprotection" repositorytagprotection.RepositoryTagProtection_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ repositorytagprotection.RepositoryTagProtection_IsTerraformElement(x interface{} ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytagprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytagprotection" repositorytagprotection.RepositoryTagProtection_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ repositorytagprotection.RepositoryTagProtection_IsTerraformResource(x interface{ ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytagprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytagprotection" repositorytagprotection.RepositoryTagProtection_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryTagProtection to The id of the existing RepositoryTagProtection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_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/integrations/github/6.0.0/docs/resources/repository_tag_protection#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytagprotection" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytagprotection" &repositorytagprotection.RepositoryTagProtectionConfig { Connection: interface{}, @@ -780,7 +780,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytagprotec | Provisioners | *[]interface{} | *No description.* | | Pattern | *string | The pattern of the tag to protect. | | Repository | *string | Name of the repository to add the tag protection to. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | --- @@ -864,7 +864,7 @@ Pattern *string The pattern of the tag to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} --- @@ -878,7 +878,7 @@ Repository *string Name of the repository to add the tag protection to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} --- @@ -890,7 +890,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryTagProtection.java.md b/docs/repositoryTagProtection.java.md index 987c2e84d..7c50b80e1 100644 --- a/docs/repositoryTagProtection.java.md +++ b/docs/repositoryTagProtection.java.md @@ -4,7 +4,7 @@ ### RepositoryTagProtection -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection github_repository_tag_protection}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection github_repository_tag_protection}. #### Initializers @@ -42,7 +42,7 @@ RepositoryTagProtection.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | pattern | java.lang.String | The pattern of the tag to protect. | | repository | java.lang.String | Name of the repository to add the tag protection to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The pattern of the tag to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the repository to add the tag protection to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 RepositoryTagProtection to The id of the existing RepositoryTagProtection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_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/integrations/github/6.0.0/docs/resources/repository_tag_protection#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ RepositoryTagProtectionConfig.builder() | provisioners | java.util.List | *No description.* | | pattern | java.lang.String | The pattern of the tag to protect. | | repository | java.lang.String | Name of the repository to add the tag protection to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | --- @@ -961,7 +961,7 @@ public java.lang.String getPattern(); The pattern of the tag to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} --- @@ -975,7 +975,7 @@ public java.lang.String getRepository(); Name of the repository to add the tag protection to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} --- @@ -987,7 +987,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryTagProtection.python.md b/docs/repositoryTagProtection.python.md index 5097c3bcc..951ea2f1c 100644 --- a/docs/repositoryTagProtection.python.md +++ b/docs/repositoryTagProtection.python.md @@ -4,7 +4,7 @@ ### RepositoryTagProtection -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection github_repository_tag_protection}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection github_repository_tag_protection}. #### Initializers @@ -40,7 +40,7 @@ repositoryTagProtection.RepositoryTagProtection( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | pattern | str | The pattern of the tag to protect. | | repository | str | Name of the repository to add the tag protection to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The pattern of the tag to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Name of the repository to add the tag protection to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 RepositoryTagProtection to The id of the existing RepositoryTagProtection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_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/integrations/github/6.0.0/docs/resources/repository_tag_protection#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ repositoryTagProtection.RepositoryTagProtectionConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | pattern | str | The pattern of the tag to protect. | | repository | str | Name of the repository to add the tag protection to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | --- @@ -1001,7 +1001,7 @@ pattern: str The pattern of the tag to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} --- @@ -1015,7 +1015,7 @@ repository: str Name of the repository to add the tag protection to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} --- @@ -1027,7 +1027,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryTagProtection.typescript.md b/docs/repositoryTagProtection.typescript.md index 61f42d0fc..ba0727c26 100644 --- a/docs/repositoryTagProtection.typescript.md +++ b/docs/repositoryTagProtection.typescript.md @@ -4,7 +4,7 @@ ### RepositoryTagProtection -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection github_repository_tag_protection}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection github_repository_tag_protection}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryTagProtection to The id of the existing RepositoryTagProtection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_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/integrations/github/6.0.0/docs/resources/repository_tag_protection#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ const repositoryTagProtectionConfig: repositoryTagProtection.RepositoryTagProtec | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | pattern | string | The pattern of the tag to protect. | | repository | string | Name of the repository to add the tag protection to. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. | --- @@ -853,7 +853,7 @@ public readonly pattern: string; The pattern of the tag to protect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} --- @@ -867,7 +867,7 @@ public readonly repository: string; Name of the repository to add the tag protection to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} --- @@ -879,7 +879,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryTopics.csharp.md b/docs/repositoryTopics.csharp.md index 18ff01609..31f6afc04 100644 --- a/docs/repositoryTopics.csharp.md +++ b/docs/repositoryTopics.csharp.md @@ -4,7 +4,7 @@ ### RepositoryTopics -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics github_repository_topics}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics github_repository_topics}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryTopics to import The id of the existing RepositoryTopics that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new RepositoryTopicsConfig { | Provisioners | object[] | *No description.* | | Repository | string | The name of the repository. The name is not case sensitive. | | Topics | string[] | An array of topics to add to the repository. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. | --- @@ -853,7 +853,7 @@ public string Repository { get; set; } The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#repository RepositoryTopics#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#repository RepositoryTopics#repository} --- @@ -869,7 +869,7 @@ An array of topics to add to the repository. Pass one or more topics to replace the set of existing topics. Send an empty array ([]) to clear all topics from the repository. Note: Topic names cannot contain uppercase letters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#topics RepositoryTopics#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#topics RepositoryTopics#topics} --- @@ -881,7 +881,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryTopics.go.md b/docs/repositoryTopics.go.md index fd5574e45..c38ac515b 100644 --- a/docs/repositoryTopics.go.md +++ b/docs/repositoryTopics.go.md @@ -4,12 +4,12 @@ ### RepositoryTopics -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics github_repository_topics}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics github_repository_topics}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytopics" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytopics" repositorytopics.NewRepositoryTopics(scope Construct, id *string, config RepositoryTopicsConfig) RepositoryTopics ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytopics" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytopics" repositorytopics.RepositoryTopics_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytopics" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytopics" repositorytopics.RepositoryTopics_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ repositorytopics.RepositoryTopics_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytopics" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytopics" repositorytopics.RepositoryTopics_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ repositorytopics.RepositoryTopics_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytopics" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytopics" repositorytopics.RepositoryTopics_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryTopics to import The id of the existing RepositoryTopics that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytopics" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorytopics" &repositorytopics.RepositoryTopicsConfig { Connection: interface{}, @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorytopics" | Provisioners | *[]interface{} | *No description.* | | Repository | *string | The name of the repository. The name is not case sensitive. | | Topics | *[]*string | An array of topics to add to the repository. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. | --- @@ -853,7 +853,7 @@ Repository *string The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#repository RepositoryTopics#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#repository RepositoryTopics#repository} --- @@ -869,7 +869,7 @@ An array of topics to add to the repository. Pass one or more topics to replace the set of existing topics. Send an empty array ([]) to clear all topics from the repository. Note: Topic names cannot contain uppercase letters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#topics RepositoryTopics#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#topics RepositoryTopics#topics} --- @@ -881,7 +881,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryTopics.java.md b/docs/repositoryTopics.java.md index 3f5e82378..ed7deec06 100644 --- a/docs/repositoryTopics.java.md +++ b/docs/repositoryTopics.java.md @@ -4,7 +4,7 @@ ### RepositoryTopics -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics github_repository_topics}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics github_repository_topics}. #### Initializers @@ -42,7 +42,7 @@ RepositoryTopics.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | repository | java.lang.String | The name of the repository. The name is not case sensitive. | | topics | java.util.List | An array of topics to add to the repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#repository RepositoryTopics#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#repository RepositoryTopics#repository} --- @@ -124,7 +124,7 @@ An array of topics to add to the repository. Pass one or more topics to replace the set of existing topics. Send an empty array ([]) to clear all topics from the repository. Note: Topic names cannot contain uppercase letters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#topics RepositoryTopics#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#topics RepositoryTopics#topics} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -569,7 +569,7 @@ The construct id used in the generated config for the RepositoryTopics to import The id of the existing RepositoryTopics that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use --- @@ -868,7 +868,7 @@ RepositoryTopicsConfig.builder() | provisioners | java.util.List | *No description.* | | repository | java.lang.String | The name of the repository. The name is not case sensitive. | | topics | java.util.List | An array of topics to add to the repository. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. | --- @@ -952,7 +952,7 @@ public java.lang.String getRepository(); The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#repository RepositoryTopics#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#repository RepositoryTopics#repository} --- @@ -968,7 +968,7 @@ An array of topics to add to the repository. Pass one or more topics to replace the set of existing topics. Send an empty array ([]) to clear all topics from the repository. Note: Topic names cannot contain uppercase letters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#topics RepositoryTopics#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#topics RepositoryTopics#topics} --- @@ -980,7 +980,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryTopics.python.md b/docs/repositoryTopics.python.md index 8ca4edcc9..34e211c16 100644 --- a/docs/repositoryTopics.python.md +++ b/docs/repositoryTopics.python.md @@ -4,7 +4,7 @@ ### RepositoryTopics -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics github_repository_topics}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics github_repository_topics}. #### Initializers @@ -40,7 +40,7 @@ repositoryTopics.RepositoryTopics( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | repository | str | The name of the repository. The name is not case sensitive. | | topics | typing.List[str] | An array of topics to add to the repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#repository RepositoryTopics#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#repository RepositoryTopics#repository} --- @@ -122,7 +122,7 @@ An array of topics to add to the repository. Pass one or more topics to replace the set of existing topics. Send an empty array ([]) to clear all topics from the repository. Note: Topic names cannot contain uppercase letters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#topics RepositoryTopics#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#topics RepositoryTopics#topics} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -613,7 +613,7 @@ The construct id used in the generated config for the RepositoryTopics to import The id of the existing RepositoryTopics that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use --- @@ -908,7 +908,7 @@ repositoryTopics.RepositoryTopicsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | repository | str | The name of the repository. The name is not case sensitive. | | topics | typing.List[str] | An array of topics to add to the repository. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. | --- @@ -992,7 +992,7 @@ repository: str The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#repository RepositoryTopics#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#repository RepositoryTopics#repository} --- @@ -1008,7 +1008,7 @@ An array of topics to add to the repository. Pass one or more topics to replace the set of existing topics. Send an empty array ([]) to clear all topics from the repository. Note: Topic names cannot contain uppercase letters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#topics RepositoryTopics#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#topics RepositoryTopics#topics} --- @@ -1020,7 +1020,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryTopics.typescript.md b/docs/repositoryTopics.typescript.md index 6cf2b0800..4a9b26c93 100644 --- a/docs/repositoryTopics.typescript.md +++ b/docs/repositoryTopics.typescript.md @@ -4,7 +4,7 @@ ### RepositoryTopics -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics github_repository_topics}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics github_repository_topics}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the RepositoryTopics to import The id of the existing RepositoryTopics that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const repositoryTopicsConfig: repositoryTopics.RepositoryTopicsConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | repository | string | The name of the repository. The name is not case sensitive. | | topics | string[] | An array of topics to add to the repository. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. | --- @@ -842,7 +842,7 @@ public readonly repository: string; The name of the repository. The name is not case sensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#repository RepositoryTopics#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#repository RepositoryTopics#repository} --- @@ -858,7 +858,7 @@ An array of topics to add to the repository. Pass one or more topics to replace the set of existing topics. Send an empty array ([]) to clear all topics from the repository. Note: Topic names cannot contain uppercase letters. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#topics RepositoryTopics#topics} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#topics RepositoryTopics#topics} --- @@ -870,7 +870,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/repositoryWebhook.csharp.md b/docs/repositoryWebhook.csharp.md index 6247a3dc5..7065e57c1 100644 --- a/docs/repositoryWebhook.csharp.md +++ b/docs/repositoryWebhook.csharp.md @@ -4,7 +4,7 @@ ### RepositoryWebhook -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook github_repository_webhook}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook github_repository_webhook}. #### Initializers @@ -77,7 +77,6 @@ Must be unique amongst siblings in the same scope | ResetActive | *No description.* | | ResetConfiguration | *No description.* | | ResetId | *No description.* | -| ResetName | *No description.* | --- @@ -399,12 +398,6 @@ private void ResetConfiguration() private void ResetId() ``` -##### `ResetName` - -```csharp -private void ResetName() -``` - #### Static Functions | **Name** | **Description** | @@ -508,7 +501,7 @@ The construct id used in the generated config for the RepositoryWebhook to impor The id of the existing RepositoryWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use --- @@ -545,12 +538,10 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | ConfigurationInput | RepositoryWebhookConfiguration | *No description.* | | EventsInput | string[] | *No description.* | | IdInput | string | *No description.* | -| NameInput | string | *No description.* | | RepositoryInput | string | *No description.* | | Active | object | *No description.* | | Events | string[] | *No description.* | | Id | string | *No description.* | -| Name | string | *No description.* | | Repository | string | *No description.* | --- @@ -767,16 +758,6 @@ public string IdInput { get; } --- -##### `NameInput`Optional - -```csharp -public string NameInput { get; } -``` - -- *Type:* string - ---- - ##### `RepositoryInput`Optional ```csharp @@ -817,16 +798,6 @@ public string Id { get; } --- -##### `Name`Required - -```csharp -public string Name { get; } -``` - -- *Type:* string - ---- - ##### `Repository`Required ```csharp @@ -876,8 +847,7 @@ new RepositoryWebhookConfig { string Repository, object Active = null, RepositoryWebhookConfiguration Configuration = null, - string Id = null, - string Name = null + string Id = null }; ``` @@ -896,8 +866,7 @@ new RepositoryWebhookConfig { | Repository | string | The repository of the webhook. | | Active | object | Indicate if the webhook should receive events. Defaults to 'true'. | | Configuration | RepositoryWebhookConfiguration | configuration block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | --- @@ -981,7 +950,7 @@ public string[] Events { get; set; } A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#events RepositoryWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#events RepositoryWebhook#events} --- @@ -995,7 +964,7 @@ public string Repository { get; set; } The repository of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} --- @@ -1009,7 +978,7 @@ public object Active { get; set; } Indicate if the webhook should receive events. Defaults to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#active RepositoryWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#active RepositoryWebhook#active} --- @@ -1023,7 +992,7 @@ public RepositoryWebhookConfiguration Configuration { get; set; } configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} --- @@ -1035,25 +1004,13 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `Name`Optional - -```csharp -public string Name { get; set; } -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. - ---- - ### RepositoryWebhookConfiguration #### Initializer @@ -1090,7 +1047,7 @@ public string Url { get; set; } The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#url RepositoryWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#url RepositoryWebhook#url} --- @@ -1104,7 +1061,7 @@ public string ContentType { get; set; } The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} --- @@ -1118,7 +1075,7 @@ public object InsecureSsl { get; set; } Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} --- @@ -1132,7 +1089,7 @@ public string Secret { get; set; } The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} --- diff --git a/docs/repositoryWebhook.go.md b/docs/repositoryWebhook.go.md index 6cc553492..1916c4c90 100644 --- a/docs/repositoryWebhook.go.md +++ b/docs/repositoryWebhook.go.md @@ -4,12 +4,12 @@ ### RepositoryWebhook -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook github_repository_webhook}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook github_repository_webhook}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorywebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorywebhook" repositorywebhook.NewRepositoryWebhook(scope Construct, id *string, config RepositoryWebhookConfig) RepositoryWebhook ``` @@ -77,7 +77,6 @@ Must be unique amongst siblings in the same scope | ResetActive | *No description.* | | ResetConfiguration | *No description.* | | ResetId | *No description.* | -| ResetName | *No description.* | --- @@ -399,12 +398,6 @@ func ResetConfiguration() func ResetId() ``` -##### `ResetName` - -```go -func ResetName() -``` - #### Static Functions | **Name** | **Description** | @@ -419,7 +412,7 @@ func ResetName() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorywebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorywebhook" repositorywebhook.RepositoryWebhook_IsConstruct(x interface{}) *bool ``` @@ -451,7 +444,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorywebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorywebhook" repositorywebhook.RepositoryWebhook_IsTerraformElement(x interface{}) *bool ``` @@ -465,7 +458,7 @@ repositorywebhook.RepositoryWebhook_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorywebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorywebhook" repositorywebhook.RepositoryWebhook_IsTerraformResource(x interface{}) *bool ``` @@ -479,7 +472,7 @@ repositorywebhook.RepositoryWebhook_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorywebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorywebhook" repositorywebhook.RepositoryWebhook_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -508,7 +501,7 @@ The construct id used in the generated config for the RepositoryWebhook to impor The id of the existing RepositoryWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use --- @@ -545,12 +538,10 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | ConfigurationInput | RepositoryWebhookConfiguration | *No description.* | | EventsInput | *[]*string | *No description.* | | IdInput | *string | *No description.* | -| NameInput | *string | *No description.* | | RepositoryInput | *string | *No description.* | | Active | interface{} | *No description.* | | Events | *[]*string | *No description.* | | Id | *string | *No description.* | -| Name | *string | *No description.* | | Repository | *string | *No description.* | --- @@ -767,16 +758,6 @@ func IdInput() *string --- -##### `NameInput`Optional - -```go -func NameInput() *string -``` - -- *Type:* *string - ---- - ##### `RepositoryInput`Optional ```go @@ -817,16 +798,6 @@ func Id() *string --- -##### `Name`Required - -```go -func Name() *string -``` - -- *Type:* *string - ---- - ##### `Repository`Required ```go @@ -862,7 +833,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorywebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorywebhook" &repositorywebhook.RepositoryWebhookConfig { Connection: interface{}, @@ -875,9 +846,8 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorywebhook" Events: *[]*string, Repository: *string, Active: interface{}, - Configuration: github.com/cdktf/cdktf-provider-github-go/github/v13.repositoryWebhook.RepositoryWebhookConfiguration, + Configuration: github.com/cdktf/cdktf-provider-github-go/github/v14.repositoryWebhook.RepositoryWebhookConfiguration, Id: *string, - Name: *string, } ``` @@ -896,8 +866,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorywebhook" | Repository | *string | The repository of the webhook. | | Active | interface{} | Indicate if the webhook should receive events. Defaults to 'true'. | | Configuration | RepositoryWebhookConfiguration | configuration block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | --- @@ -981,7 +950,7 @@ Events *[]*string A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#events RepositoryWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#events RepositoryWebhook#events} --- @@ -995,7 +964,7 @@ Repository *string The repository of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} --- @@ -1009,7 +978,7 @@ Active interface{} Indicate if the webhook should receive events. Defaults to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#active RepositoryWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#active RepositoryWebhook#active} --- @@ -1023,7 +992,7 @@ Configuration RepositoryWebhookConfiguration configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} --- @@ -1035,31 +1004,19 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `Name`Optional - -```go -Name *string -``` - -- *Type:* *string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. - ---- - ### RepositoryWebhookConfiguration #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorywebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorywebhook" &repositorywebhook.RepositoryWebhookConfiguration { Url: *string, @@ -1090,7 +1047,7 @@ Url *string The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#url RepositoryWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#url RepositoryWebhook#url} --- @@ -1104,7 +1061,7 @@ ContentType *string The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} --- @@ -1118,7 +1075,7 @@ InsecureSsl interface{} Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} --- @@ -1132,7 +1089,7 @@ Secret *string The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} --- @@ -1143,7 +1100,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/repositorywebhook" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/repositorywebhook" repositorywebhook.NewRepositoryWebhookConfigurationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) RepositoryWebhookConfigurationOutputReference ``` diff --git a/docs/repositoryWebhook.java.md b/docs/repositoryWebhook.java.md index 70cb672c7..6215321c0 100644 --- a/docs/repositoryWebhook.java.md +++ b/docs/repositoryWebhook.java.md @@ -4,7 +4,7 @@ ### RepositoryWebhook -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook github_repository_webhook}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook github_repository_webhook}. #### Initializers @@ -29,7 +29,6 @@ RepositoryWebhook.Builder.create(Construct scope, java.lang.String id) // .active(IResolvable) // .configuration(RepositoryWebhookConfiguration) // .id(java.lang.String) -// .name(java.lang.String) .build(); ``` @@ -48,8 +47,7 @@ RepositoryWebhook.Builder.create(Construct scope, java.lang.String id) | repository | java.lang.String | The repository of the webhook. | | active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicate if the webhook should receive events. Defaults to 'true'. | | configuration | RepositoryWebhookConfiguration | configuration block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | --- @@ -119,7 +117,7 @@ Must be unique amongst siblings in the same scope A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#events RepositoryWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#events RepositoryWebhook#events} --- @@ -129,7 +127,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} --- @@ -139,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Indicate if the webhook should receive events. Defaults to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#active RepositoryWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#active RepositoryWebhook#active} --- @@ -149,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} --- @@ -157,21 +155,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `name`Optional - -- *Type:* java.lang.String - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. - ---- - #### Methods | **Name** | **Description** | @@ -203,7 +193,6 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ | resetActive | *No description.* | | resetConfiguration | *No description.* | | resetId | *No description.* | -| resetName | *No description.* | --- @@ -527,12 +516,6 @@ public void resetConfiguration() public void resetId() ``` -##### `resetName` - -```java -public void resetName() -``` - #### Static Functions | **Name** | **Description** | @@ -636,7 +619,7 @@ The construct id used in the generated config for the RepositoryWebhook to impor The id of the existing RepositoryWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use --- @@ -673,12 +656,10 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | configurationInput | RepositoryWebhookConfiguration | *No description.* | | eventsInput | java.util.List | *No description.* | | idInput | java.lang.String | *No description.* | -| nameInput | java.lang.String | *No description.* | | repositoryInput | java.lang.String | *No description.* | | active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *No description.* | | events | java.util.List | *No description.* | | id | java.lang.String | *No description.* | -| name | java.lang.String | *No description.* | | repository | java.lang.String | *No description.* | --- @@ -895,16 +876,6 @@ public java.lang.String getIdInput(); --- -##### `nameInput`Optional - -```java -public java.lang.String getNameInput(); -``` - -- *Type:* java.lang.String - ---- - ##### `repositoryInput`Optional ```java @@ -945,16 +916,6 @@ public java.lang.String getId(); --- -##### `name`Required - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - ---- - ##### `repository`Required ```java @@ -1010,7 +971,6 @@ RepositoryWebhookConfig.builder() // .active(IResolvable) // .configuration(RepositoryWebhookConfiguration) // .id(java.lang.String) -// .name(java.lang.String) .build(); ``` @@ -1029,8 +989,7 @@ RepositoryWebhookConfig.builder() | repository | java.lang.String | The repository of the webhook. | | active | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Indicate if the webhook should receive events. Defaults to 'true'. | | configuration | RepositoryWebhookConfiguration | configuration block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | -| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | --- @@ -1114,7 +1073,7 @@ public java.util.List getEvents(); A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#events RepositoryWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#events RepositoryWebhook#events} --- @@ -1128,7 +1087,7 @@ public java.lang.String getRepository(); The repository of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} --- @@ -1142,7 +1101,7 @@ public java.lang.Object getActive(); Indicate if the webhook should receive events. Defaults to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#active RepositoryWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#active RepositoryWebhook#active} --- @@ -1156,7 +1115,7 @@ public RepositoryWebhookConfiguration getConfiguration(); configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} --- @@ -1168,25 +1127,13 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `name`Optional - -```java -public java.lang.String getName(); -``` - -- *Type:* java.lang.String - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. - ---- - ### RepositoryWebhookConfiguration #### Initializer @@ -1224,7 +1171,7 @@ public java.lang.String getUrl(); The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#url RepositoryWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#url RepositoryWebhook#url} --- @@ -1238,7 +1185,7 @@ public java.lang.String getContentType(); The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} --- @@ -1252,7 +1199,7 @@ public java.lang.Object getInsecureSsl(); Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} --- @@ -1266,7 +1213,7 @@ public java.lang.String getSecret(); The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} --- diff --git a/docs/repositoryWebhook.python.md b/docs/repositoryWebhook.python.md index aa776981c..9c20b954e 100644 --- a/docs/repositoryWebhook.python.md +++ b/docs/repositoryWebhook.python.md @@ -4,7 +4,7 @@ ### RepositoryWebhook -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook github_repository_webhook}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook github_repository_webhook}. #### Initializers @@ -25,8 +25,7 @@ repositoryWebhook.RepositoryWebhook( repository: str, active: typing.Union[bool, IResolvable] = None, configuration: RepositoryWebhookConfiguration = None, - id: str = None, - name: str = None + id: str = None ) ``` @@ -45,8 +44,7 @@ repositoryWebhook.RepositoryWebhook( | repository | str | The repository of the webhook. | | active | typing.Union[bool, cdktf.IResolvable] | Indicate if the webhook should receive events. Defaults to 'true'. | | configuration | RepositoryWebhookConfiguration | configuration block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | --- @@ -116,7 +114,7 @@ Must be unique amongst siblings in the same scope A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#events RepositoryWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#events RepositoryWebhook#events} --- @@ -126,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The repository of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} --- @@ -136,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Indicate if the webhook should receive events. Defaults to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#active RepositoryWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#active RepositoryWebhook#active} --- @@ -146,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} --- @@ -154,21 +152,13 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `name`Optional - -- *Type:* str - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. - ---- - #### Methods | **Name** | **Description** | @@ -200,7 +190,6 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ | reset_active | *No description.* | | reset_configuration | *No description.* | | reset_id | *No description.* | -| reset_name | *No description.* | --- @@ -546,7 +535,7 @@ def put_configuration( The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#url RepositoryWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#url RepositoryWebhook#url} --- @@ -556,7 +545,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} --- @@ -566,7 +555,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} --- @@ -576,7 +565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} --- @@ -598,12 +587,6 @@ def reset_configuration() -> None def reset_id() -> None ``` -##### `reset_name` - -```python -def reset_name() -> None -``` - #### Static Functions | **Name** | **Description** | @@ -718,7 +701,7 @@ The construct id used in the generated config for the RepositoryWebhook to impor The id of the existing RepositoryWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use --- @@ -755,12 +738,10 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | configuration_input | RepositoryWebhookConfiguration | *No description.* | | events_input | typing.List[str] | *No description.* | | id_input | str | *No description.* | -| name_input | str | *No description.* | | repository_input | str | *No description.* | | active | typing.Union[bool, cdktf.IResolvable] | *No description.* | | events | typing.List[str] | *No description.* | | id | str | *No description.* | -| name | str | *No description.* | | repository | str | *No description.* | --- @@ -977,16 +958,6 @@ id_input: str --- -##### `name_input`Optional - -```python -name_input: str -``` - -- *Type:* str - ---- - ##### `repository_input`Optional ```python @@ -1027,16 +998,6 @@ id: str --- -##### `name`Required - -```python -name: str -``` - -- *Type:* str - ---- - ##### `repository`Required ```python @@ -1086,8 +1047,7 @@ repositoryWebhook.RepositoryWebhookConfig( repository: str, active: typing.Union[bool, IResolvable] = None, configuration: RepositoryWebhookConfiguration = None, - id: str = None, - name: str = None + id: str = None ) ``` @@ -1106,8 +1066,7 @@ repositoryWebhook.RepositoryWebhookConfig( | repository | str | The repository of the webhook. | | active | typing.Union[bool, cdktf.IResolvable] | Indicate if the webhook should receive events. Defaults to 'true'. | | configuration | RepositoryWebhookConfiguration | configuration block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | --- @@ -1191,7 +1150,7 @@ events: typing.List[str] A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#events RepositoryWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#events RepositoryWebhook#events} --- @@ -1205,7 +1164,7 @@ repository: str The repository of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} --- @@ -1219,7 +1178,7 @@ active: typing.Union[bool, IResolvable] Indicate if the webhook should receive events. Defaults to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#active RepositoryWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#active RepositoryWebhook#active} --- @@ -1233,7 +1192,7 @@ configuration: RepositoryWebhookConfiguration configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} --- @@ -1245,25 +1204,13 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `name`Optional - -```python -name: str -``` - -- *Type:* str - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. - ---- - ### RepositoryWebhookConfiguration #### Initializer @@ -1300,7 +1247,7 @@ url: str The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#url RepositoryWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#url RepositoryWebhook#url} --- @@ -1314,7 +1261,7 @@ content_type: str The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} --- @@ -1328,7 +1275,7 @@ insecure_ssl: typing.Union[bool, IResolvable] Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} --- @@ -1342,7 +1289,7 @@ secret: str The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} --- diff --git a/docs/repositoryWebhook.typescript.md b/docs/repositoryWebhook.typescript.md index fc825d408..3fb367f38 100644 --- a/docs/repositoryWebhook.typescript.md +++ b/docs/repositoryWebhook.typescript.md @@ -4,7 +4,7 @@ ### RepositoryWebhook -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook github_repository_webhook}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook github_repository_webhook}. #### Initializers @@ -77,7 +77,6 @@ Must be unique amongst siblings in the same scope | resetActive | *No description.* | | resetConfiguration | *No description.* | | resetId | *No description.* | -| resetName | *No description.* | --- @@ -399,12 +398,6 @@ public resetConfiguration(): void public resetId(): void ``` -##### `resetName` - -```typescript -public resetName(): void -``` - #### Static Functions | **Name** | **Description** | @@ -508,7 +501,7 @@ The construct id used in the generated config for the RepositoryWebhook to impor The id of the existing RepositoryWebhook that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use --- @@ -545,12 +538,10 @@ Refer to the {@link https://registry.terraform.io/providers/integrations/github/ | configurationInput | RepositoryWebhookConfiguration | *No description.* | | eventsInput | string[] | *No description.* | | idInput | string | *No description.* | -| nameInput | string | *No description.* | | repositoryInput | string | *No description.* | | active | boolean \| cdktf.IResolvable | *No description.* | | events | string[] | *No description.* | | id | string | *No description.* | -| name | string | *No description.* | | repository | string | *No description.* | --- @@ -767,16 +758,6 @@ public readonly idInput: string; --- -##### `nameInput`Optional - -```typescript -public readonly nameInput: string; -``` - -- *Type:* string - ---- - ##### `repositoryInput`Optional ```typescript @@ -817,16 +798,6 @@ public readonly id: string; --- -##### `name`Required - -```typescript -public readonly name: string; -``` - -- *Type:* string - ---- - ##### `repository`Required ```typescript @@ -882,8 +853,7 @@ const repositoryWebhookConfig: repositoryWebhook.RepositoryWebhookConfig = { ... | repository | string | The repository of the webhook. | | active | boolean \| cdktf.IResolvable | Indicate if the webhook should receive events. Defaults to 'true'. | | configuration | RepositoryWebhookConfiguration | configuration block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. | --- @@ -967,7 +937,7 @@ public readonly events: string[]; A list of events which should trigger the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#events RepositoryWebhook#events} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#events RepositoryWebhook#events} --- @@ -981,7 +951,7 @@ public readonly repository: string; The repository of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} --- @@ -995,7 +965,7 @@ public readonly active: boolean | IResolvable; Indicate if the webhook should receive events. Defaults to 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#active RepositoryWebhook#active} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#active RepositoryWebhook#active} --- @@ -1009,7 +979,7 @@ public readonly configuration: RepositoryWebhookConfiguration; configuration block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} --- @@ -1021,25 +991,13 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. --- -##### `name`Optional - -```typescript -public readonly name: string; -``` - -- *Type:* string - -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name}. - ---- - ### RepositoryWebhookConfiguration #### Initializer @@ -1071,7 +1029,7 @@ public readonly url: string; The URL of the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#url RepositoryWebhook#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#url RepositoryWebhook#url} --- @@ -1085,7 +1043,7 @@ public readonly contentType: string; The content type for the payload. Valid values are either 'form' or 'json'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} --- @@ -1099,7 +1057,7 @@ public readonly insecureSsl: boolean | IResolvable; Insecure SSL boolean toggle. Defaults to 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} --- @@ -1113,7 +1071,7 @@ public readonly secret: string; The shared secret for the webhook. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} --- diff --git a/docs/team.csharp.md b/docs/team.csharp.md index 0e2d0d036..ba9236bca 100644 --- a/docs/team.csharp.md +++ b/docs/team.csharp.md @@ -4,7 +4,7 @@ ### Team -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team github_team}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team github_team}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Team to import. The id of the existing Team that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#import import section} in the documentation of this resource for the id to use --- @@ -1001,7 +1001,7 @@ new TeamConfig { | Name | string | The name of the team. | | CreateDefaultMaintainer | object | Adds a default maintainer to the team. Adds the creating user to the team when 'true'. | | Description | string | A description of the team. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. | | LdapDn | string | The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. | | ParentTeamId | string | The ID or slug of the parent team, if this is a nested team. | | ParentTeamReadId | string | The id of the parent team read in Github. | @@ -1090,7 +1090,7 @@ public string Name { get; set; } The name of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#name Team#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#name Team#name} --- @@ -1104,7 +1104,7 @@ public object CreateDefaultMaintainer { get; set; } Adds a default maintainer to the team. Adds the creating user to the team when 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} --- @@ -1118,7 +1118,7 @@ public string Description { get; set; } A description of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#description Team#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#description Team#description} --- @@ -1130,7 +1130,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1147,7 +1147,7 @@ public string LdapDn { get; set; } The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#ldap_dn Team#ldap_dn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#ldap_dn Team#ldap_dn} --- @@ -1161,7 +1161,7 @@ public string ParentTeamId { get; set; } The ID or slug of the parent team, if this is a nested team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_id Team#parent_team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_id Team#parent_team_id} --- @@ -1175,7 +1175,7 @@ public string ParentTeamReadId { get; set; } The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} --- @@ -1189,7 +1189,7 @@ public string ParentTeamReadSlug { get; set; } The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} --- @@ -1203,7 +1203,7 @@ public string Privacy { get; set; } The level of privacy for the team. Must be one of 'secret' or 'closed'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#privacy Team#privacy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#privacy Team#privacy} --- diff --git a/docs/team.go.md b/docs/team.go.md index d4a590748..af35c354b 100644 --- a/docs/team.go.md +++ b/docs/team.go.md @@ -4,12 +4,12 @@ ### Team -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team github_team}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team github_team}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/team" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/team" team.NewTeam(scope Construct, id *string, config TeamConfig) Team ``` @@ -434,7 +434,7 @@ func ResetPrivacy() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/team" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/team" team.Team_IsConstruct(x interface{}) *bool ``` @@ -466,7 +466,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/team" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/team" team.Team_IsTerraformElement(x interface{}) *bool ``` @@ -480,7 +480,7 @@ team.Team_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/team" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/team" team.Team_IsTerraformResource(x interface{}) *bool ``` @@ -494,7 +494,7 @@ team.Team_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/team" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/team" team.Team_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -523,7 +523,7 @@ The construct id used in the generated config for the Team to import. The id of the existing Team that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#import import section} in the documentation of this resource for the id to use --- @@ -965,7 +965,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/team" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/team" &team.TeamConfig { Connection: interface{}, @@ -1001,7 +1001,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/team" | Name | *string | The name of the team. | | CreateDefaultMaintainer | interface{} | Adds a default maintainer to the team. Adds the creating user to the team when 'true'. | | Description | *string | A description of the team. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. | | LdapDn | *string | The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. | | ParentTeamId | *string | The ID or slug of the parent team, if this is a nested team. | | ParentTeamReadId | *string | The id of the parent team read in Github. | @@ -1090,7 +1090,7 @@ Name *string The name of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#name Team#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#name Team#name} --- @@ -1104,7 +1104,7 @@ CreateDefaultMaintainer interface{} Adds a default maintainer to the team. Adds the creating user to the team when 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} --- @@ -1118,7 +1118,7 @@ Description *string A description of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#description Team#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#description Team#description} --- @@ -1130,7 +1130,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1147,7 +1147,7 @@ LdapDn *string The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#ldap_dn Team#ldap_dn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#ldap_dn Team#ldap_dn} --- @@ -1161,7 +1161,7 @@ ParentTeamId *string The ID or slug of the parent team, if this is a nested team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_id Team#parent_team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_id Team#parent_team_id} --- @@ -1175,7 +1175,7 @@ ParentTeamReadId *string The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} --- @@ -1189,7 +1189,7 @@ ParentTeamReadSlug *string The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} --- @@ -1203,7 +1203,7 @@ Privacy *string The level of privacy for the team. Must be one of 'secret' or 'closed'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#privacy Team#privacy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#privacy Team#privacy} --- diff --git a/docs/team.java.md b/docs/team.java.md index 5295766bb..2411a91f8 100644 --- a/docs/team.java.md +++ b/docs/team.java.md @@ -4,7 +4,7 @@ ### Team -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team github_team}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team github_team}. #### Initializers @@ -50,7 +50,7 @@ Team.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The name of the team. | | createDefaultMaintainer | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Adds a default maintainer to the team. Adds the creating user to the team when 'true'. | | description | java.lang.String | A description of the team. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. | | ldapDn | java.lang.String | The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. | | parentTeamId | java.lang.String | The ID or slug of the parent team, if this is a nested team. | | parentTeamReadId | java.lang.String | The id of the parent team read in Github. | @@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope The name of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#name Team#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#name Team#name} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Adds a default maintainer to the team. Adds the creating user to the team when 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} --- @@ -145,7 +145,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A description of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#description Team#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#description Team#description} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -166,7 +166,7 @@ If you experience problems setting this value it might not be settable. Please t The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#ldap_dn Team#ldap_dn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#ldap_dn Team#ldap_dn} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The ID or slug of the parent team, if this is a nested team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_id Team#parent_team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_id Team#parent_team_id} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The level of privacy for the team. Must be one of 'secret' or 'closed'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#privacy Team#privacy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#privacy Team#privacy} --- @@ -689,7 +689,7 @@ The construct id used in the generated config for the Team to import. The id of the existing Team that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#import import section} in the documentation of this resource for the id to use --- @@ -1172,7 +1172,7 @@ TeamConfig.builder() | name | java.lang.String | The name of the team. | | createDefaultMaintainer | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Adds a default maintainer to the team. Adds the creating user to the team when 'true'. | | description | java.lang.String | A description of the team. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. | | ldapDn | java.lang.String | The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. | | parentTeamId | java.lang.String | The ID or slug of the parent team, if this is a nested team. | | parentTeamReadId | java.lang.String | The id of the parent team read in Github. | @@ -1261,7 +1261,7 @@ public java.lang.String getName(); The name of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#name Team#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#name Team#name} --- @@ -1275,7 +1275,7 @@ public java.lang.Object getCreateDefaultMaintainer(); Adds a default maintainer to the team. Adds the creating user to the team when 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} --- @@ -1289,7 +1289,7 @@ public java.lang.String getDescription(); A description of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#description Team#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#description Team#description} --- @@ -1301,7 +1301,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1318,7 +1318,7 @@ public java.lang.String getLdapDn(); The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#ldap_dn Team#ldap_dn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#ldap_dn Team#ldap_dn} --- @@ -1332,7 +1332,7 @@ public java.lang.String getParentTeamId(); The ID or slug of the parent team, if this is a nested team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_id Team#parent_team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_id Team#parent_team_id} --- @@ -1346,7 +1346,7 @@ public java.lang.String getParentTeamReadId(); The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} --- @@ -1360,7 +1360,7 @@ public java.lang.String getParentTeamReadSlug(); The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} --- @@ -1374,7 +1374,7 @@ public java.lang.String getPrivacy(); The level of privacy for the team. Must be one of 'secret' or 'closed'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#privacy Team#privacy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#privacy Team#privacy} --- diff --git a/docs/team.python.md b/docs/team.python.md index f34885d10..40533c609 100644 --- a/docs/team.python.md +++ b/docs/team.python.md @@ -4,7 +4,7 @@ ### Team -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team github_team}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team github_team}. #### Initializers @@ -47,7 +47,7 @@ team.Team( | name | str | The name of the team. | | create_default_maintainer | typing.Union[bool, cdktf.IResolvable] | Adds a default maintainer to the team. Adds the creating user to the team when 'true'. | | description | str | A description of the team. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. | | ldap_dn | str | The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. | | parent_team_id | str | The ID or slug of the parent team, if this is a nested team. | | parent_team_read_id | str | The id of the parent team read in Github. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The name of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#name Team#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#name Team#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ Adds a default maintainer to the team. Adds the creating user to the team when 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A description of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#description Team#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#description Team#description} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#ldap_dn Team#ldap_dn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#ldap_dn Team#ldap_dn} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The ID or slug of the parent team, if this is a nested team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_id Team#parent_team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_id Team#parent_team_id} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The level of privacy for the team. Must be one of 'secret' or 'closed'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#privacy Team#privacy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#privacy Team#privacy} --- @@ -732,7 +732,7 @@ The construct id used in the generated config for the Team to import. The id of the existing Team that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#import import section} in the documentation of this resource for the id to use --- @@ -1210,7 +1210,7 @@ team.TeamConfig( | name | str | The name of the team. | | create_default_maintainer | typing.Union[bool, cdktf.IResolvable] | Adds a default maintainer to the team. Adds the creating user to the team when 'true'. | | description | str | A description of the team. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. | | ldap_dn | str | The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. | | parent_team_id | str | The ID or slug of the parent team, if this is a nested team. | | parent_team_read_id | str | The id of the parent team read in Github. | @@ -1299,7 +1299,7 @@ name: str The name of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#name Team#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#name Team#name} --- @@ -1313,7 +1313,7 @@ create_default_maintainer: typing.Union[bool, IResolvable] Adds a default maintainer to the team. Adds the creating user to the team when 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} --- @@ -1327,7 +1327,7 @@ description: str A description of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#description Team#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#description Team#description} --- @@ -1339,7 +1339,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1356,7 +1356,7 @@ ldap_dn: str The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#ldap_dn Team#ldap_dn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#ldap_dn Team#ldap_dn} --- @@ -1370,7 +1370,7 @@ parent_team_id: str The ID or slug of the parent team, if this is a nested team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_id Team#parent_team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_id Team#parent_team_id} --- @@ -1384,7 +1384,7 @@ parent_team_read_id: str The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} --- @@ -1398,7 +1398,7 @@ parent_team_read_slug: str The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} --- @@ -1412,7 +1412,7 @@ privacy: str The level of privacy for the team. Must be one of 'secret' or 'closed'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#privacy Team#privacy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#privacy Team#privacy} --- diff --git a/docs/team.typescript.md b/docs/team.typescript.md index 27e8bb1bd..268787e5c 100644 --- a/docs/team.typescript.md +++ b/docs/team.typescript.md @@ -4,7 +4,7 @@ ### Team -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team github_team}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team github_team}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Team to import. The id of the existing Team that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#import import section} in the documentation of this resource for the id to use --- @@ -984,7 +984,7 @@ const teamConfig: team.TeamConfig = { ... } | name | string | The name of the team. | | createDefaultMaintainer | boolean \| cdktf.IResolvable | Adds a default maintainer to the team. Adds the creating user to the team when 'true'. | | description | string | A description of the team. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. | | ldapDn | string | The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. | | parentTeamId | string | The ID or slug of the parent team, if this is a nested team. | | parentTeamReadId | string | The id of the parent team read in Github. | @@ -1073,7 +1073,7 @@ public readonly name: string; The name of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#name Team#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#name Team#name} --- @@ -1087,7 +1087,7 @@ public readonly createDefaultMaintainer: boolean | IResolvable; Adds a default maintainer to the team. Adds the creating user to the team when 'true'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} --- @@ -1101,7 +1101,7 @@ public readonly description: string; A description of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#description Team#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#description Team#description} --- @@ -1113,7 +1113,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public readonly ldapDn: string; The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#ldap_dn Team#ldap_dn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#ldap_dn Team#ldap_dn} --- @@ -1144,7 +1144,7 @@ public readonly parentTeamId: string; The ID or slug of the parent team, if this is a nested team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_id Team#parent_team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_id Team#parent_team_id} --- @@ -1158,7 +1158,7 @@ public readonly parentTeamReadId: string; The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} --- @@ -1172,7 +1172,7 @@ public readonly parentTeamReadSlug: string; The id of the parent team read in Github. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} --- @@ -1186,7 +1186,7 @@ public readonly privacy: string; The level of privacy for the team. Must be one of 'secret' or 'closed'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#privacy Team#privacy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#privacy Team#privacy} --- diff --git a/docs/teamMembers.csharp.md b/docs/teamMembers.csharp.md index b8bbfcd14..c9538b7f3 100644 --- a/docs/teamMembers.csharp.md +++ b/docs/teamMembers.csharp.md @@ -4,7 +4,7 @@ ### TeamMembers -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members github_team_members}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members github_team_members}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the TeamMembers to import. The id of the existing TeamMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use --- @@ -782,7 +782,7 @@ new TeamMembersConfig { | Provisioners | object[] | *No description.* | | Members | object | members block. | | TeamId | string | The GitHub team id or slug. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. | --- @@ -866,7 +866,7 @@ public object Members { get; set; } members block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#members TeamMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#members TeamMembers#members} --- @@ -880,7 +880,7 @@ public string TeamId { get; set; } The GitHub team id or slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#team_id TeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#team_id TeamMembers#team_id} --- @@ -892,7 +892,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -931,7 +931,7 @@ public string Username { get; set; } The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#username TeamMembers#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#username TeamMembers#username} --- @@ -945,7 +945,7 @@ public string Role { get; set; } The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#role TeamMembers#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#role TeamMembers#role} --- diff --git a/docs/teamMembers.go.md b/docs/teamMembers.go.md index 24d2d16ab..001aaaec9 100644 --- a/docs/teamMembers.go.md +++ b/docs/teamMembers.go.md @@ -4,12 +4,12 @@ ### TeamMembers -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members github_team_members}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members github_team_members}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembers" teammembers.NewTeamMembers(scope Construct, id *string, config TeamMembersConfig) TeamMembers ``` @@ -398,7 +398,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembers" teammembers.TeamMembers_IsConstruct(x interface{}) *bool ``` @@ -430,7 +430,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembers" teammembers.TeamMembers_IsTerraformElement(x interface{}) *bool ``` @@ -444,7 +444,7 @@ teammembers.TeamMembers_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembers" teammembers.TeamMembers_IsTerraformResource(x interface{}) *bool ``` @@ -458,7 +458,7 @@ teammembers.TeamMembers_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembers" teammembers.TeamMembers_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -487,7 +487,7 @@ The construct id used in the generated config for the TeamMembers to import. The id of the existing TeamMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use --- @@ -753,7 +753,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembers" &teammembers.TeamMembersConfig { Connection: interface{}, @@ -782,7 +782,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembers" | Provisioners | *[]interface{} | *No description.* | | Members | interface{} | members block. | | TeamId | *string | The GitHub team id or slug. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. | --- @@ -866,7 +866,7 @@ Members interface{} members block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#members TeamMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#members TeamMembers#members} --- @@ -880,7 +880,7 @@ TeamId *string The GitHub team id or slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#team_id TeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#team_id TeamMembers#team_id} --- @@ -892,7 +892,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -904,7 +904,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembers" &teammembers.TeamMembersMembers { Username: *string, @@ -931,7 +931,7 @@ Username *string The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#username TeamMembers#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#username TeamMembers#username} --- @@ -945,7 +945,7 @@ Role *string The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#role TeamMembers#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#role TeamMembers#role} --- @@ -956,7 +956,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembers" teammembers.NewTeamMembersMembersList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) TeamMembersMembersList ``` @@ -1116,7 +1116,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembers" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembers" teammembers.NewTeamMembersMembersOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) TeamMembersMembersOutputReference ``` diff --git a/docs/teamMembers.java.md b/docs/teamMembers.java.md index f692bcdf4..104ea2ff1 100644 --- a/docs/teamMembers.java.md +++ b/docs/teamMembers.java.md @@ -4,7 +4,7 @@ ### TeamMembers -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members github_team_members}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members github_team_members}. #### Initializers @@ -43,7 +43,7 @@ TeamMembers.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | members | com.hashicorp.cdktf.IResolvable OR java.util.List<TeamMembersMembers> | members block. | | teamId | java.lang.String | The GitHub team id or slug. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. | --- @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope members block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#members TeamMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#members TeamMembers#members} --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub team id or slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#team_id TeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#team_id TeamMembers#team_id} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -581,7 +581,7 @@ The construct id used in the generated config for the TeamMembers to import. The id of the existing TeamMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use --- @@ -881,7 +881,7 @@ TeamMembersConfig.builder() | provisioners | java.util.List | *No description.* | | members | com.hashicorp.cdktf.IResolvable OR java.util.List<TeamMembersMembers> | members block. | | teamId | java.lang.String | The GitHub team id or slug. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. | --- @@ -965,7 +965,7 @@ public java.lang.Object getMembers(); members block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#members TeamMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#members TeamMembers#members} --- @@ -979,7 +979,7 @@ public java.lang.String getTeamId(); The GitHub team id or slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#team_id TeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#team_id TeamMembers#team_id} --- @@ -991,7 +991,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1030,7 +1030,7 @@ public java.lang.String getUsername(); The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#username TeamMembers#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#username TeamMembers#username} --- @@ -1044,7 +1044,7 @@ public java.lang.String getRole(); The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#role TeamMembers#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#role TeamMembers#role} --- diff --git a/docs/teamMembers.python.md b/docs/teamMembers.python.md index aba64af49..830d4a124 100644 --- a/docs/teamMembers.python.md +++ b/docs/teamMembers.python.md @@ -4,7 +4,7 @@ ### TeamMembers -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members github_team_members}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members github_team_members}. #### Initializers @@ -40,7 +40,7 @@ teamMembers.TeamMembers( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | members | typing.Union[cdktf.IResolvable, typing.List[TeamMembersMembers]] | members block. | | team_id | str | The GitHub team id or slug. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope members block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#members TeamMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#members TeamMembers#members} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The GitHub team id or slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#team_id TeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#team_id TeamMembers#team_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -626,7 +626,7 @@ The construct id used in the generated config for the TeamMembers to import. The id of the existing TeamMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use --- @@ -921,7 +921,7 @@ teamMembers.TeamMembersConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | members | typing.Union[cdktf.IResolvable, typing.List[TeamMembersMembers]] | members block. | | team_id | str | The GitHub team id or slug. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. | --- @@ -1005,7 +1005,7 @@ members: typing.Union[IResolvable, typing.List[TeamMembersMembers]] members block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#members TeamMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#members TeamMembers#members} --- @@ -1019,7 +1019,7 @@ team_id: str The GitHub team id or slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#team_id TeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#team_id TeamMembers#team_id} --- @@ -1031,7 +1031,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ username: str The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#username TeamMembers#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#username TeamMembers#username} --- @@ -1084,7 +1084,7 @@ role: str The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#role TeamMembers#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#role TeamMembers#role} --- diff --git a/docs/teamMembers.typescript.md b/docs/teamMembers.typescript.md index d4aa95db1..2999c92ae 100644 --- a/docs/teamMembers.typescript.md +++ b/docs/teamMembers.typescript.md @@ -4,7 +4,7 @@ ### TeamMembers -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members github_team_members}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members github_team_members}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the TeamMembers to import. The id of the existing TeamMembers that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use --- @@ -771,7 +771,7 @@ const teamMembersConfig: teamMembers.TeamMembersConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | members | cdktf.IResolvable \| TeamMembersMembers[] | members block. | | teamId | string | The GitHub team id or slug. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. | --- @@ -855,7 +855,7 @@ public readonly members: IResolvable | TeamMembersMembers[]; members block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#members TeamMembers#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#members TeamMembers#members} --- @@ -869,7 +869,7 @@ public readonly teamId: string; The GitHub team id or slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#team_id TeamMembers#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#team_id TeamMembers#team_id} --- @@ -881,7 +881,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -917,7 +917,7 @@ public readonly username: string; The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#username TeamMembers#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#username TeamMembers#username} --- @@ -931,7 +931,7 @@ public readonly role: string; The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#role TeamMembers#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#role TeamMembers#role} --- diff --git a/docs/teamMembership.csharp.md b/docs/teamMembership.csharp.md index 1da3e7c61..f451f07d8 100644 --- a/docs/teamMembership.csharp.md +++ b/docs/teamMembership.csharp.md @@ -4,7 +4,7 @@ ### TeamMembership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership github_team_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership github_team_membership}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the TeamMembership to import. The id of the existing TeamMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ new TeamMembershipConfig { | Provisioners | object[] | *No description.* | | TeamId | string | The GitHub team id or the GitHub team slug. | | Username | string | The user to add to the team. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. | | Role | string | The role of the user within the team. Must be one of 'member' or 'maintainer'. | --- @@ -895,7 +895,7 @@ public string TeamId { get; set; } The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#team_id TeamMembership#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#team_id TeamMembership#team_id} --- @@ -909,7 +909,7 @@ public string Username { get; set; } The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#username TeamMembership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#username TeamMembership#username} --- @@ -921,7 +921,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -938,7 +938,7 @@ public string Role { get; set; } The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#role TeamMembership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#role TeamMembership#role} --- diff --git a/docs/teamMembership.go.md b/docs/teamMembership.go.md index 0ed338916..2f81b40eb 100644 --- a/docs/teamMembership.go.md +++ b/docs/teamMembership.go.md @@ -4,12 +4,12 @@ ### TeamMembership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership github_team_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership github_team_membership}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembership" teammembership.NewTeamMembership(scope Construct, id *string, config TeamMembershipConfig) TeamMembership ``` @@ -392,7 +392,7 @@ func ResetRole() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembership" teammembership.TeamMembership_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembership" teammembership.TeamMembership_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ teammembership.TeamMembership_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembership" teammembership.TeamMembership_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ teammembership.TeamMembership_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembership" teammembership.TeamMembership_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the TeamMembership to import. The id of the existing TeamMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use --- @@ -780,7 +780,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembership" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teammembership" &teammembership.TeamMembershipConfig { Connection: interface{}, @@ -810,7 +810,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/teammembership" | Provisioners | *[]interface{} | *No description.* | | TeamId | *string | The GitHub team id or the GitHub team slug. | | Username | *string | The user to add to the team. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. | | Role | *string | The role of the user within the team. Must be one of 'member' or 'maintainer'. | --- @@ -895,7 +895,7 @@ TeamId *string The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#team_id TeamMembership#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#team_id TeamMembership#team_id} --- @@ -909,7 +909,7 @@ Username *string The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#username TeamMembership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#username TeamMembership#username} --- @@ -921,7 +921,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -938,7 +938,7 @@ Role *string The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#role TeamMembership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#role TeamMembership#role} --- diff --git a/docs/teamMembership.java.md b/docs/teamMembership.java.md index 599f51c25..c5f9d6516 100644 --- a/docs/teamMembership.java.md +++ b/docs/teamMembership.java.md @@ -4,7 +4,7 @@ ### TeamMembership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership github_team_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership github_team_membership}. #### Initializers @@ -43,7 +43,7 @@ TeamMembership.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | teamId | java.lang.String | The GitHub team id or the GitHub team slug. | | username | java.lang.String | The user to add to the team. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. | | role | java.lang.String | The role of the user within the team. Must be one of 'member' or 'maintainer'. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#team_id TeamMembership#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#team_id TeamMembership#team_id} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#username TeamMembership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#username TeamMembership#username} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#role TeamMembership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#role TeamMembership#role} --- @@ -586,7 +586,7 @@ The construct id used in the generated config for the TeamMembership to import. The id of the existing TeamMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use --- @@ -919,7 +919,7 @@ TeamMembershipConfig.builder() | provisioners | java.util.List | *No description.* | | teamId | java.lang.String | The GitHub team id or the GitHub team slug. | | username | java.lang.String | The user to add to the team. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. | | role | java.lang.String | The role of the user within the team. Must be one of 'member' or 'maintainer'. | --- @@ -1004,7 +1004,7 @@ public java.lang.String getTeamId(); The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#team_id TeamMembership#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#team_id TeamMembership#team_id} --- @@ -1018,7 +1018,7 @@ public java.lang.String getUsername(); The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#username TeamMembership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#username TeamMembership#username} --- @@ -1030,7 +1030,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1047,7 +1047,7 @@ public java.lang.String getRole(); The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#role TeamMembership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#role TeamMembership#role} --- diff --git a/docs/teamMembership.python.md b/docs/teamMembership.python.md index c0cdf38f8..0ceac8ab2 100644 --- a/docs/teamMembership.python.md +++ b/docs/teamMembership.python.md @@ -4,7 +4,7 @@ ### TeamMembership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership github_team_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership github_team_membership}. #### Initializers @@ -41,7 +41,7 @@ teamMembership.TeamMembership( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | team_id | str | The GitHub team id or the GitHub team slug. | | username | str | The user to add to the team. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. | | role | str | The role of the user within the team. Must be one of 'member' or 'maintainer'. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#team_id TeamMembership#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#team_id TeamMembership#team_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#username TeamMembership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#username TeamMembership#username} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#role TeamMembership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#role TeamMembership#role} --- @@ -630,7 +630,7 @@ The construct id used in the generated config for the TeamMembership to import. The id of the existing TeamMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use --- @@ -959,7 +959,7 @@ teamMembership.TeamMembershipConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | team_id | str | The GitHub team id or the GitHub team slug. | | username | str | The user to add to the team. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. | | role | str | The role of the user within the team. Must be one of 'member' or 'maintainer'. | --- @@ -1044,7 +1044,7 @@ team_id: str The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#team_id TeamMembership#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#team_id TeamMembership#team_id} --- @@ -1058,7 +1058,7 @@ username: str The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#username TeamMembership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#username TeamMembership#username} --- @@ -1070,7 +1070,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1087,7 +1087,7 @@ role: str The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#role TeamMembership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#role TeamMembership#role} --- diff --git a/docs/teamMembership.typescript.md b/docs/teamMembership.typescript.md index e73bc4fba..906bc6fdf 100644 --- a/docs/teamMembership.typescript.md +++ b/docs/teamMembership.typescript.md @@ -4,7 +4,7 @@ ### TeamMembership -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership github_team_membership}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership github_team_membership}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the TeamMembership to import. The id of the existing TeamMembership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use --- @@ -798,7 +798,7 @@ const teamMembershipConfig: teamMembership.TeamMembershipConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | teamId | string | The GitHub team id or the GitHub team slug. | | username | string | The user to add to the team. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. | | role | string | The role of the user within the team. Must be one of 'member' or 'maintainer'. | --- @@ -883,7 +883,7 @@ public readonly teamId: string; The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#team_id TeamMembership#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#team_id TeamMembership#team_id} --- @@ -897,7 +897,7 @@ public readonly username: string; The user to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#username TeamMembership#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#username TeamMembership#username} --- @@ -909,7 +909,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -926,7 +926,7 @@ public readonly role: string; The role of the user within the team. Must be one of 'member' or 'maintainer'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#role TeamMembership#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#role TeamMembership#role} --- diff --git a/docs/teamRepository.csharp.md b/docs/teamRepository.csharp.md index 16c9f4047..5302df7ec 100644 --- a/docs/teamRepository.csharp.md +++ b/docs/teamRepository.csharp.md @@ -4,7 +4,7 @@ ### TeamRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository github_team_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository github_team_repository}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the TeamRepository to import. The id of the existing TeamRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ new TeamRepositoryConfig { | Provisioners | object[] | *No description.* | | Repository | string | The repository to add to the team. | | TeamId | string | ID or slug of team. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. | | Permission | string | The permissions of team members regarding the repository. | --- @@ -895,7 +895,7 @@ public string Repository { get; set; } The repository to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#repository TeamRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#repository TeamRepository#repository} --- @@ -909,7 +909,7 @@ public string TeamId { get; set; } ID or slug of team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#team_id TeamRepository#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#team_id TeamRepository#team_id} --- @@ -921,7 +921,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -940,7 +940,7 @@ The permissions of team members regarding the repository. Must be one of 'pull', 'triage', 'push', 'maintain', 'admin' or the name of an existing custom repository role within the organisation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#permission TeamRepository#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#permission TeamRepository#permission} --- diff --git a/docs/teamRepository.go.md b/docs/teamRepository.go.md index 14bb9b41b..932edb204 100644 --- a/docs/teamRepository.go.md +++ b/docs/teamRepository.go.md @@ -4,12 +4,12 @@ ### TeamRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository github_team_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository github_team_repository}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamrepository" teamrepository.NewTeamRepository(scope Construct, id *string, config TeamRepositoryConfig) TeamRepository ``` @@ -392,7 +392,7 @@ func ResetPermission() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamrepository" teamrepository.TeamRepository_IsConstruct(x interface{}) *bool ``` @@ -424,7 +424,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamrepository" teamrepository.TeamRepository_IsTerraformElement(x interface{}) *bool ``` @@ -438,7 +438,7 @@ teamrepository.TeamRepository_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamrepository" teamrepository.TeamRepository_IsTerraformResource(x interface{}) *bool ``` @@ -452,7 +452,7 @@ teamrepository.TeamRepository_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamrepository" teamrepository.TeamRepository_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -481,7 +481,7 @@ The construct id used in the generated config for the TeamRepository to import. The id of the existing TeamRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use --- @@ -780,7 +780,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamrepository" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamrepository" &teamrepository.TeamRepositoryConfig { Connection: interface{}, @@ -810,7 +810,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamrepository" | Provisioners | *[]interface{} | *No description.* | | Repository | *string | The repository to add to the team. | | TeamId | *string | ID or slug of team. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. | | Permission | *string | The permissions of team members regarding the repository. | --- @@ -895,7 +895,7 @@ Repository *string The repository to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#repository TeamRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#repository TeamRepository#repository} --- @@ -909,7 +909,7 @@ TeamId *string ID or slug of team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#team_id TeamRepository#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#team_id TeamRepository#team_id} --- @@ -921,7 +921,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -940,7 +940,7 @@ The permissions of team members regarding the repository. Must be one of 'pull', 'triage', 'push', 'maintain', 'admin' or the name of an existing custom repository role within the organisation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#permission TeamRepository#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#permission TeamRepository#permission} --- diff --git a/docs/teamRepository.java.md b/docs/teamRepository.java.md index 9d7c6b890..dcd85c326 100644 --- a/docs/teamRepository.java.md +++ b/docs/teamRepository.java.md @@ -4,7 +4,7 @@ ### TeamRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository github_team_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository github_team_repository}. #### Initializers @@ -43,7 +43,7 @@ TeamRepository.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | repository | java.lang.String | The repository to add to the team. | | teamId | java.lang.String | ID or slug of team. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. | | permission | java.lang.String | The permissions of team members regarding the repository. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope The repository to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#repository TeamRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#repository TeamRepository#repository} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ ID or slug of team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#team_id TeamRepository#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#team_id TeamRepository#team_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -147,7 +147,7 @@ The permissions of team members regarding the repository. Must be one of 'pull', 'triage', 'push', 'maintain', 'admin' or the name of an existing custom repository role within the organisation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#permission TeamRepository#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#permission TeamRepository#permission} --- @@ -588,7 +588,7 @@ The construct id used in the generated config for the TeamRepository to import. The id of the existing TeamRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use --- @@ -921,7 +921,7 @@ TeamRepositoryConfig.builder() | provisioners | java.util.List | *No description.* | | repository | java.lang.String | The repository to add to the team. | | teamId | java.lang.String | ID or slug of team. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. | | permission | java.lang.String | The permissions of team members regarding the repository. | --- @@ -1006,7 +1006,7 @@ public java.lang.String getRepository(); The repository to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#repository TeamRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#repository TeamRepository#repository} --- @@ -1020,7 +1020,7 @@ public java.lang.String getTeamId(); ID or slug of team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#team_id TeamRepository#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#team_id TeamRepository#team_id} --- @@ -1032,7 +1032,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ The permissions of team members regarding the repository. Must be one of 'pull', 'triage', 'push', 'maintain', 'admin' or the name of an existing custom repository role within the organisation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#permission TeamRepository#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#permission TeamRepository#permission} --- diff --git a/docs/teamRepository.python.md b/docs/teamRepository.python.md index a8e515b18..7f5bfd55e 100644 --- a/docs/teamRepository.python.md +++ b/docs/teamRepository.python.md @@ -4,7 +4,7 @@ ### TeamRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository github_team_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository github_team_repository}. #### Initializers @@ -41,7 +41,7 @@ teamRepository.TeamRepository( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | repository | str | The repository to add to the team. | | team_id | str | ID or slug of team. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. | | permission | str | The permissions of team members regarding the repository. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The repository to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#repository TeamRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#repository TeamRepository#repository} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ ID or slug of team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#team_id TeamRepository#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#team_id TeamRepository#team_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ The permissions of team members regarding the repository. Must be one of 'pull', 'triage', 'push', 'maintain', 'admin' or the name of an existing custom repository role within the organisation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#permission TeamRepository#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#permission TeamRepository#permission} --- @@ -632,7 +632,7 @@ The construct id used in the generated config for the TeamRepository to import. The id of the existing TeamRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use --- @@ -961,7 +961,7 @@ teamRepository.TeamRepositoryConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | repository | str | The repository to add to the team. | | team_id | str | ID or slug of team. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. | | permission | str | The permissions of team members regarding the repository. | --- @@ -1046,7 +1046,7 @@ repository: str The repository to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#repository TeamRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#repository TeamRepository#repository} --- @@ -1060,7 +1060,7 @@ team_id: str ID or slug of team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#team_id TeamRepository#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#team_id TeamRepository#team_id} --- @@ -1072,7 +1072,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1091,7 +1091,7 @@ The permissions of team members regarding the repository. Must be one of 'pull', 'triage', 'push', 'maintain', 'admin' or the name of an existing custom repository role within the organisation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#permission TeamRepository#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#permission TeamRepository#permission} --- diff --git a/docs/teamRepository.typescript.md b/docs/teamRepository.typescript.md index 11b6ad5c0..14837307d 100644 --- a/docs/teamRepository.typescript.md +++ b/docs/teamRepository.typescript.md @@ -4,7 +4,7 @@ ### TeamRepository -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository github_team_repository}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository github_team_repository}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the TeamRepository to import. The id of the existing TeamRepository that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use --- @@ -798,7 +798,7 @@ const teamRepositoryConfig: teamRepository.TeamRepositoryConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | repository | string | The repository to add to the team. | | teamId | string | ID or slug of team. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. | | permission | string | The permissions of team members regarding the repository. | --- @@ -883,7 +883,7 @@ public readonly repository: string; The repository to add to the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#repository TeamRepository#repository} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#repository TeamRepository#repository} --- @@ -897,7 +897,7 @@ public readonly teamId: string; ID or slug of team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#team_id TeamRepository#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#team_id TeamRepository#team_id} --- @@ -909,7 +909,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -928,7 +928,7 @@ The permissions of team members regarding the repository. Must be one of 'pull', 'triage', 'push', 'maintain', 'admin' or the name of an existing custom repository role within the organisation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#permission TeamRepository#permission} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#permission TeamRepository#permission} --- diff --git a/docs/teamSettings.csharp.md b/docs/teamSettings.csharp.md index 28869d028..720e66e00 100644 --- a/docs/teamSettings.csharp.md +++ b/docs/teamSettings.csharp.md @@ -4,7 +4,7 @@ ### TeamSettings -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings github_team_settings}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings github_team_settings}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the TeamSettings to import. The id of the existing TeamSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,7 @@ new TeamSettingsConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | TeamId | string | The GitHub team id or the GitHub team slug. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. | | ReviewRequestDelegation | TeamSettingsReviewRequestDelegation | review_request_delegation block. | --- @@ -895,7 +895,7 @@ public string TeamId { get; set; } The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#team_id TeamSettings#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#team_id TeamSettings#team_id} --- @@ -907,7 +907,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -924,7 +924,7 @@ public TeamSettingsReviewRequestDelegation ReviewRequestDelegation { get; set; } review_request_delegation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} --- @@ -962,7 +962,7 @@ public string Algorithm { get; set; } The algorithm to use when assigning pull requests to team members. Supported values are 'ROUND_ROBIN' and 'LOAD_BALANCE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} --- @@ -976,7 +976,7 @@ public double MemberCount { get; set; } The number of team members to assign to a pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#member_count TeamSettings#member_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#member_count TeamSettings#member_count} --- @@ -990,7 +990,7 @@ public object Notify { get; set; } whether to notify the entire team when at least one member is also assigned to the pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#notify TeamSettings#notify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#notify TeamSettings#notify} --- diff --git a/docs/teamSettings.go.md b/docs/teamSettings.go.md index 17f11060b..98b4d2968 100644 --- a/docs/teamSettings.go.md +++ b/docs/teamSettings.go.md @@ -4,12 +4,12 @@ ### TeamSettings -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings github_team_settings}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings github_team_settings}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsettings" teamsettings.NewTeamSettings(scope Construct, id *string, config TeamSettingsConfig) TeamSettings ``` @@ -405,7 +405,7 @@ func ResetReviewRequestDelegation() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsettings" teamsettings.TeamSettings_IsConstruct(x interface{}) *bool ``` @@ -437,7 +437,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsettings" teamsettings.TeamSettings_IsTerraformElement(x interface{}) *bool ``` @@ -451,7 +451,7 @@ teamsettings.TeamSettings_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsettings" teamsettings.TeamSettings_IsTerraformResource(x interface{}) *bool ``` @@ -465,7 +465,7 @@ teamsettings.TeamSettings_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsettings" teamsettings.TeamSettings_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -494,7 +494,7 @@ The construct id used in the generated config for the TeamSettings to import. The id of the existing TeamSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use --- @@ -782,7 +782,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsettings" &teamsettings.TeamSettingsConfig { Connection: interface{}, @@ -794,7 +794,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsettings" Provisioners: *[]interface{}, TeamId: *string, Id: *string, - ReviewRequestDelegation: github.com/cdktf/cdktf-provider-github-go/github/v13.teamSettings.TeamSettingsReviewRequestDelegation, + ReviewRequestDelegation: github.com/cdktf/cdktf-provider-github-go/github/v14.teamSettings.TeamSettingsReviewRequestDelegation, } ``` @@ -810,7 +810,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsettings" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | TeamId | *string | The GitHub team id or the GitHub team slug. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. | | ReviewRequestDelegation | TeamSettingsReviewRequestDelegation | review_request_delegation block. | --- @@ -895,7 +895,7 @@ TeamId *string The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#team_id TeamSettings#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#team_id TeamSettings#team_id} --- @@ -907,7 +907,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -924,7 +924,7 @@ ReviewRequestDelegation TeamSettingsReviewRequestDelegation review_request_delegation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} --- @@ -933,7 +933,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsettings" &teamsettings.TeamSettingsReviewRequestDelegation { Algorithm: *string, @@ -962,7 +962,7 @@ Algorithm *string The algorithm to use when assigning pull requests to team members. Supported values are 'ROUND_ROBIN' and 'LOAD_BALANCE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} --- @@ -976,7 +976,7 @@ MemberCount *f64 The number of team members to assign to a pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#member_count TeamSettings#member_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#member_count TeamSettings#member_count} --- @@ -990,7 +990,7 @@ Notify interface{} whether to notify the entire team when at least one member is also assigned to the pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#notify TeamSettings#notify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#notify TeamSettings#notify} --- @@ -1001,7 +1001,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsettings" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsettings" teamsettings.NewTeamSettingsReviewRequestDelegationOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) TeamSettingsReviewRequestDelegationOutputReference ``` diff --git a/docs/teamSettings.java.md b/docs/teamSettings.java.md index bb7035341..ba8a79775 100644 --- a/docs/teamSettings.java.md +++ b/docs/teamSettings.java.md @@ -4,7 +4,7 @@ ### TeamSettings -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings github_team_settings}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings github_team_settings}. #### Initializers @@ -41,7 +41,7 @@ TeamSettings.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | teamId | java.lang.String | The GitHub team id or the GitHub team slug. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. | | reviewRequestDelegation | TeamSettingsReviewRequestDelegation | review_request_delegation block. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#team_id TeamSettings#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#team_id TeamSettings#team_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 review_request_delegation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} --- @@ -587,7 +587,7 @@ The construct id used in the generated config for the TeamSettings to import. The id of the existing TeamSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use --- @@ -907,7 +907,7 @@ TeamSettingsConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | teamId | java.lang.String | The GitHub team id or the GitHub team slug. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. | | reviewRequestDelegation | TeamSettingsReviewRequestDelegation | review_request_delegation block. | --- @@ -992,7 +992,7 @@ public java.lang.String getTeamId(); The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#team_id TeamSettings#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#team_id TeamSettings#team_id} --- @@ -1004,7 +1004,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1021,7 +1021,7 @@ public TeamSettingsReviewRequestDelegation getReviewRequestDelegation(); review_request_delegation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} --- @@ -1060,7 +1060,7 @@ public java.lang.String getAlgorithm(); The algorithm to use when assigning pull requests to team members. Supported values are 'ROUND_ROBIN' and 'LOAD_BALANCE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} --- @@ -1074,7 +1074,7 @@ public java.lang.Number getMemberCount(); The number of team members to assign to a pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#member_count TeamSettings#member_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#member_count TeamSettings#member_count} --- @@ -1088,7 +1088,7 @@ public java.lang.Object getNotify(); whether to notify the entire team when at least one member is also assigned to the pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#notify TeamSettings#notify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#notify TeamSettings#notify} --- diff --git a/docs/teamSettings.python.md b/docs/teamSettings.python.md index 6f70b5223..c28709a83 100644 --- a/docs/teamSettings.python.md +++ b/docs/teamSettings.python.md @@ -4,7 +4,7 @@ ### TeamSettings -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings github_team_settings}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings github_team_settings}. #### Initializers @@ -39,7 +39,7 @@ teamSettings.TeamSettings( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | team_id | str | The GitHub team id or the GitHub team slug. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. | | review_request_delegation | TeamSettingsReviewRequestDelegation | review_request_delegation block. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#team_id TeamSettings#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#team_id TeamSettings#team_id} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t review_request_delegation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} --- @@ -509,7 +509,7 @@ def put_review_request_delegation( The algorithm to use when assigning pull requests to team members. Supported values are 'ROUND_ROBIN' and 'LOAD_BALANCE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} --- @@ -519,7 +519,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ The number of team members to assign to a pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#member_count TeamSettings#member_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#member_count TeamSettings#member_count} --- @@ -529,7 +529,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ whether to notify the entire team when at least one member is also assigned to the pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#notify TeamSettings#notify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#notify TeamSettings#notify} --- @@ -659,7 +659,7 @@ The construct id used in the generated config for the TeamSettings to import. The id of the existing TeamSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use --- @@ -975,7 +975,7 @@ teamSettings.TeamSettingsConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | team_id | str | The GitHub team id or the GitHub team slug. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. | | review_request_delegation | TeamSettingsReviewRequestDelegation | review_request_delegation block. | --- @@ -1060,7 +1060,7 @@ team_id: str The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#team_id TeamSettings#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#team_id TeamSettings#team_id} --- @@ -1072,7 +1072,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1089,7 +1089,7 @@ review_request_delegation: TeamSettingsReviewRequestDelegation review_request_delegation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} --- @@ -1127,7 +1127,7 @@ algorithm: str The algorithm to use when assigning pull requests to team members. Supported values are 'ROUND_ROBIN' and 'LOAD_BALANCE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} --- @@ -1141,7 +1141,7 @@ member_count: typing.Union[int, float] The number of team members to assign to a pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#member_count TeamSettings#member_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#member_count TeamSettings#member_count} --- @@ -1155,7 +1155,7 @@ notify: typing.Union[bool, IResolvable] whether to notify the entire team when at least one member is also assigned to the pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#notify TeamSettings#notify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#notify TeamSettings#notify} --- diff --git a/docs/teamSettings.typescript.md b/docs/teamSettings.typescript.md index 061e6c770..b1aeda220 100644 --- a/docs/teamSettings.typescript.md +++ b/docs/teamSettings.typescript.md @@ -4,7 +4,7 @@ ### TeamSettings -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings github_team_settings}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings github_team_settings}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the TeamSettings to import. The id of the existing TeamSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ const teamSettingsConfig: teamSettings.TeamSettingsConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | teamId | string | The GitHub team id or the GitHub team slug. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. | | reviewRequestDelegation | TeamSettingsReviewRequestDelegation | review_request_delegation block. | --- @@ -884,7 +884,7 @@ public readonly teamId: string; The GitHub team id or the GitHub team slug. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#team_id TeamSettings#team_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#team_id TeamSettings#team_id} --- @@ -896,7 +896,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public readonly reviewRequestDelegation: TeamSettingsReviewRequestDelegation; review_request_delegation block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} --- @@ -947,7 +947,7 @@ public readonly algorithm: string; The algorithm to use when assigning pull requests to team members. Supported values are 'ROUND_ROBIN' and 'LOAD_BALANCE'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} --- @@ -961,7 +961,7 @@ public readonly memberCount: number; The number of team members to assign to a pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#member_count TeamSettings#member_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#member_count TeamSettings#member_count} --- @@ -975,7 +975,7 @@ public readonly notify: boolean | IResolvable; whether to notify the entire team when at least one member is also assigned to the pull request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#notify TeamSettings#notify} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#notify TeamSettings#notify} --- diff --git a/docs/teamSyncGroupMapping.csharp.md b/docs/teamSyncGroupMapping.csharp.md index c1762129d..0c1ad2489 100644 --- a/docs/teamSyncGroupMapping.csharp.md +++ b/docs/teamSyncGroupMapping.csharp.md @@ -4,7 +4,7 @@ ### TeamSyncGroupMapping -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the TeamSyncGroupMapping to im The id of the existing TeamSyncGroupMapping that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use --- @@ -800,7 +800,7 @@ new TeamSyncGroupMappingConfig { | Provisioners | object[] | *No description.* | | TeamSlug | string | Slug of the team. | | Group | object | group block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | --- @@ -884,7 +884,7 @@ public string TeamSlug { get; set; } Slug of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} --- @@ -898,7 +898,7 @@ public object Group { get; set; } group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} --- @@ -910,7 +910,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -951,7 +951,7 @@ public string GroupDescription { get; set; } The description of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} --- @@ -965,7 +965,7 @@ public string GroupId { get; set; } The ID of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} --- @@ -979,7 +979,7 @@ public string GroupName { get; set; } The name of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} --- diff --git a/docs/teamSyncGroupMapping.go.md b/docs/teamSyncGroupMapping.go.md index e529d8339..1cca3b623 100644 --- a/docs/teamSyncGroupMapping.go.md +++ b/docs/teamSyncGroupMapping.go.md @@ -4,12 +4,12 @@ ### TeamSyncGroupMapping -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsyncgroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsyncgroupmapping" teamsyncgroupmapping.NewTeamSyncGroupMapping(scope Construct, id *string, config TeamSyncGroupMappingConfig) TeamSyncGroupMapping ``` @@ -405,7 +405,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsyncgroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsyncgroupmapping" teamsyncgroupmapping.TeamSyncGroupMapping_IsConstruct(x interface{}) *bool ``` @@ -437,7 +437,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsyncgroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsyncgroupmapping" teamsyncgroupmapping.TeamSyncGroupMapping_IsTerraformElement(x interface{}) *bool ``` @@ -451,7 +451,7 @@ teamsyncgroupmapping.TeamSyncGroupMapping_IsTerraformElement(x interface{}) *boo ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsyncgroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsyncgroupmapping" teamsyncgroupmapping.TeamSyncGroupMapping_IsTerraformResource(x interface{}) *bool ``` @@ -465,7 +465,7 @@ teamsyncgroupmapping.TeamSyncGroupMapping_IsTerraformResource(x interface{}) *bo ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsyncgroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsyncgroupmapping" teamsyncgroupmapping.TeamSyncGroupMapping_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -494,7 +494,7 @@ The construct id used in the generated config for the TeamSyncGroupMapping to im The id of the existing TeamSyncGroupMapping that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use --- @@ -771,7 +771,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsyncgroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsyncgroupmapping" &teamsyncgroupmapping.TeamSyncGroupMappingConfig { Connection: interface{}, @@ -800,7 +800,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsyncgroupmappin | Provisioners | *[]interface{} | *No description.* | | TeamSlug | *string | Slug of the team. | | Group | interface{} | group block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | --- @@ -884,7 +884,7 @@ TeamSlug *string Slug of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} --- @@ -898,7 +898,7 @@ Group interface{} group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} --- @@ -910,7 +910,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -922,7 +922,7 @@ If you experience problems setting this value it might not be settable. Please t #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsyncgroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsyncgroupmapping" &teamsyncgroupmapping.TeamSyncGroupMappingGroup { GroupDescription: *string, @@ -951,7 +951,7 @@ GroupDescription *string The description of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} --- @@ -965,7 +965,7 @@ GroupId *string The ID of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} --- @@ -979,7 +979,7 @@ GroupName *string The name of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} --- @@ -990,7 +990,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsyncgroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsyncgroupmapping" teamsyncgroupmapping.NewTeamSyncGroupMappingGroupList(terraformResource IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) TeamSyncGroupMappingGroupList ``` @@ -1150,7 +1150,7 @@ func InternalValue() interface{} #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/teamsyncgroupmapping" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/teamsyncgroupmapping" teamsyncgroupmapping.NewTeamSyncGroupMappingGroupOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string, complexObjectIndex *f64, complexObjectIsFromSet *bool) TeamSyncGroupMappingGroupOutputReference ``` diff --git a/docs/teamSyncGroupMapping.java.md b/docs/teamSyncGroupMapping.java.md index c76a31936..fcd653c83 100644 --- a/docs/teamSyncGroupMapping.java.md +++ b/docs/teamSyncGroupMapping.java.md @@ -4,7 +4,7 @@ ### TeamSyncGroupMapping -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping}. #### Initializers @@ -43,7 +43,7 @@ TeamSyncGroupMapping.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | teamSlug | java.lang.String | Slug of the team. | | group | com.hashicorp.cdktf.IResolvable OR java.util.List<TeamSyncGroupMappingGroup> | group block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | --- @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope Slug of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -588,7 +588,7 @@ The construct id used in the generated config for the TeamSyncGroupMapping to im The id of the existing TeamSyncGroupMapping that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use --- @@ -899,7 +899,7 @@ TeamSyncGroupMappingConfig.builder() | provisioners | java.util.List | *No description.* | | teamSlug | java.lang.String | Slug of the team. | | group | com.hashicorp.cdktf.IResolvable OR java.util.List<TeamSyncGroupMappingGroup> | group block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | --- @@ -983,7 +983,7 @@ public java.lang.String getTeamSlug(); Slug of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} --- @@ -997,7 +997,7 @@ public java.lang.Object getGroup(); group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} --- @@ -1009,7 +1009,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1050,7 +1050,7 @@ public java.lang.String getGroupDescription(); The description of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} --- @@ -1064,7 +1064,7 @@ public java.lang.String getGroupId(); The ID of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} --- @@ -1078,7 +1078,7 @@ public java.lang.String getGroupName(); The name of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} --- diff --git a/docs/teamSyncGroupMapping.python.md b/docs/teamSyncGroupMapping.python.md index 00a1a1a3d..5ef4d7128 100644 --- a/docs/teamSyncGroupMapping.python.md +++ b/docs/teamSyncGroupMapping.python.md @@ -4,7 +4,7 @@ ### TeamSyncGroupMapping -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping}. #### Initializers @@ -40,7 +40,7 @@ teamSyncGroupMapping.TeamSyncGroupMapping( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | team_slug | str | Slug of the team. | | group | typing.Union[cdktf.IResolvable, typing.List[TeamSyncGroupMappingGroup]] | group block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Slug of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -633,7 +633,7 @@ The construct id used in the generated config for the TeamSyncGroupMapping to im The id of the existing TeamSyncGroupMapping that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use --- @@ -939,7 +939,7 @@ teamSyncGroupMapping.TeamSyncGroupMappingConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | team_slug | str | Slug of the team. | | group | typing.Union[cdktf.IResolvable, typing.List[TeamSyncGroupMappingGroup]] | group block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | --- @@ -1023,7 +1023,7 @@ team_slug: str Slug of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} --- @@ -1037,7 +1037,7 @@ group: typing.Union[IResolvable, typing.List[TeamSyncGroupMappingGroup]] group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} --- @@ -1049,7 +1049,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ group_description: str The description of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} --- @@ -1104,7 +1104,7 @@ group_id: str The ID of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} --- @@ -1118,7 +1118,7 @@ group_name: str The name of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} --- diff --git a/docs/teamSyncGroupMapping.typescript.md b/docs/teamSyncGroupMapping.typescript.md index e9ae908ee..e931c9b66 100644 --- a/docs/teamSyncGroupMapping.typescript.md +++ b/docs/teamSyncGroupMapping.typescript.md @@ -4,7 +4,7 @@ ### TeamSyncGroupMapping -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping}. #### Initializers @@ -494,7 +494,7 @@ The construct id used in the generated config for the TeamSyncGroupMapping to im The id of the existing TeamSyncGroupMapping that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use --- @@ -789,7 +789,7 @@ const teamSyncGroupMappingConfig: teamSyncGroupMapping.TeamSyncGroupMappingConfi | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | teamSlug | string | Slug of the team. | | group | cdktf.IResolvable \| TeamSyncGroupMappingGroup[] | group block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. | --- @@ -873,7 +873,7 @@ public readonly teamSlug: string; Slug of the team. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} --- @@ -887,7 +887,7 @@ public readonly group: IResolvable | TeamSyncGroupMappingGroup[]; group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} --- @@ -899,7 +899,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -936,7 +936,7 @@ public readonly groupDescription: string; The description of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} --- @@ -950,7 +950,7 @@ public readonly groupId: string; The ID of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} --- @@ -964,7 +964,7 @@ public readonly groupName: string; The name of the IdP group. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} --- diff --git a/docs/userGpgKey.csharp.md b/docs/userGpgKey.csharp.md index 2bdebdf61..ef7855bf7 100644 --- a/docs/userGpgKey.csharp.md +++ b/docs/userGpgKey.csharp.md @@ -4,7 +4,7 @@ ### UserGpgKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key github_user_gpg_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key github_user_gpg_key}. #### Initializers @@ -474,7 +474,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/integrations/github/5.45.0/docs/resources/user_gpg_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#import import section} in the documentation of this resource for the id to use --- @@ -767,7 +767,7 @@ new UserGpgKeyConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | ArmoredPublicKey | string | Your public GPG key, generated in ASCII-armored format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | --- @@ -851,7 +851,7 @@ public string ArmoredPublicKey { get; set; } Your public GPG key, generated in ASCII-armored format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} --- @@ -863,7 +863,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#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. diff --git a/docs/userGpgKey.go.md b/docs/userGpgKey.go.md index c51379695..42717bfa2 100644 --- a/docs/userGpgKey.go.md +++ b/docs/userGpgKey.go.md @@ -4,12 +4,12 @@ ### UserGpgKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key github_user_gpg_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key github_user_gpg_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usergpgkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usergpgkey" usergpgkey.NewUserGpgKey(scope Construct, id *string, config UserGpgKeyConfig) UserGpgKey ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usergpgkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usergpgkey" usergpgkey.UserGpgKey_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usergpgkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usergpgkey" usergpgkey.UserGpgKey_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ usergpgkey.UserGpgKey_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usergpgkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usergpgkey" usergpgkey.UserGpgKey_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ usergpgkey.UserGpgKey_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usergpgkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usergpgkey" usergpgkey.UserGpgKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,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/integrations/github/5.45.0/docs/resources/user_gpg_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#import import section} in the documentation of this resource for the id to use --- @@ -740,7 +740,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usergpgkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usergpgkey" &usergpgkey.UserGpgKeyConfig { Connection: interface{}, @@ -767,7 +767,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/usergpgkey" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | ArmoredPublicKey | *string | Your public GPG key, generated in ASCII-armored format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | --- @@ -851,7 +851,7 @@ ArmoredPublicKey *string Your public GPG key, generated in ASCII-armored format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} --- @@ -863,7 +863,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#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. diff --git a/docs/userGpgKey.java.md b/docs/userGpgKey.java.md index d5ba75f83..bcc3b74d5 100644 --- a/docs/userGpgKey.java.md +++ b/docs/userGpgKey.java.md @@ -4,7 +4,7 @@ ### UserGpgKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key github_user_gpg_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key github_user_gpg_key}. #### Initializers @@ -40,7 +40,7 @@ UserGpgKey.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | armoredPublicKey | java.lang.String | Your public GPG key, generated in ASCII-armored format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Your public GPG key, generated in ASCII-armored format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#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. @@ -555,7 +555,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/integrations/github/5.45.0/docs/resources/user_gpg_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#import import section} in the documentation of this resource for the id to use --- @@ -852,7 +852,7 @@ UserGpgKeyConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | armoredPublicKey | java.lang.String | Your public GPG key, generated in ASCII-armored format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | --- @@ -936,7 +936,7 @@ public java.lang.String getArmoredPublicKey(); Your public GPG key, generated in ASCII-armored format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} --- @@ -948,7 +948,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#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. diff --git a/docs/userGpgKey.python.md b/docs/userGpgKey.python.md index fdbd9d0a8..46647f946 100644 --- a/docs/userGpgKey.python.md +++ b/docs/userGpgKey.python.md @@ -4,7 +4,7 @@ ### UserGpgKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key github_user_gpg_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key github_user_gpg_key}. #### Initializers @@ -38,7 +38,7 @@ userGpgKey.UserGpgKey( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | armored_public_key | str | Your public GPG key, generated in ASCII-armored format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope Your public GPG key, generated in ASCII-armored format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} --- @@ -116,7 +116,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#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. @@ -599,7 +599,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/integrations/github/5.45.0/docs/resources/user_gpg_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#import import section} in the documentation of this resource for the id to use --- @@ -892,7 +892,7 @@ userGpgKey.UserGpgKeyConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | armored_public_key | str | Your public GPG key, generated in ASCII-armored format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | --- @@ -976,7 +976,7 @@ armored_public_key: str Your public GPG key, generated in ASCII-armored format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} --- @@ -988,7 +988,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#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. diff --git a/docs/userGpgKey.typescript.md b/docs/userGpgKey.typescript.md index 198f7c92e..62cd737ec 100644 --- a/docs/userGpgKey.typescript.md +++ b/docs/userGpgKey.typescript.md @@ -4,7 +4,7 @@ ### UserGpgKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key github_user_gpg_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key github_user_gpg_key}. #### Initializers @@ -474,7 +474,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/integrations/github/5.45.0/docs/resources/user_gpg_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#import import section} in the documentation of this resource for the id to use --- @@ -757,7 +757,7 @@ const userGpgKeyConfig: userGpgKey.UserGpgKeyConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | armoredPublicKey | string | Your public GPG key, generated in ASCII-armored format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#id UserGpgKey#id}. | --- @@ -841,7 +841,7 @@ public readonly armoredPublicKey: string; Your public GPG key, generated in ASCII-armored format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} --- @@ -853,7 +853,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#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. diff --git a/docs/userInvitationAccepter.csharp.md b/docs/userInvitationAccepter.csharp.md index 1c1c3a4f8..f9992de6f 100644 --- a/docs/userInvitationAccepter.csharp.md +++ b/docs/userInvitationAccepter.csharp.md @@ -4,7 +4,7 @@ ### UserInvitationAccepter -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter github_user_invitation_accepter}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter github_user_invitation_accepter}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserInvitationAccepter to The id of the existing UserInvitationAccepter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use --- @@ -782,7 +782,7 @@ new UserInvitationAccepterConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | AllowEmptyId | object | Allow the ID to be unset. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | | InvitationId | string | ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. | --- @@ -869,7 +869,7 @@ Allow the ID to be unset. This will result in the resource being skipped when the ID is not set instead of returning an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} --- @@ -881,7 +881,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -898,7 +898,7 @@ public string InvitationId { get; set; } ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} --- diff --git a/docs/userInvitationAccepter.go.md b/docs/userInvitationAccepter.go.md index cc03ed070..1c4dcc054 100644 --- a/docs/userInvitationAccepter.go.md +++ b/docs/userInvitationAccepter.go.md @@ -4,12 +4,12 @@ ### UserInvitationAccepter -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter github_user_invitation_accepter}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter github_user_invitation_accepter}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/userinvitationaccepter" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/userinvitationaccepter" userinvitationaccepter.NewUserInvitationAccepter(scope Construct, id *string, config UserInvitationAccepterConfig) UserInvitationAccepter ``` @@ -399,7 +399,7 @@ func ResetInvitationId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/userinvitationaccepter" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/userinvitationaccepter" userinvitationaccepter.UserInvitationAccepter_IsConstruct(x interface{}) *bool ``` @@ -431,7 +431,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/userinvitationaccepter" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/userinvitationaccepter" userinvitationaccepter.UserInvitationAccepter_IsTerraformElement(x interface{}) *bool ``` @@ -445,7 +445,7 @@ userinvitationaccepter.UserInvitationAccepter_IsTerraformElement(x interface{}) ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/userinvitationaccepter" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/userinvitationaccepter" userinvitationaccepter.UserInvitationAccepter_IsTerraformResource(x interface{}) *bool ``` @@ -459,7 +459,7 @@ userinvitationaccepter.UserInvitationAccepter_IsTerraformResource(x interface{}) ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/userinvitationaccepter" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/userinvitationaccepter" userinvitationaccepter.UserInvitationAccepter_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserInvitationAccepter to The id of the existing UserInvitationAccepter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/userinvitationaccepter" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/userinvitationaccepter" &userinvitationaccepter.UserInvitationAccepterConfig { Connection: interface{}, @@ -782,7 +782,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/userinvitationaccep | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | AllowEmptyId | interface{} | Allow the ID to be unset. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | | InvitationId | *string | ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. | --- @@ -869,7 +869,7 @@ Allow the ID to be unset. This will result in the resource being skipped when the ID is not set instead of returning an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} --- @@ -881,7 +881,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -898,7 +898,7 @@ InvitationId *string ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} --- diff --git a/docs/userInvitationAccepter.java.md b/docs/userInvitationAccepter.java.md index fab2f9612..1b6ae91fb 100644 --- a/docs/userInvitationAccepter.java.md +++ b/docs/userInvitationAccepter.java.md @@ -4,7 +4,7 @@ ### UserInvitationAccepter -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter github_user_invitation_accepter}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter github_user_invitation_accepter}. #### Initializers @@ -42,7 +42,7 @@ UserInvitationAccepter.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | allowEmptyId | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allow the ID to be unset. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | | invitationId | java.lang.String | ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. | --- @@ -115,7 +115,7 @@ Allow the ID to be unset. This will result in the resource being skipped when the ID is not set instead of returning an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -136,7 +136,7 @@ If you experience problems setting this value it might not be settable. Please t ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} --- @@ -584,7 +584,7 @@ The construct id used in the generated config for the UserInvitationAccepter to The id of the existing UserInvitationAccepter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use --- @@ -883,7 +883,7 @@ UserInvitationAccepterConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | allowEmptyId | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allow the ID to be unset. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | | invitationId | java.lang.String | ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. | --- @@ -970,7 +970,7 @@ Allow the ID to be unset. This will result in the resource being skipped when the ID is not set instead of returning an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} --- @@ -982,7 +982,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -999,7 +999,7 @@ public java.lang.String getInvitationId(); ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} --- diff --git a/docs/userInvitationAccepter.python.md b/docs/userInvitationAccepter.python.md index b967d6228..b698f9cb5 100644 --- a/docs/userInvitationAccepter.python.md +++ b/docs/userInvitationAccepter.python.md @@ -4,7 +4,7 @@ ### UserInvitationAccepter -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter github_user_invitation_accepter}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter github_user_invitation_accepter}. #### Initializers @@ -39,7 +39,7 @@ userInvitationAccepter.UserInvitationAccepter( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | allow_empty_id | typing.Union[bool, cdktf.IResolvable] | Allow the ID to be unset. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | | invitation_id | str | ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. | --- @@ -112,7 +112,7 @@ Allow the ID to be unset. This will result in the resource being skipped when the ID is not set instead of returning an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} --- @@ -627,7 +627,7 @@ The construct id used in the generated config for the UserInvitationAccepter to The id of the existing UserInvitationAccepter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use --- @@ -921,7 +921,7 @@ userInvitationAccepter.UserInvitationAccepterConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | allow_empty_id | typing.Union[bool, cdktf.IResolvable] | Allow the ID to be unset. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | | invitation_id | str | ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. | --- @@ -1008,7 +1008,7 @@ Allow the ID to be unset. This will result in the resource being skipped when the ID is not set instead of returning an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} --- @@ -1020,7 +1020,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1037,7 +1037,7 @@ invitation_id: str ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} --- diff --git a/docs/userInvitationAccepter.typescript.md b/docs/userInvitationAccepter.typescript.md index 850fefe79..c61424555 100644 --- a/docs/userInvitationAccepter.typescript.md +++ b/docs/userInvitationAccepter.typescript.md @@ -4,7 +4,7 @@ ### UserInvitationAccepter -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter github_user_invitation_accepter}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter github_user_invitation_accepter}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the UserInvitationAccepter to The id of the existing UserInvitationAccepter that should be imported. -Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use --- @@ -771,7 +771,7 @@ const userInvitationAccepterConfig: userInvitationAccepter.UserInvitationAccepte | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | allowEmptyId | boolean \| cdktf.IResolvable | Allow the ID to be unset. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. | | invitationId | string | ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. | --- @@ -858,7 +858,7 @@ Allow the ID to be unset. This will result in the resource being skipped when the ID is not set instead of returning an error. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} --- @@ -870,7 +870,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -887,7 +887,7 @@ public readonly invitationId: string; ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} --- diff --git a/docs/userSshKey.csharp.md b/docs/userSshKey.csharp.md index d4afd7a8a..dffb7e271 100644 --- a/docs/userSshKey.csharp.md +++ b/docs/userSshKey.csharp.md @@ -4,7 +4,7 @@ ### UserSshKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key github_user_ssh_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key github_user_ssh_key}. #### Initializers @@ -474,7 +474,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/integrations/github/5.45.0/docs/resources/user_ssh_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#import import section} in the documentation of this resource for the id to use --- @@ -791,7 +791,7 @@ new UserSshKeyConfig { | Provisioners | object[] | *No description.* | | Key | string | The public SSH key to add to your GitHub account. | | Title | string | A descriptive name for the new key. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#id UserSshKey#id}. | --- @@ -875,7 +875,7 @@ public string Key { get; set; } The public SSH key to add to your GitHub account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#key UserSshKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#key UserSshKey#key} --- @@ -889,7 +889,7 @@ public string Title { get; set; } A descriptive name for the new key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#title UserSshKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#title UserSshKey#title} --- @@ -901,7 +901,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#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. diff --git a/docs/userSshKey.go.md b/docs/userSshKey.go.md index 7ac378dd8..5f1eb1ffb 100644 --- a/docs/userSshKey.go.md +++ b/docs/userSshKey.go.md @@ -4,12 +4,12 @@ ### UserSshKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key github_user_ssh_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key github_user_ssh_key}. #### Initializers ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usersshkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usersshkey" usersshkey.NewUserSshKey(scope Construct, id *string, config UserSshKeyConfig) UserSshKey ``` @@ -385,7 +385,7 @@ func ResetId() ##### `IsConstruct` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usersshkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usersshkey" usersshkey.UserSshKey_IsConstruct(x interface{}) *bool ``` @@ -417,7 +417,7 @@ Any object. ##### `IsTerraformElement` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usersshkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usersshkey" usersshkey.UserSshKey_IsTerraformElement(x interface{}) *bool ``` @@ -431,7 +431,7 @@ usersshkey.UserSshKey_IsTerraformElement(x interface{}) *bool ##### `IsTerraformResource` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usersshkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usersshkey" usersshkey.UserSshKey_IsTerraformResource(x interface{}) *bool ``` @@ -445,7 +445,7 @@ usersshkey.UserSshKey_IsTerraformResource(x interface{}) *bool ##### `GenerateConfigForImport` ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usersshkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usersshkey" usersshkey.UserSshKey_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource ``` @@ -474,7 +474,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/integrations/github/5.45.0/docs/resources/user_ssh_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#import import section} in the documentation of this resource for the id to use --- @@ -762,7 +762,7 @@ func TfResourceType() *string #### Initializer ```go -import "github.com/cdktf/cdktf-provider-github-go/github/v13/usersshkey" +import "github.com/cdktf/cdktf-provider-github-go/github/v14/usersshkey" &usersshkey.UserSshKeyConfig { Connection: interface{}, @@ -791,7 +791,7 @@ import "github.com/cdktf/cdktf-provider-github-go/github/v13/usersshkey" | Provisioners | *[]interface{} | *No description.* | | Key | *string | The public SSH key to add to your GitHub account. | | Title | *string | A descriptive name for the new key. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#id UserSshKey#id}. | --- @@ -875,7 +875,7 @@ Key *string The public SSH key to add to your GitHub account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#key UserSshKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#key UserSshKey#key} --- @@ -889,7 +889,7 @@ Title *string A descriptive name for the new key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#title UserSshKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#title UserSshKey#title} --- @@ -901,7 +901,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#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. diff --git a/docs/userSshKey.java.md b/docs/userSshKey.java.md index 4f22a3f34..3feaac95a 100644 --- a/docs/userSshKey.java.md +++ b/docs/userSshKey.java.md @@ -4,7 +4,7 @@ ### UserSshKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key github_user_ssh_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key github_user_ssh_key}. #### Initializers @@ -42,7 +42,7 @@ UserSshKey.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | key | java.lang.String | The public SSH key to add to your GitHub account. | | title | java.lang.String | A descriptive name for the new key. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#id UserSshKey#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The public SSH key to add to your GitHub account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#key UserSshKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#key UserSshKey#key} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A descriptive name for the new key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#title UserSshKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#title UserSshKey#title} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#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. @@ -567,7 +567,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/integrations/github/5.45.0/docs/resources/user_ssh_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#import import section} in the documentation of this resource for the id to use --- @@ -888,7 +888,7 @@ UserSshKeyConfig.builder() | provisioners | java.util.List | *No description.* | | key | java.lang.String | The public SSH key to add to your GitHub account. | | title | java.lang.String | A descriptive name for the new key. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#id UserSshKey#id}. | --- @@ -972,7 +972,7 @@ public java.lang.String getKey(); The public SSH key to add to your GitHub account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#key UserSshKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#key UserSshKey#key} --- @@ -986,7 +986,7 @@ public java.lang.String getTitle(); A descriptive name for the new key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#title UserSshKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#title UserSshKey#title} --- @@ -998,7 +998,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#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. diff --git a/docs/userSshKey.python.md b/docs/userSshKey.python.md index aad097081..828b05aee 100644 --- a/docs/userSshKey.python.md +++ b/docs/userSshKey.python.md @@ -4,7 +4,7 @@ ### UserSshKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key github_user_ssh_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key github_user_ssh_key}. #### Initializers @@ -40,7 +40,7 @@ userSshKey.UserSshKey( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | The public SSH key to add to your GitHub account. | | title | str | A descriptive name for the new key. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#id UserSshKey#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The public SSH key to add to your GitHub account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#key UserSshKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#key UserSshKey#key} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ A descriptive name for the new key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#title UserSshKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#title UserSshKey#title} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#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. @@ -611,7 +611,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/integrations/github/5.45.0/docs/resources/user_ssh_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#import import section} in the documentation of this resource for the id to use --- @@ -928,7 +928,7 @@ userSshKey.UserSshKeyConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | The public SSH key to add to your GitHub account. | | title | str | A descriptive name for the new key. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#id UserSshKey#id}. | --- @@ -1012,7 +1012,7 @@ key: str The public SSH key to add to your GitHub account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#key UserSshKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#key UserSshKey#key} --- @@ -1026,7 +1026,7 @@ title: str A descriptive name for the new key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#title UserSshKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#title UserSshKey#title} --- @@ -1038,7 +1038,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#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. diff --git a/docs/userSshKey.typescript.md b/docs/userSshKey.typescript.md index 4ec5a2cb0..b775e5a21 100644 --- a/docs/userSshKey.typescript.md +++ b/docs/userSshKey.typescript.md @@ -4,7 +4,7 @@ ### UserSshKey -Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key github_user_ssh_key}. +Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key github_user_ssh_key}. #### Initializers @@ -474,7 +474,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/integrations/github/5.45.0/docs/resources/user_ssh_key#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#import import section} in the documentation of this resource for the id to use --- @@ -780,7 +780,7 @@ const userSshKeyConfig: userSshKey.UserSshKeyConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | key | string | The public SSH key to add to your GitHub account. | | title | string | A descriptive name for the new key. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#id UserSshKey#id}. | --- @@ -864,7 +864,7 @@ public readonly key: string; The public SSH key to add to your GitHub account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#key UserSshKey#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#key UserSshKey#key} --- @@ -878,7 +878,7 @@ public readonly title: string; A descriptive name for the new key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#title UserSshKey#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#title UserSshKey#title} --- @@ -890,7 +890,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#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. diff --git a/package.json b/package.json index 77f51776d..ab3d53f00 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "isDeprecated": false, "provider": { "name": "registry.terraform.io/integrations/github", - "version": "5.45.0" + "version": "6.0.0" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/scripts/check-for-upgrades.js b/scripts/check-for-upgrades.js index e66a31aa0..f1e761d91 100644 --- a/scripts/check-for-upgrades.js +++ b/scripts/check-for-upgrades.js @@ -13,7 +13,7 @@ const actions = require("@actions/core"); // const { versionMatchesConstraint } = require('cdktf-cli/lib/dependencies/version-constraints'); // set by the projen file that generates this script -const CONSTRAINT = "~> 5.0"; +const CONSTRAINT = "~> 6.0"; const FQ_PROVIDER_NAME = "integrations/github"; (async function main() { diff --git a/src/actions-environment-secret/README.md b/src/actions-environment-secret/README.md index 3cdaeb88e..1f3d3f5ae 100644 --- a/src/actions-environment-secret/README.md +++ b/src/actions-environment-secret/README.md @@ -1,3 +1,3 @@ # `github_actions_environment_secret` -Refer to the Terraform Registry for docs: [`github_actions_environment_secret`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret). +Refer to the Terraform Registry for docs: [`github_actions_environment_secret`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret). diff --git a/src/actions-environment-secret/index.ts b/src/actions-environment-secret/index.ts index 838cc33bd..6fd1d2bb6 100644 --- a/src/actions-environment-secret/index.ts +++ b/src/actions-environment-secret/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ActionsEnvironmentSecretConfig extends cdktf.TerraformMetaArgum /** * Encrypted value of the secret using the GitHub public key in Base64 format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value} */ readonly encryptedValue?: string; /** * Name of the environment. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment} */ readonly environment: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,25 +34,25 @@ export interface ActionsEnvironmentSecretConfig extends cdktf.TerraformMetaArgum /** * Plaintext value of the secret to be encrypted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value} */ readonly plaintextValue?: string; /** * Name of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository} */ readonly repository: string; /** * Name of the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name} */ readonly secretName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret github_actions_environment_secret} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret github_actions_environment_secret} */ export class ActionsEnvironmentSecret extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class ActionsEnvironmentSecret extends cdktf.TerraformResource { * Generates CDKTF code for importing a ActionsEnvironmentSecret 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 ActionsEnvironmentSecret to import - * @param importFromId The id of the existing ActionsEnvironmentSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsEnvironmentSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsEnvironmentSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class ActionsEnvironmentSecret extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_secret github_actions_environment_secret} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_secret github_actions_environment_secret} 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,8 +91,8 @@ export class ActionsEnvironmentSecret extends cdktf.TerraformResource { terraformResourceType: 'github_actions_environment_secret', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-environment-variable/README.md b/src/actions-environment-variable/README.md index c51eb10fc..fa83c1074 100644 --- a/src/actions-environment-variable/README.md +++ b/src/actions-environment-variable/README.md @@ -1,3 +1,3 @@ # `github_actions_environment_variable` -Refer to the Terraform Registry for docs: [`github_actions_environment_variable`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable). +Refer to the Terraform Registry for docs: [`github_actions_environment_variable`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable). diff --git a/src/actions-environment-variable/index.ts b/src/actions-environment-variable/index.ts index 2d96c0ed6..4c0d25f99 100644 --- a/src/actions-environment-variable/index.ts +++ b/src/actions-environment-variable/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface ActionsEnvironmentVariableConfig extends cdktf.TerraformMetaArg /** * Name of the environment. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#environment ActionsEnvironmentVariable#environment} */ readonly environment: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#id ActionsEnvironmentVariable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsEnvironmentVariableConfig extends cdktf.TerraformMetaArg /** * Name of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#repository ActionsEnvironmentVariable#repository} */ readonly repository: string; /** * Value of the variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#value ActionsEnvironmentVariable#value} */ readonly value: string; /** * Name of the variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#variable_name ActionsEnvironmentVariable#variable_name} */ readonly variableName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable github_actions_environment_variable} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable github_actions_environment_variable} */ export class ActionsEnvironmentVariable extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class ActionsEnvironmentVariable extends cdktf.TerraformResource { * Generates CDKTF code for importing a ActionsEnvironmentVariable 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 ActionsEnvironmentVariable to import - * @param importFromId The id of the existing ActionsEnvironmentVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsEnvironmentVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsEnvironmentVariable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class ActionsEnvironmentVariable extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_environment_variable github_actions_environment_variable} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_environment_variable github_actions_environment_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 @@ -85,8 +85,8 @@ export class ActionsEnvironmentVariable extends cdktf.TerraformResource { terraformResourceType: 'github_actions_environment_variable', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-organization-oidc-subject-claim-customization-template/README.md b/src/actions-organization-oidc-subject-claim-customization-template/README.md index 190deaacb..a5182fe98 100644 --- a/src/actions-organization-oidc-subject-claim-customization-template/README.md +++ b/src/actions-organization-oidc-subject-claim-customization-template/README.md @@ -1,3 +1,3 @@ # `github_actions_organization_oidc_subject_claim_customization_template` -Refer to the Terraform Registry for docs: [`github_actions_organization_oidc_subject_claim_customization_template`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template). +Refer to the Terraform Registry for docs: [`github_actions_organization_oidc_subject_claim_customization_template`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template). diff --git a/src/actions-organization-oidc-subject-claim-customization-template/index.ts b/src/actions-organization-oidc-subject-claim-customization-template/index.ts index fc0b16767..06f8744f6 100644 --- a/src/actions-organization-oidc-subject-claim-customization-template/index.ts +++ b/src/actions-organization-oidc-subject-claim-customization-template/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface ActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#id ActionsOrganizationOidcSubjectClaimCustomizationTemplate#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig /** * A list of OpenID Connect claims. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#include_claim_keys ActionsOrganizationOidcSubjectClaimCustomizationTemplate#include_claim_keys} */ readonly includeClaimKeys: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template} */ export class ActionsOrganizationOidcSubjectClaimCustomizationTemplate extends cdktf.TerraformResource { @@ -44,7 +44,7 @@ export class ActionsOrganizationOidcSubjectClaimCustomizationTemplate extends cd * Generates CDKTF code for importing a ActionsOrganizationOidcSubjectClaimCustomizationTemplate 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 ActionsOrganizationOidcSubjectClaimCustomizationTemplate to import - * @param importFromId The id of the existing ActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsOrganizationOidcSubjectClaimCustomizationTemplate to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class ActionsOrganizationOidcSubjectClaimCustomizationTemplate extends cd // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_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 @@ -67,8 +67,8 @@ export class ActionsOrganizationOidcSubjectClaimCustomizationTemplate extends cd terraformResourceType: 'github_actions_organization_oidc_subject_claim_customization_template', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-organization-permissions/README.md b/src/actions-organization-permissions/README.md index ca6b6c618..c43119805 100644 --- a/src/actions-organization-permissions/README.md +++ b/src/actions-organization-permissions/README.md @@ -1,3 +1,3 @@ # `github_actions_organization_permissions` -Refer to the Terraform Registry for docs: [`github_actions_organization_permissions`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions). +Refer to the Terraform Registry for docs: [`github_actions_organization_permissions`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions). diff --git a/src/actions-organization-permissions/index.ts b/src/actions-organization-permissions/index.ts index fd3cdaa0b..4f464c7ba 100644 --- a/src/actions-organization-permissions/index.ts +++ b/src/actions-organization-permissions/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ActionsOrganizationPermissionsConfig extends cdktf.TerraformMet /** * The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions ActionsOrganizationPermissions#allowed_actions} */ readonly allowedActions?: string; /** * The policy that controls the repositories in the organization that are allowed to run GitHub Actions. Can be one of: 'all', 'none', or 'selected'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories ActionsOrganizationPermissions#enabled_repositories} */ readonly enabledRepositories: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#id ActionsOrganizationPermissions#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsOrganizationPermissionsConfig extends cdktf.TerraformMet /** * allowed_actions_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#allowed_actions_config ActionsOrganizationPermissions#allowed_actions_config} */ readonly allowedActionsConfig?: ActionsOrganizationPermissionsAllowedActionsConfig; /** * enabled_repositories_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#enabled_repositories_config ActionsOrganizationPermissions#enabled_repositories_config} */ readonly enabledRepositoriesConfig?: ActionsOrganizationPermissionsEnabledRepositoriesConfig; } @@ -48,19 +48,19 @@ export interface ActionsOrganizationPermissionsAllowedActionsConfig { /** * Whether GitHub-owned actions are allowed in the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#github_owned_allowed ActionsOrganizationPermissions#github_owned_allowed} */ readonly githubOwnedAllowed: boolean | cdktf.IResolvable; /** * Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#patterns_allowed ActionsOrganizationPermissions#patterns_allowed} */ readonly patternsAllowed?: string[]; /** * Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#verified_allowed ActionsOrganizationPermissions#verified_allowed} */ readonly verifiedAllowed?: boolean | cdktf.IResolvable; } @@ -201,7 +201,7 @@ export interface ActionsOrganizationPermissionsEnabledRepositoriesConfig { /** * List of repository IDs to enable for GitHub Actions. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#repository_ids ActionsOrganizationPermissions#repository_ids} */ readonly repositoryIds: number[]; } @@ -282,7 +282,7 @@ export class ActionsOrganizationPermissionsEnabledRepositoriesConfigOutputRefere } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions github_actions_organization_permissions} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions github_actions_organization_permissions} */ export class ActionsOrganizationPermissions extends cdktf.TerraformResource { @@ -298,7 +298,7 @@ export class ActionsOrganizationPermissions extends cdktf.TerraformResource { * Generates CDKTF code for importing a ActionsOrganizationPermissions 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 ActionsOrganizationPermissions to import - * @param importFromId The id of the existing ActionsOrganizationPermissions that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsOrganizationPermissions that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsOrganizationPermissions to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -310,7 +310,7 @@ export class ActionsOrganizationPermissions extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_permissions github_actions_organization_permissions} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_permissions github_actions_organization_permissions} 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,8 +321,8 @@ export class ActionsOrganizationPermissions extends cdktf.TerraformResource { terraformResourceType: 'github_actions_organization_permissions', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-organization-secret-repositories/README.md b/src/actions-organization-secret-repositories/README.md index 55614d5a7..18c155a23 100644 --- a/src/actions-organization-secret-repositories/README.md +++ b/src/actions-organization-secret-repositories/README.md @@ -1,3 +1,3 @@ # `github_actions_organization_secret_repositories` -Refer to the Terraform Registry for docs: [`github_actions_organization_secret_repositories`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories). +Refer to the Terraform Registry for docs: [`github_actions_organization_secret_repositories`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories). diff --git a/src/actions-organization-secret-repositories/index.ts b/src/actions-organization-secret-repositories/index.ts index 4c287af77..6219b554f 100644 --- a/src/actions-organization-secret-repositories/index.ts +++ b/src/actions-organization-secret-repositories/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface ActionsOrganizationSecretRepositoriesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#id ActionsOrganizationSecretRepositories#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsOrganizationSecretRepositoriesConfig extends cdktf.Terra /** * Name of the existing secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#secret_name ActionsOrganizationSecretRepositories#secret_name} */ readonly secretName: string; /** * An array of repository ids that can access the organization secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#selected_repository_ids ActionsOrganizationSecretRepositories#selected_repository_ids} */ readonly selectedRepositoryIds: number[]; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories} */ export class ActionsOrganizationSecretRepositories extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class ActionsOrganizationSecretRepositories extends cdktf.TerraformResour * Generates CDKTF code for importing a ActionsOrganizationSecretRepositories 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 ActionsOrganizationSecretRepositories to import - * @param importFromId The id of the existing ActionsOrganizationSecretRepositories that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsOrganizationSecretRepositories that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsOrganizationSecretRepositories to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class ActionsOrganizationSecretRepositories extends cdktf.TerraformResour // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret_repositories github_actions_organization_secret_repositories} 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,8 +73,8 @@ export class ActionsOrganizationSecretRepositories extends cdktf.TerraformResour terraformResourceType: 'github_actions_organization_secret_repositories', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-organization-secret/README.md b/src/actions-organization-secret/README.md index b58cf1852..1618a2c8a 100644 --- a/src/actions-organization-secret/README.md +++ b/src/actions-organization-secret/README.md @@ -1,3 +1,3 @@ # `github_actions_organization_secret` -Refer to the Terraform Registry for docs: [`github_actions_organization_secret`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret). +Refer to the Terraform Registry for docs: [`github_actions_organization_secret`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret). diff --git a/src/actions-organization-secret/index.ts b/src/actions-organization-secret/index.ts index 413e07ec6..0e1fac87c 100644 --- a/src/actions-organization-secret/index.ts +++ b/src/actions-organization-secret/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface ActionsOrganizationSecretConfig extends cdktf.TerraformMetaArgu /** * Encrypted value of the secret using the GitHub public key in Base64 format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#encrypted_value ActionsOrganizationSecret#encrypted_value} */ readonly encryptedValue?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#id ActionsOrganizationSecret#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsOrganizationSecretConfig extends cdktf.TerraformMetaArgu /** * Plaintext value of the secret to be encrypted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#plaintext_value ActionsOrganizationSecret#plaintext_value} */ readonly plaintextValue?: string; /** * Name of the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#secret_name ActionsOrganizationSecret#secret_name} */ readonly secretName: string; /** * An array of repository ids that can access the organization secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#selected_repository_ids ActionsOrganizationSecret#selected_repository_ids} */ readonly selectedRepositoryIds?: number[]; /** * Configures the access that repositories have to the organization secret. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#visibility ActionsOrganizationSecret#visibility} */ readonly visibility: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret github_actions_organization_secret} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret github_actions_organization_secret} */ export class ActionsOrganizationSecret extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class ActionsOrganizationSecret extends cdktf.TerraformResource { * Generates CDKTF code for importing a ActionsOrganizationSecret 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 ActionsOrganizationSecret to import - * @param importFromId The id of the existing ActionsOrganizationSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsOrganizationSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsOrganizationSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class ActionsOrganizationSecret extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_secret github_actions_organization_secret} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_secret github_actions_organization_secret} 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,8 +91,8 @@ export class ActionsOrganizationSecret extends cdktf.TerraformResource { terraformResourceType: 'github_actions_organization_secret', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-organization-variable/README.md b/src/actions-organization-variable/README.md index 20eaf99a0..6d9866c3e 100644 --- a/src/actions-organization-variable/README.md +++ b/src/actions-organization-variable/README.md @@ -1,3 +1,3 @@ # `github_actions_organization_variable` -Refer to the Terraform Registry for docs: [`github_actions_organization_variable`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable). +Refer to the Terraform Registry for docs: [`github_actions_organization_variable`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable). diff --git a/src/actions-organization-variable/index.ts b/src/actions-organization-variable/index.ts index 1e472411e..7546cdff9 100644 --- a/src/actions-organization-variable/index.ts +++ b/src/actions-organization-variable/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface ActionsOrganizationVariableConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#id ActionsOrganizationVariable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsOrganizationVariableConfig extends cdktf.TerraformMetaAr /** * An array of repository ids that can access the organization variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#selected_repository_ids ActionsOrganizationVariable#selected_repository_ids} */ readonly selectedRepositoryIds?: number[]; /** * Value of the variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#value ActionsOrganizationVariable#value} */ readonly value: string; /** * Name of the variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#variable_name ActionsOrganizationVariable#variable_name} */ readonly variableName: string; /** * Configures the access that repositories have to the organization variable. Must be one of 'all', 'private', or 'selected'. 'selected_repository_ids' is required if set to 'selected'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#visibility ActionsOrganizationVariable#visibility} */ readonly visibility: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable github_actions_organization_variable} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable github_actions_organization_variable} */ export class ActionsOrganizationVariable extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class ActionsOrganizationVariable extends cdktf.TerraformResource { * Generates CDKTF code for importing a ActionsOrganizationVariable 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 ActionsOrganizationVariable to import - * @param importFromId The id of the existing ActionsOrganizationVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsOrganizationVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsOrganizationVariable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class ActionsOrganizationVariable extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_organization_variable github_actions_organization_variable} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_organization_variable github_actions_organization_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 @@ -85,8 +85,8 @@ export class ActionsOrganizationVariable extends cdktf.TerraformResource { terraformResourceType: 'github_actions_organization_variable', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-repository-access-level/README.md b/src/actions-repository-access-level/README.md index 324caecf6..5f608dafb 100644 --- a/src/actions-repository-access-level/README.md +++ b/src/actions-repository-access-level/README.md @@ -1,3 +1,3 @@ # `github_actions_repository_access_level` -Refer to the Terraform Registry for docs: [`github_actions_repository_access_level`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level). +Refer to the Terraform Registry for docs: [`github_actions_repository_access_level`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level). diff --git a/src/actions-repository-access-level/index.ts b/src/actions-repository-access-level/index.ts index 921382b08..023f8d2fe 100644 --- a/src/actions-repository-access-level/index.ts +++ b/src/actions-repository-access-level/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface ActionsRepositoryAccessLevelConfig extends cdktf.TerraformMetaA /** * Where the actions or reusable workflows of the repository may be used. Possible values are 'none', 'user', 'organization', or 'enterprise'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#access_level ActionsRepositoryAccessLevel#access_level} */ readonly accessLevel: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#id ActionsRepositoryAccessLevel#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsRepositoryAccessLevelConfig extends cdktf.TerraformMetaA /** * The GitHub repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#repository ActionsRepositoryAccessLevel#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level github_actions_repository_access_level} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level github_actions_repository_access_level} */ export class ActionsRepositoryAccessLevel extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class ActionsRepositoryAccessLevel extends cdktf.TerraformResource { * Generates CDKTF code for importing a ActionsRepositoryAccessLevel 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 ActionsRepositoryAccessLevel to import - * @param importFromId The id of the existing ActionsRepositoryAccessLevel that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsRepositoryAccessLevel that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsRepositoryAccessLevel to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class ActionsRepositoryAccessLevel extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_access_level github_actions_repository_access_level} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_access_level github_actions_repository_access_level} 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,8 +73,8 @@ export class ActionsRepositoryAccessLevel extends cdktf.TerraformResource { terraformResourceType: 'github_actions_repository_access_level', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-repository-oidc-subject-claim-customization-template/README.md b/src/actions-repository-oidc-subject-claim-customization-template/README.md index aadff80bf..98bc52fdd 100644 --- a/src/actions-repository-oidc-subject-claim-customization-template/README.md +++ b/src/actions-repository-oidc-subject-claim-customization-template/README.md @@ -1,3 +1,3 @@ # `github_actions_repository_oidc_subject_claim_customization_template` -Refer to the Terraform Registry for docs: [`github_actions_repository_oidc_subject_claim_customization_template`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template). +Refer to the Terraform Registry for docs: [`github_actions_repository_oidc_subject_claim_customization_template`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template). diff --git a/src/actions-repository-oidc-subject-claim-customization-template/index.ts b/src/actions-repository-oidc-subject-claim-customization-template/index.ts index a7ec76c7f..e9a79f3b6 100644 --- a/src/actions-repository-oidc-subject-claim-customization-template/index.ts +++ b/src/actions-repository-oidc-subject-claim-customization-template/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface ActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#id ActionsRepositoryOidcSubjectClaimCustomizationTemplate#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig ex /** * A list of OpenID Connect claims. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#include_claim_keys ActionsRepositoryOidcSubjectClaimCustomizationTemplate#include_claim_keys} */ readonly includeClaimKeys?: string[]; /** * The name of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#repository ActionsRepositoryOidcSubjectClaimCustomizationTemplate#repository} */ readonly repository: string; /** * Whether to use the default template or not. If 'true', 'include_claim_keys' must not be set. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#use_default ActionsRepositoryOidcSubjectClaimCustomizationTemplate#use_default} */ readonly useDefault: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template} */ export class ActionsRepositoryOidcSubjectClaimCustomizationTemplate extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class ActionsRepositoryOidcSubjectClaimCustomizationTemplate extends cdkt * Generates CDKTF code for importing a ActionsRepositoryOidcSubjectClaimCustomizationTemplate 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 ActionsRepositoryOidcSubjectClaimCustomizationTemplate to import - * @param importFromId The id of the existing ActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsRepositoryOidcSubjectClaimCustomizationTemplate to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class ActionsRepositoryOidcSubjectClaimCustomizationTemplate extends cdkt // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_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 @@ -79,8 +79,8 @@ export class ActionsRepositoryOidcSubjectClaimCustomizationTemplate extends cdkt terraformResourceType: 'github_actions_repository_oidc_subject_claim_customization_template', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-repository-permissions/README.md b/src/actions-repository-permissions/README.md index b9f31e6f5..596b8e295 100644 --- a/src/actions-repository-permissions/README.md +++ b/src/actions-repository-permissions/README.md @@ -1,3 +1,3 @@ # `github_actions_repository_permissions` -Refer to the Terraform Registry for docs: [`github_actions_repository_permissions`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions). +Refer to the Terraform Registry for docs: [`github_actions_repository_permissions`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions). diff --git a/src/actions-repository-permissions/index.ts b/src/actions-repository-permissions/index.ts index d7fd664a7..30a1583e1 100644 --- a/src/actions-repository-permissions/index.ts +++ b/src/actions-repository-permissions/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ActionsRepositoryPermissionsConfig extends cdktf.TerraformMetaA /** * The permissions policy that controls the actions that are allowed to run. Can be one of: 'all', 'local_only', or 'selected'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions ActionsRepositoryPermissions#allowed_actions} */ readonly allowedActions?: string; /** * Should GitHub actions be enabled on this repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#enabled ActionsRepositoryPermissions#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#id ActionsRepositoryPermissions#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsRepositoryPermissionsConfig extends cdktf.TerraformMetaA /** * The GitHub repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#repository ActionsRepositoryPermissions#repository} */ readonly repository: string; /** * allowed_actions_config block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#allowed_actions_config ActionsRepositoryPermissions#allowed_actions_config} */ readonly allowedActionsConfig?: ActionsRepositoryPermissionsAllowedActionsConfig; } @@ -48,19 +48,19 @@ export interface ActionsRepositoryPermissionsAllowedActionsConfig { /** * Whether GitHub-owned actions are allowed in the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#github_owned_allowed ActionsRepositoryPermissions#github_owned_allowed} */ readonly githubOwnedAllowed: boolean | cdktf.IResolvable; /** * Specifies a list of string-matching patterns to allow specific action(s). Wildcards, tags, and SHAs are allowed. For example, 'monalisa/octocat@', 'monalisa/octocat@v2', 'monalisa/'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#patterns_allowed ActionsRepositoryPermissions#patterns_allowed} */ readonly patternsAllowed?: string[]; /** * Whether actions in GitHub Marketplace from verified creators are allowed. Set to 'true' to allow all GitHub Marketplace actions by verified creators. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#verified_allowed ActionsRepositoryPermissions#verified_allowed} */ readonly verifiedAllowed?: boolean | cdktf.IResolvable; } @@ -199,7 +199,7 @@ export class ActionsRepositoryPermissionsAllowedActionsConfigOutputReference ext } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions github_actions_repository_permissions} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions github_actions_repository_permissions} */ export class ActionsRepositoryPermissions extends cdktf.TerraformResource { @@ -215,7 +215,7 @@ export class ActionsRepositoryPermissions extends cdktf.TerraformResource { * Generates CDKTF code for importing a ActionsRepositoryPermissions 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 ActionsRepositoryPermissions to import - * @param importFromId The id of the existing ActionsRepositoryPermissions that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsRepositoryPermissions that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsRepositoryPermissions to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -227,7 +227,7 @@ export class ActionsRepositoryPermissions extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_repository_permissions github_actions_repository_permissions} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_repository_permissions github_actions_repository_permissions} 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 @@ -238,8 +238,8 @@ export class ActionsRepositoryPermissions extends cdktf.TerraformResource { terraformResourceType: 'github_actions_repository_permissions', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-runner-group/README.md b/src/actions-runner-group/README.md index 71aa8d53e..3bcf6b2a8 100644 --- a/src/actions-runner-group/README.md +++ b/src/actions-runner-group/README.md @@ -1,3 +1,3 @@ # `github_actions_runner_group` -Refer to the Terraform Registry for docs: [`github_actions_runner_group`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group). +Refer to the Terraform Registry for docs: [`github_actions_runner_group`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group). diff --git a/src/actions-runner-group/index.ts b/src/actions-runner-group/index.ts index fb2fd703b..8ab773044 100644 --- a/src/actions-runner-group/index.ts +++ b/src/actions-runner-group/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface ActionsRunnerGroupConfig extends cdktf.TerraformMetaArguments { /** * Whether public repositories can be added to the runner group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#allows_public_repositories ActionsRunnerGroup#allows_public_repositories} */ readonly allowsPublicRepositories?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#id ActionsRunnerGroup#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsRunnerGroupConfig extends cdktf.TerraformMetaArguments { /** * Name of the runner group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#name ActionsRunnerGroup#name} */ readonly name: string; /** * If 'true', the runner group will be restricted to running only the workflows specified in the 'selected_workflows' array. Defaults to 'false'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#restricted_to_workflows ActionsRunnerGroup#restricted_to_workflows} */ readonly restrictedToWorkflows?: boolean | cdktf.IResolvable; /** * List of repository IDs that can access the runner group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_repository_ids ActionsRunnerGroup#selected_repository_ids} */ readonly selectedRepositoryIds?: number[]; /** * List of workflows the runner group should be allowed to run. This setting will be ignored unless restricted_to_workflows is set to 'true'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#selected_workflows ActionsRunnerGroup#selected_workflows} */ readonly selectedWorkflows?: string[]; /** * The visibility of the runner group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#visibility ActionsRunnerGroup#visibility} */ readonly visibility: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group github_actions_runner_group} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group github_actions_runner_group} */ export class ActionsRunnerGroup extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class ActionsRunnerGroup extends cdktf.TerraformResource { * Generates CDKTF code for importing a ActionsRunnerGroup 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 ActionsRunnerGroup to import - * @param importFromId The id of the existing ActionsRunnerGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsRunnerGroup that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsRunnerGroup to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class ActionsRunnerGroup extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_runner_group github_actions_runner_group} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_runner_group github_actions_runner_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 @@ -97,8 +97,8 @@ export class ActionsRunnerGroup extends cdktf.TerraformResource { terraformResourceType: 'github_actions_runner_group', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-secret/README.md b/src/actions-secret/README.md index 36f899c85..fe6123c66 100644 --- a/src/actions-secret/README.md +++ b/src/actions-secret/README.md @@ -1,3 +1,3 @@ # `github_actions_secret` -Refer to the Terraform Registry for docs: [`github_actions_secret`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret). +Refer to the Terraform Registry for docs: [`github_actions_secret`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret). diff --git a/src/actions-secret/index.ts b/src/actions-secret/index.ts index 03d98cd29..1c3fd7eee 100644 --- a/src/actions-secret/index.ts +++ b/src/actions-secret/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface ActionsSecretConfig extends cdktf.TerraformMetaArguments { /** * Encrypted value of the secret using the GitHub public key in Base64 format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#encrypted_value ActionsSecret#encrypted_value} */ readonly encryptedValue?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#id ActionsSecret#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#id ActionsSecret#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsSecretConfig extends cdktf.TerraformMetaArguments { /** * Plaintext value of the secret to be encrypted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#plaintext_value ActionsSecret#plaintext_value} */ readonly plaintextValue?: string; /** * Name of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#repository ActionsSecret#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#repository ActionsSecret#repository} */ readonly repository: string; /** * Name of the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#secret_name ActionsSecret#secret_name} */ readonly secretName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret github_actions_secret} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret github_actions_secret} */ export class ActionsSecret extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class ActionsSecret extends cdktf.TerraformResource { * Generates CDKTF code for importing a ActionsSecret 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 ActionsSecret to import - * @param importFromId The id of the existing ActionsSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class ActionsSecret extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_secret github_actions_secret} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_secret github_actions_secret} 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,8 +85,8 @@ export class ActionsSecret extends cdktf.TerraformResource { terraformResourceType: 'github_actions_secret', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/actions-variable/README.md b/src/actions-variable/README.md index 491ed2472..e16fe698b 100644 --- a/src/actions-variable/README.md +++ b/src/actions-variable/README.md @@ -1,3 +1,3 @@ # `github_actions_variable` -Refer to the Terraform Registry for docs: [`github_actions_variable`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable). +Refer to the Terraform Registry for docs: [`github_actions_variable`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable). diff --git a/src/actions-variable/index.ts b/src/actions-variable/index.ts index 1cbb7803d..20971471f 100644 --- a/src/actions-variable/index.ts +++ b/src/actions-variable/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface ActionsVariableConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#id ActionsVariable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#id ActionsVariable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ActionsVariableConfig extends cdktf.TerraformMetaArguments { /** * Name of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#repository ActionsVariable#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#repository ActionsVariable#repository} */ readonly repository: string; /** * Value of the variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#value ActionsVariable#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#value ActionsVariable#value} */ readonly value: string; /** * Name of the variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#variable_name ActionsVariable#variable_name} */ readonly variableName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable github_actions_variable} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable github_actions_variable} */ export class ActionsVariable extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class ActionsVariable extends cdktf.TerraformResource { * Generates CDKTF code for importing a ActionsVariable 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 ActionsVariable to import - * @param importFromId The id of the existing ActionsVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ActionsVariable that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ActionsVariable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class ActionsVariable extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/actions_variable github_actions_variable} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/actions_variable github_actions_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 @@ -79,8 +79,8 @@ export class ActionsVariable extends cdktf.TerraformResource { terraformResourceType: 'github_actions_variable', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/app-installation-repositories/README.md b/src/app-installation-repositories/README.md index c1a8956dd..7359da2d0 100644 --- a/src/app-installation-repositories/README.md +++ b/src/app-installation-repositories/README.md @@ -1,3 +1,3 @@ # `github_app_installation_repositories` -Refer to the Terraform Registry for docs: [`github_app_installation_repositories`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories). +Refer to the Terraform Registry for docs: [`github_app_installation_repositories`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories). diff --git a/src/app-installation-repositories/index.ts b/src/app-installation-repositories/index.ts index 2b9d57808..78036a68e 100644 --- a/src/app-installation-repositories/index.ts +++ b/src/app-installation-repositories/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface AppInstallationRepositoriesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#id AppInstallationRepositories#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 AppInstallationRepositoriesConfig extends cdktf.TerraformMetaAr /** * The GitHub app installation id. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#installation_id AppInstallationRepositories#installation_id} */ readonly installationId: string; /** * A list of repository names to install the app on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#selected_repositories AppInstallationRepositories#selected_repositories} */ readonly selectedRepositories: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories github_app_installation_repositories} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories github_app_installation_repositories} */ export class AppInstallationRepositories extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class AppInstallationRepositories extends cdktf.TerraformResource { * Generates CDKTF code for importing a AppInstallationRepositories 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 AppInstallationRepositories to import - * @param importFromId The id of the existing AppInstallationRepositories that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AppInstallationRepositories that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AppInstallationRepositories to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class AppInstallationRepositories extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repositories github_app_installation_repositories} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repositories github_app_installation_repositories} 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,8 +73,8 @@ export class AppInstallationRepositories extends cdktf.TerraformResource { terraformResourceType: 'github_app_installation_repositories', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/app-installation-repository/README.md b/src/app-installation-repository/README.md index c69c5a81c..cf831f5db 100644 --- a/src/app-installation-repository/README.md +++ b/src/app-installation-repository/README.md @@ -1,3 +1,3 @@ # `github_app_installation_repository` -Refer to the Terraform Registry for docs: [`github_app_installation_repository`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository). +Refer to the Terraform Registry for docs: [`github_app_installation_repository`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository). diff --git a/src/app-installation-repository/index.ts b/src/app-installation-repository/index.ts index 09f40a303..a59a0510d 100644 --- a/src/app-installation-repository/index.ts +++ b/src/app-installation-repository/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface AppInstallationRepositoryConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#id AppInstallationRepository#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#id AppInstallationRepository#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 AppInstallationRepositoryConfig extends cdktf.TerraformMetaArgu /** * The GitHub app installation id. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#installation_id AppInstallationRepository#installation_id} */ readonly installationId: string; /** * The repository to install the app on. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#repository AppInstallationRepository#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository github_app_installation_repository} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository github_app_installation_repository} */ export class AppInstallationRepository extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class AppInstallationRepository extends cdktf.TerraformResource { * Generates CDKTF code for importing a AppInstallationRepository 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 AppInstallationRepository to import - * @param importFromId The id of the existing AppInstallationRepository that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AppInstallationRepository that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AppInstallationRepository to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class AppInstallationRepository extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/app_installation_repository github_app_installation_repository} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/app_installation_repository github_app_installation_repository} 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,8 +73,8 @@ export class AppInstallationRepository extends cdktf.TerraformResource { terraformResourceType: 'github_app_installation_repository', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/branch-default/README.md b/src/branch-default/README.md index bc113e526..091152c6a 100644 --- a/src/branch-default/README.md +++ b/src/branch-default/README.md @@ -1,3 +1,3 @@ # `github_branch_default` -Refer to the Terraform Registry for docs: [`github_branch_default`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default). +Refer to the Terraform Registry for docs: [`github_branch_default`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default). diff --git a/src/branch-default/index.ts b/src/branch-default/index.ts index d7ad05d67..561108026 100644 --- a/src/branch-default/index.ts +++ b/src/branch-default/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface BranchDefaultConfig extends cdktf.TerraformMetaArguments { /** * The branch (e.g. 'main'). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#branch BranchDefault#branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#branch BranchDefault#branch} */ readonly branch: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#id BranchDefault#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#id BranchDefault#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 BranchDefaultConfig extends cdktf.TerraformMetaArguments { /** * Indicate if it should rename the branch rather than use an existing branch. Defaults to 'false'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#rename BranchDefault#rename} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#rename BranchDefault#rename} */ readonly rename?: boolean | cdktf.IResolvable; /** * The GitHub repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#repository BranchDefault#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#repository BranchDefault#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default github_branch_default} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default github_branch_default} */ export class BranchDefault extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class BranchDefault extends cdktf.TerraformResource { * Generates CDKTF code for importing a BranchDefault 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 BranchDefault to import - * @param importFromId The id of the existing BranchDefault that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing BranchDefault that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the BranchDefault to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class BranchDefault extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_default github_branch_default} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_default github_branch_default} 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,8 +79,8 @@ export class BranchDefault extends cdktf.TerraformResource { terraformResourceType: 'github_branch_default', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/branch-protection-v3/README.md b/src/branch-protection-v3/README.md index 806300991..9b9f3f33c 100644 --- a/src/branch-protection-v3/README.md +++ b/src/branch-protection-v3/README.md @@ -1,3 +1,3 @@ # `github_branch_protection_v3` -Refer to the Terraform Registry for docs: [`github_branch_protection_v3`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3). +Refer to the Terraform Registry for docs: [`github_branch_protection_v3`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3). diff --git a/src/branch-protection-v3/index.ts b/src/branch-protection-v3/index.ts index 583aa545f..2960eb9de 100644 --- a/src/branch-protection-v3/index.ts +++ b/src/branch-protection-v3/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3 +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3 // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface BranchProtectionV3Config extends cdktf.TerraformMetaArguments { /** * The Git branch to protect. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#branch BranchProtectionV3#branch} */ readonly branch: string; /** * Setting this to 'true' enforces status checks for repository administrators. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#enforce_admins BranchProtectionV3#enforce_admins} */ readonly enforceAdmins?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#id BranchProtectionV3#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,51 +34,51 @@ export interface BranchProtectionV3Config extends cdktf.TerraformMetaArguments { /** * The GitHub repository name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#repository BranchProtectionV3#repository} */ readonly repository: string; /** * Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_conversation_resolution BranchProtectionV3#require_conversation_resolution} */ readonly requireConversationResolution?: boolean | cdktf.IResolvable; /** * Setting this to 'true' requires all commits to be signed with GPG. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_signed_commits BranchProtectionV3#require_signed_commits} */ readonly requireSignedCommits?: boolean | cdktf.IResolvable; /** * required_pull_request_reviews block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_pull_request_reviews BranchProtectionV3#required_pull_request_reviews} */ readonly requiredPullRequestReviews?: BranchProtectionV3RequiredPullRequestReviews; /** * required_status_checks block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_status_checks BranchProtectionV3#required_status_checks} */ readonly requiredStatusChecks?: BranchProtectionV3RequiredStatusChecks; /** * restrictions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#restrictions BranchProtectionV3#restrictions} */ readonly restrictions?: BranchProtectionV3Restrictions; } export interface BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} */ readonly apps?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} */ readonly teams?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} */ readonly users?: string[]; } @@ -222,47 +222,47 @@ export interface BranchProtectionV3RequiredPullRequestReviews { /** * Dismiss approved reviews automatically when a new commit is pushed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismiss_stale_reviews BranchProtectionV3#dismiss_stale_reviews} */ readonly dismissStaleReviews?: boolean | cdktf.IResolvable; /** * The list of apps slugs with dismissal access. Always use slug of the app, not its name. Each app already has to have access to the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_apps BranchProtectionV3#dismissal_apps} */ readonly dismissalApps?: string[]; /** * The list of team slugs with dismissal access. Always use slug of the team, not its name. Each team already has to have access to the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_teams BranchProtectionV3#dismissal_teams} */ readonly dismissalTeams?: string[]; /** * The list of user logins with dismissal access. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#dismissal_users BranchProtectionV3#dismissal_users} */ readonly dismissalUsers?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins} */ readonly includeAdmins?: boolean | cdktf.IResolvable; /** * Require an approved review in pull requests including files with a designated code owner. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#require_code_owner_reviews BranchProtectionV3#require_code_owner_reviews} */ readonly requireCodeOwnerReviews?: boolean | cdktf.IResolvable; /** * Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#required_approving_review_count BranchProtectionV3#required_approving_review_count} */ readonly requiredApprovingReviewCount?: number; /** * bypass_pull_request_allowances block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#bypass_pull_request_allowances BranchProtectionV3#bypass_pull_request_allowances} */ readonly bypassPullRequestAllowances?: BranchProtectionV3RequiredPullRequestReviewsBypassPullRequestAllowances; } @@ -551,21 +551,21 @@ export interface BranchProtectionV3RequiredStatusChecks { /** * The list of status checks to require in order to merge into this branch. No status checks are required by default. Checks should be strings containing the 'context' and 'app_id' like so 'context:app_id' * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#checks BranchProtectionV3#checks} */ readonly checks?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#contexts BranchProtectionV3#contexts} */ readonly contexts?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#include_admins BranchProtectionV3#include_admins} */ readonly includeAdmins?: boolean | cdktf.IResolvable; /** * Require branches to be up to date before merging. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#strict BranchProtectionV3#strict} */ readonly strict?: boolean | cdktf.IResolvable; } @@ -738,19 +738,19 @@ export interface BranchProtectionV3Restrictions { /** * The list of app slugs with push access. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#apps BranchProtectionV3#apps} */ readonly apps?: string[]; /** * The list of team slugs with push access. Always use slug of the team, not its name. Each team already has to have access to the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#teams BranchProtectionV3#teams} */ readonly teams?: string[]; /** * The list of user logins with push access. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#users BranchProtectionV3#users} */ readonly users?: string[]; } @@ -892,7 +892,7 @@ export class BranchProtectionV3RestrictionsOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3 github_branch_protection_v3} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3 github_branch_protection_v3} */ export class BranchProtectionV3 extends cdktf.TerraformResource { @@ -908,7 +908,7 @@ export class BranchProtectionV3 extends cdktf.TerraformResource { * Generates CDKTF code for importing a BranchProtectionV3 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 BranchProtectionV3 to import - * @param importFromId The id of the existing BranchProtectionV3 that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing BranchProtectionV3 that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the BranchProtectionV3 to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -920,7 +920,7 @@ export class BranchProtectionV3 extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection_v3 github_branch_protection_v3} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection_v3 github_branch_protection_v3} 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 @@ -931,8 +931,8 @@ export class BranchProtectionV3 extends cdktf.TerraformResource { terraformResourceType: 'github_branch_protection_v3', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/branch-protection/README.md b/src/branch-protection/README.md index cff329730..552dba243 100644 --- a/src/branch-protection/README.md +++ b/src/branch-protection/README.md @@ -1,3 +1,3 @@ # `github_branch_protection` -Refer to the Terraform Registry for docs: [`github_branch_protection`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection). +Refer to the Terraform Registry for docs: [`github_branch_protection`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection). diff --git a/src/branch-protection/index.ts b/src/branch-protection/index.ts index 13ba10cb0..907f2a1fe 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/integrations/github/5.45.0/docs/resources/branch_protection +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +15,29 @@ export interface BranchProtectionConfig extends cdktf.TerraformMetaArguments { /** * Setting this to 'true' to allow the branch to be deleted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_deletions BranchProtection#allows_deletions} */ readonly allowsDeletions?: boolean | cdktf.IResolvable; /** * Setting this to 'true' to allow force pushes on the branch. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#allows_force_pushes BranchProtection#allows_force_pushes} */ readonly allowsForcePushes?: boolean | cdktf.IResolvable; /** - * Setting this to 'true' to block creating the branch. - * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} - */ - readonly blocksCreations?: boolean | cdktf.IResolvable; - /** * Setting this to 'true' enforces status checks for repository administrators. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#enforce_admins BranchProtection#enforce_admins} */ readonly enforceAdmins?: boolean | cdktf.IResolvable; /** * The list of actor Names/IDs that are allowed to bypass force push restrictions. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#force_push_bypassers BranchProtection#force_push_bypassers} */ readonly forcePushBypassers?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#id BranchProtection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#id BranchProtection#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,99 +46,99 @@ export interface BranchProtectionConfig extends cdktf.TerraformMetaArguments { /** * Setting this to 'true' will make the branch read-only and preventing any pushes to it. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#lock_branch BranchProtection#lock_branch} */ readonly lockBranch?: boolean | cdktf.IResolvable; /** * Identifies the protection rule pattern. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pattern BranchProtection#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pattern BranchProtection#pattern} */ readonly pattern: string; /** - * The list of actor Names/IDs that may push to the branch. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. - * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#push_restrictions BranchProtection#push_restrictions} - */ - readonly pushRestrictions?: string[]; - /** * The name or node ID of the repository associated with this branch protection rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#repository_id BranchProtection#repository_id} */ readonly repositoryId: string; /** * Setting this to 'true' requires all conversations on code must be resolved before a pull request can be merged. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_conversation_resolution BranchProtection#require_conversation_resolution} */ readonly requireConversationResolution?: boolean | cdktf.IResolvable; /** * Setting this to 'true' requires all commits to be signed with GPG. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_signed_commits BranchProtection#require_signed_commits} */ readonly requireSignedCommits?: boolean | cdktf.IResolvable; /** * Setting this to 'true' enforces a linear commit Git history, which prevents anyone from pushing merge commits to a branch. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_linear_history BranchProtection#required_linear_history} */ readonly requiredLinearHistory?: boolean | cdktf.IResolvable; /** * required_pull_request_reviews block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_pull_request_reviews BranchProtection#required_pull_request_reviews} */ readonly requiredPullRequestReviews?: BranchProtectionRequiredPullRequestReviews[] | cdktf.IResolvable; /** * required_status_checks block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_status_checks BranchProtection#required_status_checks} */ readonly requiredStatusChecks?: BranchProtectionRequiredStatusChecks[] | cdktf.IResolvable; + /** + * restrict_pushes block + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_pushes BranchProtection#restrict_pushes} + */ + readonly restrictPushes?: BranchProtectionRestrictPushes[] | cdktf.IResolvable; } export interface BranchProtectionRequiredPullRequestReviews { /** * Dismiss approved reviews automatically when a new commit is pushed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismiss_stale_reviews BranchProtection#dismiss_stale_reviews} */ readonly dismissStaleReviews?: boolean | cdktf.IResolvable; /** * The list of actor Names/IDs with dismissal access. If not empty, 'restrict_dismissals' is ignored. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#dismissal_restrictions BranchProtection#dismissal_restrictions} */ readonly dismissalRestrictions?: string[]; /** * The list of actor Names/IDs that are allowed to bypass pull request requirements. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#pull_request_bypassers BranchProtection#pull_request_bypassers} */ readonly pullRequestBypassers?: string[]; /** * Require an approved review in pull requests including files with a designated code owner. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_code_owner_reviews BranchProtection#require_code_owner_reviews} */ readonly requireCodeOwnerReviews?: boolean | cdktf.IResolvable; /** * Require that The most recent push must be approved by someone other than the last pusher. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#require_last_push_approval BranchProtection#require_last_push_approval} */ readonly requireLastPushApproval?: boolean | cdktf.IResolvable; /** * Require 'x' number of approvals to satisfy branch protection requirements. If this is specified it must be a number between 0-6. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#required_approving_review_count BranchProtection#required_approving_review_count} */ readonly requiredApprovingReviewCount?: number; /** * Restrict pull request review dismissals. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#restrict_dismissals BranchProtection#restrict_dismissals} */ readonly restrictDismissals?: boolean | cdktf.IResolvable; } @@ -436,13 +430,13 @@ export interface BranchProtectionRequiredStatusChecks { /** * The list of status checks to require in order to merge into this branch. No status checks are required by default. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#contexts BranchProtection#contexts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#contexts BranchProtection#contexts} */ readonly contexts?: string[]; /** * Require branches to be up to date before merging. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection#strict BranchProtection#strict} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#strict BranchProtection#strict} */ readonly strict?: boolean | cdktf.IResolvable; } @@ -585,9 +579,162 @@ export class BranchProtectionRequiredStatusChecksList extends cdktf.ComplexList return new BranchProtectionRequiredStatusChecksOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); } } +export interface BranchProtectionRestrictPushes { + /** + * Restrict pushes that create matching branches. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#blocks_creations BranchProtection#blocks_creations} + */ + readonly blocksCreations?: boolean | cdktf.IResolvable; + /** + * The list of actor Names/IDs that may push to the branch. Actor names must either begin with a '/' for users or the organization name followed by a '/' for teams. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection#push_allowances BranchProtection#push_allowances} + */ + readonly pushAllowances?: string[]; +} + +export function branchProtectionRestrictPushesToTerraform(struct?: BranchProtectionRestrictPushes | 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 { + blocks_creations: cdktf.booleanToTerraform(struct!.blocksCreations), + push_allowances: cdktf.listMapper(cdktf.stringToTerraform, false)(struct!.pushAllowances), + } +} + + +export function branchProtectionRestrictPushesToHclTerraform(struct?: BranchProtectionRestrictPushes | 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 = { + blocks_creations: { + value: cdktf.booleanToHclTerraform(struct!.blocksCreations), + isBlock: false, + type: "simple", + storageClassType: "boolean", + }, + push_allowances: { + value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(struct!.pushAllowances), + isBlock: false, + type: "set", + storageClassType: "stringList", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); +} + +export class BranchProtectionRestrictPushesOutputReference 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 + * @param complexObjectIndex the index of this item in the list + * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) + */ + public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean) { + super(terraformResource, terraformAttribute, complexObjectIsFromSet, complexObjectIndex); + } + + public get internalValue(): BranchProtectionRestrictPushes | cdktf.IResolvable | undefined { + if (this.resolvableValue) { + return this.resolvableValue; + } + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + if (this._blocksCreations !== undefined) { + hasAnyValues = true; + internalValueResult.blocksCreations = this._blocksCreations; + } + if (this._pushAllowances !== undefined) { + hasAnyValues = true; + internalValueResult.pushAllowances = this._pushAllowances; + } + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: BranchProtectionRestrictPushes | cdktf.IResolvable | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + this.resolvableValue = undefined; + this._blocksCreations = undefined; + this._pushAllowances = 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._blocksCreations = value.blocksCreations; + this._pushAllowances = value.pushAllowances; + } + } + + // blocks_creations - computed: false, optional: true, required: false + private _blocksCreations?: boolean | cdktf.IResolvable; + public get blocksCreations() { + return this.getBooleanAttribute('blocks_creations'); + } + public set blocksCreations(value: boolean | cdktf.IResolvable) { + this._blocksCreations = value; + } + public resetBlocksCreations() { + this._blocksCreations = undefined; + } + // Temporarily expose input value. Use with caution. + public get blocksCreationsInput() { + return this._blocksCreations; + } + + // push_allowances - computed: false, optional: true, required: false + private _pushAllowances?: string[]; + public get pushAllowances() { + return cdktf.Fn.tolist(this.getListAttribute('push_allowances')); + } + public set pushAllowances(value: string[]) { + this._pushAllowances = value; + } + public resetPushAllowances() { + this._pushAllowances = undefined; + } + // Temporarily expose input value. Use with caution. + public get pushAllowancesInput() { + return this._pushAllowances; + } +} + +export class BranchProtectionRestrictPushesList extends cdktf.ComplexList { + public internalValue? : BranchProtectionRestrictPushes[] | cdktf.IResolvable + + /** + * @param terraformResource The parent resource + * @param terraformAttribute The attribute on the parent resource this class is referencing + * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) + */ + constructor(protected terraformResource: cdktf.IInterpolatingParent, protected terraformAttribute: string, protected wrapsSet: boolean) { + super(terraformResource, terraformAttribute, wrapsSet) + } + + /** + * @param index the index of the item to return + */ + public get(index: number): BranchProtectionRestrictPushesOutputReference { + return new BranchProtectionRestrictPushesOutputReference(this.terraformResource, this.terraformAttribute, index, this.wrapsSet); + } +} /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection github_branch_protection} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection github_branch_protection} */ export class BranchProtection extends cdktf.TerraformResource { @@ -603,7 +750,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/integrations/github/5.45.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/integrations/github/6.0.0/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) { @@ -615,7 +762,7 @@ export class BranchProtection extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch_protection github_branch_protection} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch_protection github_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 @@ -626,8 +773,8 @@ export class BranchProtection extends cdktf.TerraformResource { terraformResourceType: 'github_branch_protection', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, @@ -639,19 +786,18 @@ export class BranchProtection extends cdktf.TerraformResource { }); this._allowsDeletions = config.allowsDeletions; this._allowsForcePushes = config.allowsForcePushes; - this._blocksCreations = config.blocksCreations; this._enforceAdmins = config.enforceAdmins; this._forcePushBypassers = config.forcePushBypassers; this._id = config.id; this._lockBranch = config.lockBranch; this._pattern = config.pattern; - this._pushRestrictions = config.pushRestrictions; this._repositoryId = config.repositoryId; this._requireConversationResolution = config.requireConversationResolution; this._requireSignedCommits = config.requireSignedCommits; this._requiredLinearHistory = config.requiredLinearHistory; this._requiredPullRequestReviews.internalValue = config.requiredPullRequestReviews; this._requiredStatusChecks.internalValue = config.requiredStatusChecks; + this._restrictPushes.internalValue = config.restrictPushes; } // ========== @@ -690,22 +836,6 @@ export class BranchProtection extends cdktf.TerraformResource { return this._allowsForcePushes; } - // blocks_creations - computed: false, optional: true, required: false - private _blocksCreations?: boolean | cdktf.IResolvable; - public get blocksCreations() { - return this.getBooleanAttribute('blocks_creations'); - } - public set blocksCreations(value: boolean | cdktf.IResolvable) { - this._blocksCreations = value; - } - public resetBlocksCreations() { - this._blocksCreations = undefined; - } - // Temporarily expose input value. Use with caution. - public get blocksCreationsInput() { - return this._blocksCreations; - } - // enforce_admins - computed: false, optional: true, required: false private _enforceAdmins?: boolean | cdktf.IResolvable; public get enforceAdmins() { @@ -783,22 +913,6 @@ export class BranchProtection extends cdktf.TerraformResource { return this._pattern; } - // push_restrictions - computed: false, optional: true, required: false - private _pushRestrictions?: string[]; - public get pushRestrictions() { - return cdktf.Fn.tolist(this.getListAttribute('push_restrictions')); - } - public set pushRestrictions(value: string[]) { - this._pushRestrictions = value; - } - public resetPushRestrictions() { - this._pushRestrictions = undefined; - } - // Temporarily expose input value. Use with caution. - public get pushRestrictionsInput() { - return this._pushRestrictions; - } - // repository_id - computed: false, optional: false, required: true private _repositoryId?: string; public get repositoryId() { @@ -892,6 +1006,22 @@ export class BranchProtection extends cdktf.TerraformResource { return this._requiredStatusChecks.internalValue; } + // restrict_pushes - computed: false, optional: true, required: false + private _restrictPushes = new BranchProtectionRestrictPushesList(this, "restrict_pushes", false); + public get restrictPushes() { + return this._restrictPushes; + } + public putRestrictPushes(value: BranchProtectionRestrictPushes[] | cdktf.IResolvable) { + this._restrictPushes.internalValue = value; + } + public resetRestrictPushes() { + this._restrictPushes.internalValue = undefined; + } + // Temporarily expose input value. Use with caution. + public get restrictPushesInput() { + return this._restrictPushes.internalValue; + } + // ========= // SYNTHESIS // ========= @@ -900,19 +1030,18 @@ export class BranchProtection extends cdktf.TerraformResource { return { allows_deletions: cdktf.booleanToTerraform(this._allowsDeletions), allows_force_pushes: cdktf.booleanToTerraform(this._allowsForcePushes), - blocks_creations: cdktf.booleanToTerraform(this._blocksCreations), enforce_admins: cdktf.booleanToTerraform(this._enforceAdmins), force_push_bypassers: cdktf.listMapper(cdktf.stringToTerraform, false)(this._forcePushBypassers), id: cdktf.stringToTerraform(this._id), lock_branch: cdktf.booleanToTerraform(this._lockBranch), pattern: cdktf.stringToTerraform(this._pattern), - push_restrictions: cdktf.listMapper(cdktf.stringToTerraform, false)(this._pushRestrictions), repository_id: cdktf.stringToTerraform(this._repositoryId), require_conversation_resolution: cdktf.booleanToTerraform(this._requireConversationResolution), require_signed_commits: cdktf.booleanToTerraform(this._requireSignedCommits), required_linear_history: cdktf.booleanToTerraform(this._requiredLinearHistory), required_pull_request_reviews: cdktf.listMapper(branchProtectionRequiredPullRequestReviewsToTerraform, true)(this._requiredPullRequestReviews.internalValue), required_status_checks: cdktf.listMapper(branchProtectionRequiredStatusChecksToTerraform, true)(this._requiredStatusChecks.internalValue), + restrict_pushes: cdktf.listMapper(branchProtectionRestrictPushesToTerraform, true)(this._restrictPushes.internalValue), }; } @@ -930,12 +1059,6 @@ export class BranchProtection extends cdktf.TerraformResource { type: "simple", storageClassType: "boolean", }, - blocks_creations: { - value: cdktf.booleanToHclTerraform(this._blocksCreations), - isBlock: false, - type: "simple", - storageClassType: "boolean", - }, enforce_admins: { value: cdktf.booleanToHclTerraform(this._enforceAdmins), isBlock: false, @@ -966,12 +1089,6 @@ export class BranchProtection extends cdktf.TerraformResource { type: "simple", storageClassType: "string", }, - push_restrictions: { - value: cdktf.listMapperHcl(cdktf.stringToHclTerraform, false)(this._pushRestrictions), - isBlock: false, - type: "set", - storageClassType: "stringList", - }, repository_id: { value: cdktf.stringToHclTerraform(this._repositoryId), isBlock: false, @@ -1008,6 +1125,12 @@ export class BranchProtection extends cdktf.TerraformResource { type: "list", storageClassType: "BranchProtectionRequiredStatusChecksList", }, + restrict_pushes: { + value: cdktf.listMapperHcl(branchProtectionRestrictPushesToHclTerraform, true)(this._restrictPushes.internalValue), + isBlock: true, + type: "list", + storageClassType: "BranchProtectionRestrictPushesList", + }, }; // remove undefined attributes diff --git a/src/branch/README.md b/src/branch/README.md index 4252e9cd1..81db2d74d 100644 --- a/src/branch/README.md +++ b/src/branch/README.md @@ -1,3 +1,3 @@ # `github_branch` -Refer to the Terraform Registry for docs: [`github_branch`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch). +Refer to the Terraform Registry for docs: [`github_branch`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch). diff --git a/src/branch/index.ts b/src/branch/index.ts index 62afbaa03..643ae335a 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/integrations/github/5.45.0/docs/resources/branch +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface BranchConfig extends cdktf.TerraformMetaArguments { /** * The repository branch to create. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#branch Branch#branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#branch Branch#branch} */ readonly branch: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#id Branch#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#id Branch#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -28,25 +28,25 @@ export interface BranchConfig extends cdktf.TerraformMetaArguments { /** * The GitHub repository name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#repository Branch#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#repository Branch#repository} */ readonly repository: string; /** * The branch name to start from. Defaults to 'main'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_branch Branch#source_branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_branch Branch#source_branch} */ readonly sourceBranch?: string; /** * The commit hash to start from. Defaults to the tip of 'source_branch'. If provided, 'source_branch' is ignored. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch#source_sha Branch#source_sha} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch#source_sha Branch#source_sha} */ readonly sourceSha?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch github_branch} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch github_branch} */ export class Branch extends cdktf.TerraformResource { @@ -62,7 +62,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/integrations/github/5.45.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/integrations/github/6.0.0/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) { @@ -74,7 +74,7 @@ export class Branch extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/branch github_branch} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/branch github_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 @@ -85,8 +85,8 @@ export class Branch extends cdktf.TerraformResource { terraformResourceType: 'github_branch', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/codespaces-organization-secret-repositories/README.md b/src/codespaces-organization-secret-repositories/README.md index f625b4eaf..5666c0f96 100644 --- a/src/codespaces-organization-secret-repositories/README.md +++ b/src/codespaces-organization-secret-repositories/README.md @@ -1,3 +1,3 @@ # `github_codespaces_organization_secret_repositories` -Refer to the Terraform Registry for docs: [`github_codespaces_organization_secret_repositories`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories). +Refer to the Terraform Registry for docs: [`github_codespaces_organization_secret_repositories`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories). diff --git a/src/codespaces-organization-secret-repositories/index.ts b/src/codespaces-organization-secret-repositories/index.ts index 693e1fe8e..71f198c45 100644 --- a/src/codespaces-organization-secret-repositories/index.ts +++ b/src/codespaces-organization-secret-repositories/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface CodespacesOrganizationSecretRepositoriesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#id CodespacesOrganizationSecretRepositories#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 CodespacesOrganizationSecretRepositoriesConfig extends cdktf.Te /** * Name of the existing secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#secret_name CodespacesOrganizationSecretRepositories#secret_name} */ readonly secretName: string; /** * An array of repository ids that can access the organization secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#selected_repository_ids CodespacesOrganizationSecretRepositories#selected_repository_ids} */ readonly selectedRepositoryIds: number[]; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories} */ export class CodespacesOrganizationSecretRepositories extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class CodespacesOrganizationSecretRepositories extends cdktf.TerraformRes * Generates CDKTF code for importing a CodespacesOrganizationSecretRepositories 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 CodespacesOrganizationSecretRepositories to import - * @param importFromId The id of the existing CodespacesOrganizationSecretRepositories that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CodespacesOrganizationSecretRepositories that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CodespacesOrganizationSecretRepositories to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class CodespacesOrganizationSecretRepositories extends cdktf.TerraformRes // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret_repositories github_codespaces_organization_secret_repositories} 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,8 +73,8 @@ export class CodespacesOrganizationSecretRepositories extends cdktf.TerraformRes terraformResourceType: 'github_codespaces_organization_secret_repositories', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/codespaces-organization-secret/README.md b/src/codespaces-organization-secret/README.md index 4236602e3..0fe782b59 100644 --- a/src/codespaces-organization-secret/README.md +++ b/src/codespaces-organization-secret/README.md @@ -1,3 +1,3 @@ # `github_codespaces_organization_secret` -Refer to the Terraform Registry for docs: [`github_codespaces_organization_secret`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret). +Refer to the Terraform Registry for docs: [`github_codespaces_organization_secret`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret). diff --git a/src/codespaces-organization-secret/index.ts b/src/codespaces-organization-secret/index.ts index d44d7f6fc..028f774ae 100644 --- a/src/codespaces-organization-secret/index.ts +++ b/src/codespaces-organization-secret/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface CodespacesOrganizationSecretConfig extends cdktf.TerraformMetaA /** * Encrypted value of the secret using the GitHub public key in Base64 format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#encrypted_value CodespacesOrganizationSecret#encrypted_value} */ readonly encryptedValue?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#id CodespacesOrganizationSecret#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 CodespacesOrganizationSecretConfig extends cdktf.TerraformMetaA /** * Plaintext value of the secret to be encrypted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#plaintext_value CodespacesOrganizationSecret#plaintext_value} */ readonly plaintextValue?: string; /** * Name of the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#secret_name CodespacesOrganizationSecret#secret_name} */ readonly secretName: string; /** * An array of repository ids that can access the organization secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#selected_repository_ids CodespacesOrganizationSecret#selected_repository_ids} */ readonly selectedRepositoryIds?: number[]; /** * Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#visibility CodespacesOrganizationSecret#visibility} */ readonly visibility: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret} */ export class CodespacesOrganizationSecret extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class CodespacesOrganizationSecret extends cdktf.TerraformResource { * Generates CDKTF code for importing a CodespacesOrganizationSecret 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 CodespacesOrganizationSecret to import - * @param importFromId The id of the existing CodespacesOrganizationSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CodespacesOrganizationSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CodespacesOrganizationSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class CodespacesOrganizationSecret extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_organization_secret github_codespaces_organization_secret} 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,8 +91,8 @@ export class CodespacesOrganizationSecret extends cdktf.TerraformResource { terraformResourceType: 'github_codespaces_organization_secret', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/codespaces-secret/README.md b/src/codespaces-secret/README.md index 88bf600b8..84ddab156 100644 --- a/src/codespaces-secret/README.md +++ b/src/codespaces-secret/README.md @@ -1,3 +1,3 @@ # `github_codespaces_secret` -Refer to the Terraform Registry for docs: [`github_codespaces_secret`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret). +Refer to the Terraform Registry for docs: [`github_codespaces_secret`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret). diff --git a/src/codespaces-secret/index.ts b/src/codespaces-secret/index.ts index ca8a425d7..51ce50466 100644 --- a/src/codespaces-secret/index.ts +++ b/src/codespaces-secret/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface CodespacesSecretConfig extends cdktf.TerraformMetaArguments { /** * Encrypted value of the secret using the GitHub public key in Base64 format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#encrypted_value CodespacesSecret#encrypted_value} */ readonly encryptedValue?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#id CodespacesSecret#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#id CodespacesSecret#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 CodespacesSecretConfig extends cdktf.TerraformMetaArguments { /** * Plaintext value of the secret to be encrypted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#plaintext_value CodespacesSecret#plaintext_value} */ readonly plaintextValue?: string; /** * Name of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#repository CodespacesSecret#repository} */ readonly repository: string; /** * Name of the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#secret_name CodespacesSecret#secret_name} */ readonly secretName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret github_codespaces_secret} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret github_codespaces_secret} */ export class CodespacesSecret extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class CodespacesSecret extends cdktf.TerraformResource { * Generates CDKTF code for importing a CodespacesSecret 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 CodespacesSecret to import - * @param importFromId The id of the existing CodespacesSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CodespacesSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CodespacesSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class CodespacesSecret extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_secret github_codespaces_secret} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_secret github_codespaces_secret} 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,8 +85,8 @@ export class CodespacesSecret extends cdktf.TerraformResource { terraformResourceType: 'github_codespaces_secret', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/codespaces-user-secret/README.md b/src/codespaces-user-secret/README.md index 2a79588c3..2a45fdd9e 100644 --- a/src/codespaces-user-secret/README.md +++ b/src/codespaces-user-secret/README.md @@ -1,3 +1,3 @@ # `github_codespaces_user_secret` -Refer to the Terraform Registry for docs: [`github_codespaces_user_secret`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret). +Refer to the Terraform Registry for docs: [`github_codespaces_user_secret`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret). diff --git a/src/codespaces-user-secret/index.ts b/src/codespaces-user-secret/index.ts index 7ec21e7f7..1e71cc710 100644 --- a/src/codespaces-user-secret/index.ts +++ b/src/codespaces-user-secret/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface CodespacesUserSecretConfig extends cdktf.TerraformMetaArguments /** * Encrypted value of the secret using the GitHub public key in Base64 format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#encrypted_value CodespacesUserSecret#encrypted_value} */ readonly encryptedValue?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#id CodespacesUserSecret#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 CodespacesUserSecretConfig extends cdktf.TerraformMetaArguments /** * Plaintext value of the secret to be encrypted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#plaintext_value CodespacesUserSecret#plaintext_value} */ readonly plaintextValue?: string; /** * Name of the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#secret_name CodespacesUserSecret#secret_name} */ readonly secretName: string; /** * An array of repository ids that can access the user secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#selected_repository_ids CodespacesUserSecret#selected_repository_ids} */ readonly selectedRepositoryIds?: number[]; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret github_codespaces_user_secret} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret github_codespaces_user_secret} */ export class CodespacesUserSecret extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class CodespacesUserSecret extends cdktf.TerraformResource { * Generates CDKTF code for importing a CodespacesUserSecret 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 CodespacesUserSecret to import - * @param importFromId The id of the existing CodespacesUserSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CodespacesUserSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CodespacesUserSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class CodespacesUserSecret extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/codespaces_user_secret github_codespaces_user_secret} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/codespaces_user_secret github_codespaces_user_secret} 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,8 +85,8 @@ export class CodespacesUserSecret extends cdktf.TerraformResource { terraformResourceType: 'github_codespaces_user_secret', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-environment-secrets/README.md b/src/data-github-actions-environment-secrets/README.md index eb16a214d..c6259ad2e 100644 --- a/src/data-github-actions-environment-secrets/README.md +++ b/src/data-github-actions-environment-secrets/README.md @@ -1,3 +1,3 @@ # `data_github_actions_environment_secrets` -Refer to the Terraform Registry for docs: [`data_github_actions_environment_secrets`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets). +Refer to the Terraform Registry for docs: [`data_github_actions_environment_secrets`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets). diff --git a/src/data-github-actions-environment-secrets/index.ts b/src/data-github-actions-environment-secrets/index.ts index 182be8dce..b476f576d 100644 --- a/src/data-github-actions-environment-secrets/index.ts +++ b/src/data-github-actions-environment-secrets/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,22 +13,22 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsEnvironmentSecretsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#environment DataGithubActionsEnvironmentSecrets#environment} */ readonly environment: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#full_name DataGithubActionsEnvironmentSecrets#full_name} */ readonly fullName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#id DataGithubActionsEnvironmentSecrets#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#name DataGithubActionsEnvironmentSecrets#name} */ readonly name?: string; } @@ -119,7 +119,7 @@ export class DataGithubActionsEnvironmentSecretsSecretsList extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets} */ export class DataGithubActionsEnvironmentSecrets extends cdktf.TerraformDataSource { @@ -135,7 +135,7 @@ export class DataGithubActionsEnvironmentSecrets extends cdktf.TerraformDataSour * Generates CDKTF code for importing a DataGithubActionsEnvironmentSecrets 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 DataGithubActionsEnvironmentSecrets to import - * @param importFromId The id of the existing DataGithubActionsEnvironmentSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsEnvironmentSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsEnvironmentSecrets to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -147,7 +147,7 @@ export class DataGithubActionsEnvironmentSecrets extends cdktf.TerraformDataSour // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_secrets github_actions_environment_secrets} 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 @@ -158,8 +158,8 @@ export class DataGithubActionsEnvironmentSecrets extends cdktf.TerraformDataSour terraformResourceType: 'github_actions_environment_secrets', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-environment-variables/README.md b/src/data-github-actions-environment-variables/README.md index d1e4d57a6..fe00e37c9 100644 --- a/src/data-github-actions-environment-variables/README.md +++ b/src/data-github-actions-environment-variables/README.md @@ -1,3 +1,3 @@ # `data_github_actions_environment_variables` -Refer to the Terraform Registry for docs: [`data_github_actions_environment_variables`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables). +Refer to the Terraform Registry for docs: [`data_github_actions_environment_variables`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables). diff --git a/src/data-github-actions-environment-variables/index.ts b/src/data-github-actions-environment-variables/index.ts index 3093f6792..d8510bef3 100644 --- a/src/data-github-actions-environment-variables/index.ts +++ b/src/data-github-actions-environment-variables/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,22 +13,22 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsEnvironmentVariablesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#environment DataGithubActionsEnvironmentVariables#environment} */ readonly environment: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#full_name DataGithubActionsEnvironmentVariables#full_name} */ readonly fullName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#id DataGithubActionsEnvironmentVariables#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#name DataGithubActionsEnvironmentVariables#name} */ readonly name?: string; } @@ -124,7 +124,7 @@ export class DataGithubActionsEnvironmentVariablesVariablesList extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables github_actions_environment_variables} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables github_actions_environment_variables} */ export class DataGithubActionsEnvironmentVariables extends cdktf.TerraformDataSource { @@ -140,7 +140,7 @@ export class DataGithubActionsEnvironmentVariables extends cdktf.TerraformDataSo * Generates CDKTF code for importing a DataGithubActionsEnvironmentVariables 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 DataGithubActionsEnvironmentVariables to import - * @param importFromId The id of the existing DataGithubActionsEnvironmentVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsEnvironmentVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsEnvironmentVariables to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +152,7 @@ export class DataGithubActionsEnvironmentVariables extends cdktf.TerraformDataSo // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_environment_variables github_actions_environment_variables} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_environment_variables github_actions_environment_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 @@ -163,8 +163,8 @@ export class DataGithubActionsEnvironmentVariables extends cdktf.TerraformDataSo terraformResourceType: 'github_actions_environment_variables', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-organization-oidc-subject-claim-customization-template/README.md b/src/data-github-actions-organization-oidc-subject-claim-customization-template/README.md index 6224c8d0c..431e4090e 100644 --- a/src/data-github-actions-organization-oidc-subject-claim-customization-template/README.md +++ b/src/data-github-actions-organization-oidc-subject-claim-customization-template/README.md @@ -1,3 +1,3 @@ # `data_github_actions_organization_oidc_subject_claim_customization_template` -Refer to the Terraform Registry for docs: [`data_github_actions_organization_oidc_subject_claim_customization_template`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template). +Refer to the Terraform Registry for docs: [`data_github_actions_organization_oidc_subject_claim_customization_template`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template). diff --git a/src/data-github-actions-organization-oidc-subject-claim-customization-template/index.ts b/src/data-github-actions-organization-oidc-subject-claim-customization-template/index.ts index a10f4854d..ccd1320b1 100644 --- a/src/data-github-actions-organization-oidc-subject-claim-customization-template/index.ts +++ b/src/data-github-actions-organization-oidc-subject-claim-customization-template/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplateConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#id DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubActionsOrganizationOidcSubjectClaimCustomizationTempl } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template} */ export class DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate * Generates CDKTF code for importing a DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate 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 DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate to import - * @param importFromId The id of the existing DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_oidc_subject_claim_customization_template github_actions_organization_oidc_subject_claim_customization_template} 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 @@ -61,8 +61,8 @@ export class DataGithubActionsOrganizationOidcSubjectClaimCustomizationTemplate terraformResourceType: 'github_actions_organization_oidc_subject_claim_customization_template', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-organization-public-key/README.md b/src/data-github-actions-organization-public-key/README.md index 987ce1d68..9093a188c 100644 --- a/src/data-github-actions-organization-public-key/README.md +++ b/src/data-github-actions-organization-public-key/README.md @@ -1,3 +1,3 @@ # `data_github_actions_organization_public_key` -Refer to the Terraform Registry for docs: [`data_github_actions_organization_public_key`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key). +Refer to the Terraform Registry for docs: [`data_github_actions_organization_public_key`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key). diff --git a/src/data-github-actions-organization-public-key/index.ts b/src/data-github-actions-organization-public-key/index.ts index 9d8c93c71..c7c90c747 100644 --- a/src/data-github-actions-organization-public-key/index.ts +++ b/src/data-github-actions-organization-public-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsOrganizationPublicKeyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#id DataGithubActionsOrganizationPublicKey#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubActionsOrganizationPublicKeyConfig extends cdktf.Terr } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key} */ export class DataGithubActionsOrganizationPublicKey extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataGithubActionsOrganizationPublicKey extends cdktf.TerraformDataS * Generates CDKTF code for importing a DataGithubActionsOrganizationPublicKey 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 DataGithubActionsOrganizationPublicKey to import - * @param importFromId The id of the existing DataGithubActionsOrganizationPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsOrganizationPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsOrganizationPublicKey to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataGithubActionsOrganizationPublicKey extends cdktf.TerraformDataS // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_public_key github_actions_organization_public_key} 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 @@ -61,8 +61,8 @@ export class DataGithubActionsOrganizationPublicKey extends cdktf.TerraformDataS terraformResourceType: 'github_actions_organization_public_key', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-organization-registration-token/README.md b/src/data-github-actions-organization-registration-token/README.md index 7fc15ee3d..b4cf75231 100644 --- a/src/data-github-actions-organization-registration-token/README.md +++ b/src/data-github-actions-organization-registration-token/README.md @@ -1,3 +1,3 @@ # `data_github_actions_organization_registration_token` -Refer to the Terraform Registry for docs: [`data_github_actions_organization_registration_token`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token). +Refer to the Terraform Registry for docs: [`data_github_actions_organization_registration_token`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token). diff --git a/src/data-github-actions-organization-registration-token/index.ts b/src/data-github-actions-organization-registration-token/index.ts index e5d8e8ab0..6d4e1732b 100644 --- a/src/data-github-actions-organization-registration-token/index.ts +++ b/src/data-github-actions-organization-registration-token/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsOrganizationRegistrationTokenConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#id DataGithubActionsOrganizationRegistrationToken#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubActionsOrganizationRegistrationTokenConfig extends cd } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token} */ export class DataGithubActionsOrganizationRegistrationToken extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataGithubActionsOrganizationRegistrationToken extends cdktf.Terraf * Generates CDKTF code for importing a DataGithubActionsOrganizationRegistrationToken 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 DataGithubActionsOrganizationRegistrationToken to import - * @param importFromId The id of the existing DataGithubActionsOrganizationRegistrationToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsOrganizationRegistrationToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsOrganizationRegistrationToken to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataGithubActionsOrganizationRegistrationToken extends cdktf.Terraf // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_registration_token github_actions_organization_registration_token} 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 @@ -61,8 +61,8 @@ export class DataGithubActionsOrganizationRegistrationToken extends cdktf.Terraf terraformResourceType: 'github_actions_organization_registration_token', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-organization-secrets/README.md b/src/data-github-actions-organization-secrets/README.md index 1dfc1bb42..26c19e48f 100644 --- a/src/data-github-actions-organization-secrets/README.md +++ b/src/data-github-actions-organization-secrets/README.md @@ -1,3 +1,3 @@ # `data_github_actions_organization_secrets` -Refer to the Terraform Registry for docs: [`data_github_actions_organization_secrets`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets). +Refer to the Terraform Registry for docs: [`data_github_actions_organization_secrets`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets). diff --git a/src/data-github-actions-organization-secrets/index.ts b/src/data-github-actions-organization-secrets/index.ts index c0dc46221..70840080a 100644 --- a/src/data-github-actions-organization-secrets/index.ts +++ b/src/data-github-actions-organization-secrets/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsOrganizationSecretsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#id DataGithubActionsOrganizationSecrets#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -112,7 +112,7 @@ export class DataGithubActionsOrganizationSecretsSecretsList extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets} */ export class DataGithubActionsOrganizationSecrets extends cdktf.TerraformDataSource { @@ -128,7 +128,7 @@ export class DataGithubActionsOrganizationSecrets extends cdktf.TerraformDataSou * Generates CDKTF code for importing a DataGithubActionsOrganizationSecrets 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 DataGithubActionsOrganizationSecrets to import - * @param importFromId The id of the existing DataGithubActionsOrganizationSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsOrganizationSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsOrganizationSecrets to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -140,7 +140,7 @@ export class DataGithubActionsOrganizationSecrets extends cdktf.TerraformDataSou // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_secrets github_actions_organization_secrets} 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 @@ -151,8 +151,8 @@ export class DataGithubActionsOrganizationSecrets extends cdktf.TerraformDataSou terraformResourceType: 'github_actions_organization_secrets', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-organization-variables/README.md b/src/data-github-actions-organization-variables/README.md index 5fa95d7af..b3ea008ec 100644 --- a/src/data-github-actions-organization-variables/README.md +++ b/src/data-github-actions-organization-variables/README.md @@ -1,3 +1,3 @@ # `data_github_actions_organization_variables` -Refer to the Terraform Registry for docs: [`data_github_actions_organization_variables`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables). +Refer to the Terraform Registry for docs: [`data_github_actions_organization_variables`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables). diff --git a/src/data-github-actions-organization-variables/index.ts b/src/data-github-actions-organization-variables/index.ts index 007ff988e..a34ff66d8 100644 --- a/src/data-github-actions-organization-variables/index.ts +++ b/src/data-github-actions-organization-variables/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsOrganizationVariablesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#id DataGithubActionsOrganizationVariables#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -117,7 +117,7 @@ export class DataGithubActionsOrganizationVariablesVariablesList extends cdktf.C } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables github_actions_organization_variables} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables github_actions_organization_variables} */ export class DataGithubActionsOrganizationVariables extends cdktf.TerraformDataSource { @@ -133,7 +133,7 @@ export class DataGithubActionsOrganizationVariables extends cdktf.TerraformDataS * Generates CDKTF code for importing a DataGithubActionsOrganizationVariables 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 DataGithubActionsOrganizationVariables to import - * @param importFromId The id of the existing DataGithubActionsOrganizationVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsOrganizationVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsOrganizationVariables to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -145,7 +145,7 @@ export class DataGithubActionsOrganizationVariables extends cdktf.TerraformDataS // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_organization_variables github_actions_organization_variables} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_organization_variables github_actions_organization_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 @@ -156,8 +156,8 @@ export class DataGithubActionsOrganizationVariables extends cdktf.TerraformDataS terraformResourceType: 'github_actions_organization_variables', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-public-key/README.md b/src/data-github-actions-public-key/README.md index 701624c90..cbf4cb74e 100644 --- a/src/data-github-actions-public-key/README.md +++ b/src/data-github-actions-public-key/README.md @@ -1,3 +1,3 @@ # `data_github_actions_public_key` -Refer to the Terraform Registry for docs: [`data_github_actions_public_key`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key). +Refer to the Terraform Registry for docs: [`data_github_actions_public_key`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key). diff --git a/src/data-github-actions-public-key/index.ts b/src/data-github-actions-public-key/index.ts index 584ff4430..5151d7173 100644 --- a/src/data-github-actions-public-key/index.ts +++ b/src/data-github-actions-public-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsPublicKeyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#id DataGithubActionsPublicKey#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#repository DataGithubActionsPublicKey#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key github_actions_public_key} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key github_actions_public_key} */ export class DataGithubActionsPublicKey extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubActionsPublicKey extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubActionsPublicKey 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 DataGithubActionsPublicKey to import - * @param importFromId The id of the existing DataGithubActionsPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsPublicKey to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubActionsPublicKey extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_public_key github_actions_public_key} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_public_key github_actions_public_key} 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 @@ -65,8 +65,8 @@ export class DataGithubActionsPublicKey extends cdktf.TerraformDataSource { terraformResourceType: 'github_actions_public_key', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-registration-token/README.md b/src/data-github-actions-registration-token/README.md index a5131e5a8..718d8904e 100644 --- a/src/data-github-actions-registration-token/README.md +++ b/src/data-github-actions-registration-token/README.md @@ -1,3 +1,3 @@ # `data_github_actions_registration_token` -Refer to the Terraform Registry for docs: [`data_github_actions_registration_token`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token). +Refer to the Terraform Registry for docs: [`data_github_actions_registration_token`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token). diff --git a/src/data-github-actions-registration-token/index.ts b/src/data-github-actions-registration-token/index.ts index 9d0e57b6c..f429290da 100644 --- a/src/data-github-actions-registration-token/index.ts +++ b/src/data-github-actions-registration-token/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsRegistrationTokenConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#id DataGithubActionsRegistrationToken#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#repository DataGithubActionsRegistrationToken#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token github_actions_registration_token} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token github_actions_registration_token} */ export class DataGithubActionsRegistrationToken extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubActionsRegistrationToken extends cdktf.TerraformDataSourc * Generates CDKTF code for importing a DataGithubActionsRegistrationToken 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 DataGithubActionsRegistrationToken to import - * @param importFromId The id of the existing DataGithubActionsRegistrationToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsRegistrationToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsRegistrationToken to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubActionsRegistrationToken extends cdktf.TerraformDataSourc // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_registration_token github_actions_registration_token} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_registration_token github_actions_registration_token} 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 @@ -65,8 +65,8 @@ export class DataGithubActionsRegistrationToken extends cdktf.TerraformDataSourc terraformResourceType: 'github_actions_registration_token', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-repository-oidc-subject-claim-customization-template/README.md b/src/data-github-actions-repository-oidc-subject-claim-customization-template/README.md index f8f7319d2..158de2014 100644 --- a/src/data-github-actions-repository-oidc-subject-claim-customization-template/README.md +++ b/src/data-github-actions-repository-oidc-subject-claim-customization-template/README.md @@ -1,3 +1,3 @@ # `data_github_actions_repository_oidc_subject_claim_customization_template` -Refer to the Terraform Registry for docs: [`data_github_actions_repository_oidc_subject_claim_customization_template`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template). +Refer to the Terraform Registry for docs: [`data_github_actions_repository_oidc_subject_claim_customization_template`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template). diff --git a/src/data-github-actions-repository-oidc-subject-claim-customization-template/index.ts b/src/data-github-actions-repository-oidc-subject-claim-customization-template/index.ts index 2dc36e1e8..121f9e46b 100644 --- a/src/data-github-actions-repository-oidc-subject-claim-customization-template/index.ts +++ b/src/data-github-actions-repository-oidc-subject-claim-customization-template/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplateConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#id DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#name DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template} */ export class DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate ex * Generates CDKTF code for importing a DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate 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 DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate to import - * @param importFromId The id of the existing DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate ex // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_repository_oidc_subject_claim_customization_template github_actions_repository_oidc_subject_claim_customization_template} 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 @@ -65,8 +65,8 @@ export class DataGithubActionsRepositoryOidcSubjectClaimCustomizationTemplate ex terraformResourceType: 'github_actions_repository_oidc_subject_claim_customization_template', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-secrets/README.md b/src/data-github-actions-secrets/README.md index fb3a9a2de..ee1b5e913 100644 --- a/src/data-github-actions-secrets/README.md +++ b/src/data-github-actions-secrets/README.md @@ -1,3 +1,3 @@ # `data_github_actions_secrets` -Refer to the Terraform Registry for docs: [`data_github_actions_secrets`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets). +Refer to the Terraform Registry for docs: [`data_github_actions_secrets`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets). diff --git a/src/data-github-actions-secrets/index.ts b/src/data-github-actions-secrets/index.ts index 1ab9d6f42..b6a4cde24 100644 --- a/src/data-github-actions-secrets/index.ts +++ b/src/data-github-actions-secrets/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,18 +13,18 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsSecretsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#full_name DataGithubActionsSecrets#full_name} */ readonly fullName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#id DataGithubActionsSecrets#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#name DataGithubActionsSecrets#name} */ readonly name?: string; } @@ -115,7 +115,7 @@ export class DataGithubActionsSecretsSecretsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets github_actions_secrets} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets github_actions_secrets} */ export class DataGithubActionsSecrets extends cdktf.TerraformDataSource { @@ -131,7 +131,7 @@ export class DataGithubActionsSecrets extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubActionsSecrets 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 DataGithubActionsSecrets to import - * @param importFromId The id of the existing DataGithubActionsSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsSecrets to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -143,7 +143,7 @@ export class DataGithubActionsSecrets extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_secrets github_actions_secrets} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_secrets github_actions_secrets} 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 @@ -154,8 +154,8 @@ export class DataGithubActionsSecrets extends cdktf.TerraformDataSource { terraformResourceType: 'github_actions_secrets', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-actions-variables/README.md b/src/data-github-actions-variables/README.md index e56fc6304..e3503b36d 100644 --- a/src/data-github-actions-variables/README.md +++ b/src/data-github-actions-variables/README.md @@ -1,3 +1,3 @@ # `data_github_actions_variables` -Refer to the Terraform Registry for docs: [`data_github_actions_variables`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables). +Refer to the Terraform Registry for docs: [`data_github_actions_variables`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables). diff --git a/src/data-github-actions-variables/index.ts b/src/data-github-actions-variables/index.ts index 7fd2d05fc..fa45fafe4 100644 --- a/src/data-github-actions-variables/index.ts +++ b/src/data-github-actions-variables/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,18 +13,18 @@ import * as cdktf from 'cdktf'; export interface DataGithubActionsVariablesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#full_name DataGithubActionsVariables#full_name} */ readonly fullName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#id DataGithubActionsVariables#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#name DataGithubActionsVariables#name} */ readonly name?: string; } @@ -120,7 +120,7 @@ export class DataGithubActionsVariablesVariablesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables github_actions_variables} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables github_actions_variables} */ export class DataGithubActionsVariables extends cdktf.TerraformDataSource { @@ -136,7 +136,7 @@ export class DataGithubActionsVariables extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubActionsVariables 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 DataGithubActionsVariables to import - * @param importFromId The id of the existing DataGithubActionsVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubActionsVariables that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubActionsVariables to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -148,7 +148,7 @@ export class DataGithubActionsVariables extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/actions_variables github_actions_variables} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/actions_variables github_actions_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 @@ -159,8 +159,8 @@ export class DataGithubActionsVariables extends cdktf.TerraformDataSource { terraformResourceType: 'github_actions_variables', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-app-token/README.md b/src/data-github-app-token/README.md index 0ac12e0f0..b4ce99c9c 100644 --- a/src/data-github-app-token/README.md +++ b/src/data-github-app-token/README.md @@ -1,3 +1,3 @@ # `data_github_app_token` -Refer to the Terraform Registry for docs: [`data_github_app_token`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token). +Refer to the Terraform Registry for docs: [`data_github_app_token`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token). diff --git a/src/data-github-app-token/index.ts b/src/data-github-app-token/index.ts index 1e1639f69..205190ba4 100644 --- a/src/data-github-app-token/index.ts +++ b/src/data-github-app-token/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataGithubAppTokenConfig extends cdktf.TerraformMetaArguments { /** * The GitHub App ID. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#app_id DataGithubAppToken#app_id} */ readonly appId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#id DataGithubAppToken#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#id DataGithubAppToken#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubAppTokenConfig extends cdktf.TerraformMetaArguments { /** * The GitHub App installation instance ID. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#installation_id DataGithubAppToken#installation_id} */ readonly installationId: string; /** * The GitHub App PEM file contents. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#pem_file DataGithubAppToken#pem_file} */ readonly pemFile: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token github_app_token} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token github_app_token} */ export class DataGithubAppToken extends cdktf.TerraformDataSource { @@ -56,7 +56,7 @@ export class DataGithubAppToken extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubAppToken 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 DataGithubAppToken to import - * @param importFromId The id of the existing DataGithubAppToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubAppToken that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubAppToken to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class DataGithubAppToken extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app_token github_app_token} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app_token github_app_token} 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,8 +79,8 @@ export class DataGithubAppToken extends cdktf.TerraformDataSource { terraformResourceType: 'github_app_token', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-app/README.md b/src/data-github-app/README.md index a327c3fff..508ea7782 100644 --- a/src/data-github-app/README.md +++ b/src/data-github-app/README.md @@ -1,3 +1,3 @@ # `data_github_app` -Refer to the Terraform Registry for docs: [`data_github_app`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app). +Refer to the Terraform Registry for docs: [`data_github_app`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app). diff --git a/src/data-github-app/index.ts b/src/data-github-app/index.ts index 618d679d6..27efb7050 100644 --- a/src/data-github-app/index.ts +++ b/src/data-github-app/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubAppConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#id DataGithubApp#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#id DataGithubApp#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#slug DataGithubApp#slug} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#slug DataGithubApp#slug} */ readonly slug: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app github_app} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app github_app} */ export class DataGithubApp extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubApp extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubApp 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 DataGithubApp to import - * @param importFromId The id of the existing DataGithubApp that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubApp that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubApp to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubApp extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/app github_app} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/app github_app} 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 @@ -65,8 +65,8 @@ export class DataGithubApp extends cdktf.TerraformDataSource { terraformResourceType: 'github_app', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-branch-protection-rules/README.md b/src/data-github-branch-protection-rules/README.md index 33921db0a..1fe6212a9 100644 --- a/src/data-github-branch-protection-rules/README.md +++ b/src/data-github-branch-protection-rules/README.md @@ -1,3 +1,3 @@ # `data_github_branch_protection_rules` -Refer to the Terraform Registry for docs: [`data_github_branch_protection_rules`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules). +Refer to the Terraform Registry for docs: [`data_github_branch_protection_rules`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules). diff --git a/src/data-github-branch-protection-rules/index.ts b/src/data-github-branch-protection-rules/index.ts index 299a4d972..678c38f85 100644 --- a/src/data-github-branch-protection-rules/index.ts +++ b/src/data-github-branch-protection-rules/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,14 +13,14 @@ import * as cdktf from 'cdktf'; export interface DataGithubBranchProtectionRulesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#id DataGithubBranchProtectionRules#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#repository DataGithubBranchProtectionRules#repository} */ readonly repository: string; } @@ -101,7 +101,7 @@ export class DataGithubBranchProtectionRulesRulesList extends cdktf.ComplexList } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules github_branch_protection_rules} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules github_branch_protection_rules} */ export class DataGithubBranchProtectionRules extends cdktf.TerraformDataSource { @@ -117,7 +117,7 @@ export class DataGithubBranchProtectionRules extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubBranchProtectionRules 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 DataGithubBranchProtectionRules to import - * @param importFromId The id of the existing DataGithubBranchProtectionRules that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubBranchProtectionRules that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubBranchProtectionRules to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -129,7 +129,7 @@ export class DataGithubBranchProtectionRules extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch_protection_rules github_branch_protection_rules} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch_protection_rules github_branch_protection_rules} 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 @@ -140,8 +140,8 @@ export class DataGithubBranchProtectionRules extends cdktf.TerraformDataSource { terraformResourceType: 'github_branch_protection_rules', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-branch/README.md b/src/data-github-branch/README.md index 3eda91d03..fa0b49eb7 100644 --- a/src/data-github-branch/README.md +++ b/src/data-github-branch/README.md @@ -1,3 +1,3 @@ # `data_github_branch` -Refer to the Terraform Registry for docs: [`data_github_branch`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch). +Refer to the Terraform Registry for docs: [`data_github_branch`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch). diff --git a/src/data-github-branch/index.ts b/src/data-github-branch/index.ts index d0488922e..a50a0d5a6 100644 --- a/src/data-github-branch/index.ts +++ b/src/data-github-branch/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface DataGithubBranchConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#branch DataGithubBranch#branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#branch DataGithubBranch#branch} */ readonly branch: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#id DataGithubBranch#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#id DataGithubBranch#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch#repository DataGithubBranch#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch#repository DataGithubBranch#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch github_branch} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch github_branch} */ export class DataGithubBranch extends cdktf.TerraformDataSource { @@ -46,7 +46,7 @@ export class DataGithubBranch extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubBranch 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 DataGithubBranch to import - * @param importFromId The id of the existing DataGithubBranch that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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 DataGithubBranch that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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 DataGithubBranch to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class DataGithubBranch extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/branch github_branch} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/branch github_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 @@ -69,8 +69,8 @@ export class DataGithubBranch extends cdktf.TerraformDataSource { terraformResourceType: 'github_branch', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-codespaces-organization-public-key/README.md b/src/data-github-codespaces-organization-public-key/README.md index ff691c97c..697c36f57 100644 --- a/src/data-github-codespaces-organization-public-key/README.md +++ b/src/data-github-codespaces-organization-public-key/README.md @@ -1,3 +1,3 @@ # `data_github_codespaces_organization_public_key` -Refer to the Terraform Registry for docs: [`data_github_codespaces_organization_public_key`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key). +Refer to the Terraform Registry for docs: [`data_github_codespaces_organization_public_key`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key). diff --git a/src/data-github-codespaces-organization-public-key/index.ts b/src/data-github-codespaces-organization-public-key/index.ts index 25c073280..af89e2cf0 100644 --- a/src/data-github-codespaces-organization-public-key/index.ts +++ b/src/data-github-codespaces-organization-public-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubCodespacesOrganizationPublicKeyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#id DataGithubCodespacesOrganizationPublicKey#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubCodespacesOrganizationPublicKeyConfig extends cdktf.T } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key} */ export class DataGithubCodespacesOrganizationPublicKey extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataGithubCodespacesOrganizationPublicKey extends cdktf.TerraformDa * Generates CDKTF code for importing a DataGithubCodespacesOrganizationPublicKey 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 DataGithubCodespacesOrganizationPublicKey to import - * @param importFromId The id of the existing DataGithubCodespacesOrganizationPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubCodespacesOrganizationPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubCodespacesOrganizationPublicKey to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataGithubCodespacesOrganizationPublicKey extends cdktf.TerraformDa // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_public_key github_codespaces_organization_public_key} 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 @@ -61,8 +61,8 @@ export class DataGithubCodespacesOrganizationPublicKey extends cdktf.TerraformDa terraformResourceType: 'github_codespaces_organization_public_key', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-codespaces-organization-secrets/README.md b/src/data-github-codespaces-organization-secrets/README.md index e44ed54f4..29a16b2d0 100644 --- a/src/data-github-codespaces-organization-secrets/README.md +++ b/src/data-github-codespaces-organization-secrets/README.md @@ -1,3 +1,3 @@ # `data_github_codespaces_organization_secrets` -Refer to the Terraform Registry for docs: [`data_github_codespaces_organization_secrets`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets). +Refer to the Terraform Registry for docs: [`data_github_codespaces_organization_secrets`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets). diff --git a/src/data-github-codespaces-organization-secrets/index.ts b/src/data-github-codespaces-organization-secrets/index.ts index 27f2b7749..64ab90151 100644 --- a/src/data-github-codespaces-organization-secrets/index.ts +++ b/src/data-github-codespaces-organization-secrets/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubCodespacesOrganizationSecretsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#id DataGithubCodespacesOrganizationSecrets#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -112,7 +112,7 @@ export class DataGithubCodespacesOrganizationSecretsSecretsList extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets} */ export class DataGithubCodespacesOrganizationSecrets extends cdktf.TerraformDataSource { @@ -128,7 +128,7 @@ export class DataGithubCodespacesOrganizationSecrets extends cdktf.TerraformData * Generates CDKTF code for importing a DataGithubCodespacesOrganizationSecrets 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 DataGithubCodespacesOrganizationSecrets to import - * @param importFromId The id of the existing DataGithubCodespacesOrganizationSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubCodespacesOrganizationSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubCodespacesOrganizationSecrets to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -140,7 +140,7 @@ export class DataGithubCodespacesOrganizationSecrets extends cdktf.TerraformData // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_organization_secrets github_codespaces_organization_secrets} 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 @@ -151,8 +151,8 @@ export class DataGithubCodespacesOrganizationSecrets extends cdktf.TerraformData terraformResourceType: 'github_codespaces_organization_secrets', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-codespaces-public-key/README.md b/src/data-github-codespaces-public-key/README.md index 40fc3a6cb..07d9d4719 100644 --- a/src/data-github-codespaces-public-key/README.md +++ b/src/data-github-codespaces-public-key/README.md @@ -1,3 +1,3 @@ # `data_github_codespaces_public_key` -Refer to the Terraform Registry for docs: [`data_github_codespaces_public_key`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key). +Refer to the Terraform Registry for docs: [`data_github_codespaces_public_key`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key). diff --git a/src/data-github-codespaces-public-key/index.ts b/src/data-github-codespaces-public-key/index.ts index 32f3a835d..f538b2a22 100644 --- a/src/data-github-codespaces-public-key/index.ts +++ b/src/data-github-codespaces-public-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubCodespacesPublicKeyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#id DataGithubCodespacesPublicKey#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#repository DataGithubCodespacesPublicKey#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key github_codespaces_public_key} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key github_codespaces_public_key} */ export class DataGithubCodespacesPublicKey extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubCodespacesPublicKey extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubCodespacesPublicKey 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 DataGithubCodespacesPublicKey to import - * @param importFromId The id of the existing DataGithubCodespacesPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubCodespacesPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubCodespacesPublicKey to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubCodespacesPublicKey extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_public_key github_codespaces_public_key} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_public_key github_codespaces_public_key} 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 @@ -65,8 +65,8 @@ export class DataGithubCodespacesPublicKey extends cdktf.TerraformDataSource { terraformResourceType: 'github_codespaces_public_key', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-codespaces-secrets/README.md b/src/data-github-codespaces-secrets/README.md index 2d2075577..4f8968212 100644 --- a/src/data-github-codespaces-secrets/README.md +++ b/src/data-github-codespaces-secrets/README.md @@ -1,3 +1,3 @@ # `data_github_codespaces_secrets` -Refer to the Terraform Registry for docs: [`data_github_codespaces_secrets`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets). +Refer to the Terraform Registry for docs: [`data_github_codespaces_secrets`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets). diff --git a/src/data-github-codespaces-secrets/index.ts b/src/data-github-codespaces-secrets/index.ts index 2073bcc25..23ebb20a6 100644 --- a/src/data-github-codespaces-secrets/index.ts +++ b/src/data-github-codespaces-secrets/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataGithubCodespacesSecretsConfig extends cdktf.TerraformMetaAr /** * Full name of the repository (in `org/name` format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#full_name DataGithubCodespacesSecrets#full_name} */ readonly fullName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#id DataGithubCodespacesSecrets#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubCodespacesSecretsConfig extends cdktf.TerraformMetaAr /** * The name of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#name DataGithubCodespacesSecrets#name} */ readonly name?: string; } @@ -119,7 +119,7 @@ export class DataGithubCodespacesSecretsSecretsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets github_codespaces_secrets} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets github_codespaces_secrets} */ export class DataGithubCodespacesSecrets extends cdktf.TerraformDataSource { @@ -135,7 +135,7 @@ export class DataGithubCodespacesSecrets extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubCodespacesSecrets 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 DataGithubCodespacesSecrets to import - * @param importFromId The id of the existing DataGithubCodespacesSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubCodespacesSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubCodespacesSecrets to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -147,7 +147,7 @@ export class DataGithubCodespacesSecrets extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_secrets github_codespaces_secrets} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_secrets github_codespaces_secrets} 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 @@ -158,8 +158,8 @@ export class DataGithubCodespacesSecrets extends cdktf.TerraformDataSource { terraformResourceType: 'github_codespaces_secrets', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-codespaces-user-public-key/README.md b/src/data-github-codespaces-user-public-key/README.md index 6f32b6363..6611c031f 100644 --- a/src/data-github-codespaces-user-public-key/README.md +++ b/src/data-github-codespaces-user-public-key/README.md @@ -1,3 +1,3 @@ # `data_github_codespaces_user_public_key` -Refer to the Terraform Registry for docs: [`data_github_codespaces_user_public_key`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key). +Refer to the Terraform Registry for docs: [`data_github_codespaces_user_public_key`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key). diff --git a/src/data-github-codespaces-user-public-key/index.ts b/src/data-github-codespaces-user-public-key/index.ts index 89bde7b87..f4d23a569 100644 --- a/src/data-github-codespaces-user-public-key/index.ts +++ b/src/data-github-codespaces-user-public-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubCodespacesUserPublicKeyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#id DataGithubCodespacesUserPublicKey#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubCodespacesUserPublicKeyConfig extends cdktf.Terraform } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key} */ export class DataGithubCodespacesUserPublicKey extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataGithubCodespacesUserPublicKey extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataGithubCodespacesUserPublicKey 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 DataGithubCodespacesUserPublicKey to import - * @param importFromId The id of the existing DataGithubCodespacesUserPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubCodespacesUserPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubCodespacesUserPublicKey to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataGithubCodespacesUserPublicKey extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_public_key github_codespaces_user_public_key} 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 @@ -61,8 +61,8 @@ export class DataGithubCodespacesUserPublicKey extends cdktf.TerraformDataSource terraformResourceType: 'github_codespaces_user_public_key', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-codespaces-user-secrets/README.md b/src/data-github-codespaces-user-secrets/README.md index 542044fbb..49cb9f801 100644 --- a/src/data-github-codespaces-user-secrets/README.md +++ b/src/data-github-codespaces-user-secrets/README.md @@ -1,3 +1,3 @@ # `data_github_codespaces_user_secrets` -Refer to the Terraform Registry for docs: [`data_github_codespaces_user_secrets`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets). +Refer to the Terraform Registry for docs: [`data_github_codespaces_user_secrets`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets). diff --git a/src/data-github-codespaces-user-secrets/index.ts b/src/data-github-codespaces-user-secrets/index.ts index ab74186ff..3f7d197ac 100644 --- a/src/data-github-codespaces-user-secrets/index.ts +++ b/src/data-github-codespaces-user-secrets/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubCodespacesUserSecretsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#id DataGithubCodespacesUserSecrets#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -112,7 +112,7 @@ export class DataGithubCodespacesUserSecretsSecretsList extends cdktf.ComplexLis } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets} */ export class DataGithubCodespacesUserSecrets extends cdktf.TerraformDataSource { @@ -128,7 +128,7 @@ export class DataGithubCodespacesUserSecrets extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubCodespacesUserSecrets 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 DataGithubCodespacesUserSecrets to import - * @param importFromId The id of the existing DataGithubCodespacesUserSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubCodespacesUserSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubCodespacesUserSecrets to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -140,7 +140,7 @@ export class DataGithubCodespacesUserSecrets extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/codespaces_user_secrets github_codespaces_user_secrets} 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 @@ -151,8 +151,8 @@ export class DataGithubCodespacesUserSecrets extends cdktf.TerraformDataSource { terraformResourceType: 'github_codespaces_user_secrets', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-collaborators/README.md b/src/data-github-collaborators/README.md index fbfcb81aa..2bc7a8bec 100644 --- a/src/data-github-collaborators/README.md +++ b/src/data-github-collaborators/README.md @@ -1,3 +1,3 @@ # `data_github_collaborators` -Refer to the Terraform Registry for docs: [`data_github_collaborators`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators). +Refer to the Terraform Registry for docs: [`data_github_collaborators`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators). diff --git a/src/data-github-collaborators/index.ts b/src/data-github-collaborators/index.ts index 16a25aa7d..4fc87f81e 100644 --- a/src/data-github-collaborators/index.ts +++ b/src/data-github-collaborators/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,22 +13,22 @@ import * as cdktf from 'cdktf'; export interface DataGithubCollaboratorsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#affiliation DataGithubCollaborators#affiliation} */ readonly affiliation?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#id DataGithubCollaborators#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#id DataGithubCollaborators#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#owner DataGithubCollaborators#owner} */ readonly owner: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#repository DataGithubCollaborators#repository} */ readonly repository: string; } @@ -184,7 +184,7 @@ export class DataGithubCollaboratorsCollaboratorList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators github_collaborators} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators github_collaborators} */ export class DataGithubCollaborators extends cdktf.TerraformDataSource { @@ -200,7 +200,7 @@ export class DataGithubCollaborators extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubCollaborators 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 DataGithubCollaborators to import - * @param importFromId The id of the existing DataGithubCollaborators that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubCollaborators that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubCollaborators to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -212,7 +212,7 @@ export class DataGithubCollaborators extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/collaborators github_collaborators} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/collaborators github_collaborators} 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 @@ -223,8 +223,8 @@ export class DataGithubCollaborators extends cdktf.TerraformDataSource { terraformResourceType: 'github_collaborators', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-dependabot-organization-public-key/README.md b/src/data-github-dependabot-organization-public-key/README.md index 3716a6639..aa6e7b34a 100644 --- a/src/data-github-dependabot-organization-public-key/README.md +++ b/src/data-github-dependabot-organization-public-key/README.md @@ -1,3 +1,3 @@ # `data_github_dependabot_organization_public_key` -Refer to the Terraform Registry for docs: [`data_github_dependabot_organization_public_key`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key). +Refer to the Terraform Registry for docs: [`data_github_dependabot_organization_public_key`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key). diff --git a/src/data-github-dependabot-organization-public-key/index.ts b/src/data-github-dependabot-organization-public-key/index.ts index d26dff854..5d2ae1347 100644 --- a/src/data-github-dependabot-organization-public-key/index.ts +++ b/src/data-github-dependabot-organization-public-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubDependabotOrganizationPublicKeyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#id DataGithubDependabotOrganizationPublicKey#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubDependabotOrganizationPublicKeyConfig extends cdktf.T } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key} */ export class DataGithubDependabotOrganizationPublicKey extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataGithubDependabotOrganizationPublicKey extends cdktf.TerraformDa * Generates CDKTF code for importing a DataGithubDependabotOrganizationPublicKey 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 DataGithubDependabotOrganizationPublicKey to import - * @param importFromId The id of the existing DataGithubDependabotOrganizationPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubDependabotOrganizationPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubDependabotOrganizationPublicKey to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataGithubDependabotOrganizationPublicKey extends cdktf.TerraformDa // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_public_key github_dependabot_organization_public_key} 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 @@ -61,8 +61,8 @@ export class DataGithubDependabotOrganizationPublicKey extends cdktf.TerraformDa terraformResourceType: 'github_dependabot_organization_public_key', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-dependabot-organization-secrets/README.md b/src/data-github-dependabot-organization-secrets/README.md index 2ef5b9ecf..8b8853eb7 100644 --- a/src/data-github-dependabot-organization-secrets/README.md +++ b/src/data-github-dependabot-organization-secrets/README.md @@ -1,3 +1,3 @@ # `data_github_dependabot_organization_secrets` -Refer to the Terraform Registry for docs: [`data_github_dependabot_organization_secrets`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets). +Refer to the Terraform Registry for docs: [`data_github_dependabot_organization_secrets`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets). diff --git a/src/data-github-dependabot-organization-secrets/index.ts b/src/data-github-dependabot-organization-secrets/index.ts index 2aef76109..8ff7b38d5 100644 --- a/src/data-github-dependabot-organization-secrets/index.ts +++ b/src/data-github-dependabot-organization-secrets/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubDependabotOrganizationSecretsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#id DataGithubDependabotOrganizationSecrets#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -112,7 +112,7 @@ export class DataGithubDependabotOrganizationSecretsSecretsList extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets} */ export class DataGithubDependabotOrganizationSecrets extends cdktf.TerraformDataSource { @@ -128,7 +128,7 @@ export class DataGithubDependabotOrganizationSecrets extends cdktf.TerraformData * Generates CDKTF code for importing a DataGithubDependabotOrganizationSecrets 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 DataGithubDependabotOrganizationSecrets to import - * @param importFromId The id of the existing DataGithubDependabotOrganizationSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubDependabotOrganizationSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubDependabotOrganizationSecrets to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -140,7 +140,7 @@ export class DataGithubDependabotOrganizationSecrets extends cdktf.TerraformData // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_organization_secrets github_dependabot_organization_secrets} 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 @@ -151,8 +151,8 @@ export class DataGithubDependabotOrganizationSecrets extends cdktf.TerraformData terraformResourceType: 'github_dependabot_organization_secrets', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-dependabot-public-key/README.md b/src/data-github-dependabot-public-key/README.md index dc4dcf373..a0c5d92da 100644 --- a/src/data-github-dependabot-public-key/README.md +++ b/src/data-github-dependabot-public-key/README.md @@ -1,3 +1,3 @@ # `data_github_dependabot_public_key` -Refer to the Terraform Registry for docs: [`data_github_dependabot_public_key`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key). +Refer to the Terraform Registry for docs: [`data_github_dependabot_public_key`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key). diff --git a/src/data-github-dependabot-public-key/index.ts b/src/data-github-dependabot-public-key/index.ts index 580cdbc59..eeb911cf9 100644 --- a/src/data-github-dependabot-public-key/index.ts +++ b/src/data-github-dependabot-public-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubDependabotPublicKeyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#id DataGithubDependabotPublicKey#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#repository DataGithubDependabotPublicKey#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key github_dependabot_public_key} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key github_dependabot_public_key} */ export class DataGithubDependabotPublicKey extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubDependabotPublicKey extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubDependabotPublicKey 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 DataGithubDependabotPublicKey to import - * @param importFromId The id of the existing DataGithubDependabotPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubDependabotPublicKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubDependabotPublicKey to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubDependabotPublicKey extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_public_key github_dependabot_public_key} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_public_key github_dependabot_public_key} 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 @@ -65,8 +65,8 @@ export class DataGithubDependabotPublicKey extends cdktf.TerraformDataSource { terraformResourceType: 'github_dependabot_public_key', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-dependabot-secrets/README.md b/src/data-github-dependabot-secrets/README.md index e803b580c..e6864007a 100644 --- a/src/data-github-dependabot-secrets/README.md +++ b/src/data-github-dependabot-secrets/README.md @@ -1,3 +1,3 @@ # `data_github_dependabot_secrets` -Refer to the Terraform Registry for docs: [`data_github_dependabot_secrets`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets). +Refer to the Terraform Registry for docs: [`data_github_dependabot_secrets`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets). diff --git a/src/data-github-dependabot-secrets/index.ts b/src/data-github-dependabot-secrets/index.ts index f060f1cb9..888ef815a 100644 --- a/src/data-github-dependabot-secrets/index.ts +++ b/src/data-github-dependabot-secrets/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,18 +13,18 @@ import * as cdktf from 'cdktf'; export interface DataGithubDependabotSecretsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#full_name DataGithubDependabotSecrets#full_name} */ readonly fullName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#id DataGithubDependabotSecrets#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#name DataGithubDependabotSecrets#name} */ readonly name?: string; } @@ -115,7 +115,7 @@ export class DataGithubDependabotSecretsSecretsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets github_dependabot_secrets} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets github_dependabot_secrets} */ export class DataGithubDependabotSecrets extends cdktf.TerraformDataSource { @@ -131,7 +131,7 @@ export class DataGithubDependabotSecrets extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubDependabotSecrets 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 DataGithubDependabotSecrets to import - * @param importFromId The id of the existing DataGithubDependabotSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubDependabotSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubDependabotSecrets to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -143,7 +143,7 @@ export class DataGithubDependabotSecrets extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/dependabot_secrets github_dependabot_secrets} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/dependabot_secrets github_dependabot_secrets} 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 @@ -154,8 +154,8 @@ export class DataGithubDependabotSecrets extends cdktf.TerraformDataSource { terraformResourceType: 'github_dependabot_secrets', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-enterprise/README.md b/src/data-github-enterprise/README.md index 8d3855611..52d31aaba 100644 --- a/src/data-github-enterprise/README.md +++ b/src/data-github-enterprise/README.md @@ -1,3 +1,3 @@ # `data_github_enterprise` -Refer to the Terraform Registry for docs: [`data_github_enterprise`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise). +Refer to the Terraform Registry for docs: [`data_github_enterprise`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise). diff --git a/src/data-github-enterprise/index.ts b/src/data-github-enterprise/index.ts index c0b348967..6b2dcc0a2 100644 --- a/src/data-github-enterprise/index.ts +++ b/src/data-github-enterprise/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubEnterpriseConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#id DataGithubEnterprise#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#id DataGithubEnterprise#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#slug DataGithubEnterprise#slug} */ readonly slug: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise github_enterprise} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise github_enterprise} */ export class DataGithubEnterprise extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubEnterprise extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubEnterprise 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 DataGithubEnterprise to import - * @param importFromId The id of the existing DataGithubEnterprise that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubEnterprise that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubEnterprise to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubEnterprise extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/enterprise github_enterprise} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/enterprise github_enterprise} 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 @@ -65,8 +65,8 @@ export class DataGithubEnterprise extends cdktf.TerraformDataSource { terraformResourceType: 'github_enterprise', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-external-groups/README.md b/src/data-github-external-groups/README.md index 7385371b2..fbe29712f 100644 --- a/src/data-github-external-groups/README.md +++ b/src/data-github-external-groups/README.md @@ -1,3 +1,3 @@ # `data_github_external_groups` -Refer to the Terraform Registry for docs: [`data_github_external_groups`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups). +Refer to the Terraform Registry for docs: [`data_github_external_groups`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups). diff --git a/src/data-github-external-groups/index.ts b/src/data-github-external-groups/index.ts index b8596fe76..a72888b8d 100644 --- a/src/data-github-external-groups/index.ts +++ b/src/data-github-external-groups/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubExternalGroupsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#id DataGithubExternalGroups#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -107,7 +107,7 @@ export class DataGithubExternalGroupsExternalGroupsList extends cdktf.ComplexLis } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups github_external_groups} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups github_external_groups} */ export class DataGithubExternalGroups extends cdktf.TerraformDataSource { @@ -123,7 +123,7 @@ export class DataGithubExternalGroups extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubExternalGroups 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 DataGithubExternalGroups to import - * @param importFromId The id of the existing DataGithubExternalGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubExternalGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubExternalGroups to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -135,7 +135,7 @@ export class DataGithubExternalGroups extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/external_groups github_external_groups} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/external_groups github_external_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 @@ -146,8 +146,8 @@ export class DataGithubExternalGroups extends cdktf.TerraformDataSource { terraformResourceType: 'github_external_groups', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-ip-ranges/README.md b/src/data-github-ip-ranges/README.md index 9720da6c1..0345a2ddf 100644 --- a/src/data-github-ip-ranges/README.md +++ b/src/data-github-ip-ranges/README.md @@ -1,3 +1,3 @@ # `data_github_ip_ranges` -Refer to the Terraform Registry for docs: [`data_github_ip_ranges`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges). +Refer to the Terraform Registry for docs: [`data_github_ip_ranges`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges). diff --git a/src/data-github-ip-ranges/index.ts b/src/data-github-ip-ranges/index.ts index f32d3cd6c..2bc3bfd43 100644 --- a/src/data-github-ip-ranges/index.ts +++ b/src/data-github-ip-ranges/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubIpRangesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#id DataGithubIpRanges#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubIpRangesConfig extends cdktf.TerraformMetaArguments { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges github_ip_ranges} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges github_ip_ranges} */ export class DataGithubIpRanges extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataGithubIpRanges extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubIpRanges 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 DataGithubIpRanges to import - * @param importFromId The id of the existing DataGithubIpRanges that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubIpRanges that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubIpRanges to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataGithubIpRanges extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ip_ranges github_ip_ranges} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ip_ranges github_ip_ranges} 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 @@ -61,8 +61,8 @@ export class DataGithubIpRanges extends cdktf.TerraformDataSource { terraformResourceType: 'github_ip_ranges', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, @@ -185,6 +185,21 @@ export class DataGithubIpRanges extends cdktf.TerraformDataSource { return this.getListAttribute('importer_ipv6'); } + // packages - computed: true, optional: false, required: false + public get packages() { + return this.getListAttribute('packages'); + } + + // packages_ipv4 - computed: true, optional: false, required: false + public get packagesIpv4() { + return this.getListAttribute('packages_ipv4'); + } + + // packages_ipv6 - computed: true, optional: false, required: false + public get packagesIpv6() { + return this.getListAttribute('packages_ipv6'); + } + // pages - computed: true, optional: false, required: false public get pages() { return this.getListAttribute('pages'); diff --git a/src/data-github-issue-labels/README.md b/src/data-github-issue-labels/README.md index 3f87ceaed..ebfe1cf0b 100644 --- a/src/data-github-issue-labels/README.md +++ b/src/data-github-issue-labels/README.md @@ -1,3 +1,3 @@ # `data_github_issue_labels` -Refer to the Terraform Registry for docs: [`data_github_issue_labels`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels). +Refer to the Terraform Registry for docs: [`data_github_issue_labels`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels). diff --git a/src/data-github-issue-labels/index.ts b/src/data-github-issue-labels/index.ts index 1b3c089a7..c744abc29 100644 --- a/src/data-github-issue-labels/index.ts +++ b/src/data-github-issue-labels/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,14 +13,14 @@ import * as cdktf from 'cdktf'; export interface DataGithubIssueLabelsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#id DataGithubIssueLabels#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#repository DataGithubIssueLabels#repository} */ readonly repository: string; } @@ -116,7 +116,7 @@ export class DataGithubIssueLabelsLabelsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels github_issue_labels} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels github_issue_labels} */ export class DataGithubIssueLabels extends cdktf.TerraformDataSource { @@ -132,7 +132,7 @@ export class DataGithubIssueLabels extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubIssueLabels 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 DataGithubIssueLabels to import - * @param importFromId The id of the existing DataGithubIssueLabels that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubIssueLabels that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubIssueLabels to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -144,7 +144,7 @@ export class DataGithubIssueLabels extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/issue_labels github_issue_labels} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/issue_labels github_issue_labels} 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 @@ -155,8 +155,8 @@ export class DataGithubIssueLabels extends cdktf.TerraformDataSource { terraformResourceType: 'github_issue_labels', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-membership/README.md b/src/data-github-membership/README.md index 55f519760..8dfa12923 100644 --- a/src/data-github-membership/README.md +++ b/src/data-github-membership/README.md @@ -1,3 +1,3 @@ # `data_github_membership` -Refer to the Terraform Registry for docs: [`data_github_membership`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership). +Refer to the Terraform Registry for docs: [`data_github_membership`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership). diff --git a/src/data-github-membership/index.ts b/src/data-github-membership/index.ts index bcc60963c..b76d2f684 100644 --- a/src/data-github-membership/index.ts +++ b/src/data-github-membership/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,24 +13,24 @@ import * as cdktf from 'cdktf'; export interface DataGithubMembershipConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#id DataGithubMembership#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#id DataGithubMembership#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#organization DataGithubMembership#organization} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#organization DataGithubMembership#organization} */ readonly organization?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#username DataGithubMembership#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#username DataGithubMembership#username} */ readonly username: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership github_membership} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership github_membership} */ export class DataGithubMembership extends cdktf.TerraformDataSource { @@ -46,7 +46,7 @@ export class DataGithubMembership extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubMembership 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 DataGithubMembership to import - * @param importFromId The id of the existing DataGithubMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubMembership to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -58,7 +58,7 @@ export class DataGithubMembership extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/membership github_membership} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/membership github_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 @@ -69,8 +69,8 @@ export class DataGithubMembership extends cdktf.TerraformDataSource { terraformResourceType: 'github_membership', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-organization-custom-role/README.md b/src/data-github-organization-custom-role/README.md index bf204c067..a09fd20d2 100644 --- a/src/data-github-organization-custom-role/README.md +++ b/src/data-github-organization-custom-role/README.md @@ -1,3 +1,3 @@ # `data_github_organization_custom_role` -Refer to the Terraform Registry for docs: [`data_github_organization_custom_role`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role). +Refer to the Terraform Registry for docs: [`data_github_organization_custom_role`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role). diff --git a/src/data-github-organization-custom-role/index.ts b/src/data-github-organization-custom-role/index.ts index 9af255c2f..befc255b4 100644 --- a/src/data-github-organization-custom-role/index.ts +++ b/src/data-github-organization-custom-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubOrganizationCustomRoleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#id DataGithubOrganizationCustomRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#name DataGithubOrganizationCustomRole#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role github_organization_custom_role} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role github_organization_custom_role} */ export class DataGithubOrganizationCustomRole extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubOrganizationCustomRole extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataGithubOrganizationCustomRole 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 DataGithubOrganizationCustomRole to import - * @param importFromId The id of the existing DataGithubOrganizationCustomRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubOrganizationCustomRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubOrganizationCustomRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubOrganizationCustomRole extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_custom_role github_organization_custom_role} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_custom_role github_organization_custom_role} 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 @@ -65,8 +65,8 @@ export class DataGithubOrganizationCustomRole extends cdktf.TerraformDataSource terraformResourceType: 'github_organization_custom_role', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-organization-external-identities/README.md b/src/data-github-organization-external-identities/README.md index f09ce9c2f..46a65cbbd 100644 --- a/src/data-github-organization-external-identities/README.md +++ b/src/data-github-organization-external-identities/README.md @@ -1,3 +1,3 @@ # `data_github_organization_external_identities` -Refer to the Terraform Registry for docs: [`data_github_organization_external_identities`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities). +Refer to the Terraform Registry for docs: [`data_github_organization_external_identities`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities). diff --git a/src/data-github-organization-external-identities/index.ts b/src/data-github-organization-external-identities/index.ts index 1923c8781..9e68a1327 100644 --- a/src/data-github-organization-external-identities/index.ts +++ b/src/data-github-organization-external-identities/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubOrganizationExternalIdentitiesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#id DataGithubOrganizationExternalIdentities#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -109,7 +109,7 @@ export class DataGithubOrganizationExternalIdentitiesIdentitiesList extends cdkt } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities github_organization_external_identities} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities github_organization_external_identities} */ export class DataGithubOrganizationExternalIdentities extends cdktf.TerraformDataSource { @@ -125,7 +125,7 @@ export class DataGithubOrganizationExternalIdentities extends cdktf.TerraformDat * Generates CDKTF code for importing a DataGithubOrganizationExternalIdentities 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 DataGithubOrganizationExternalIdentities to import - * @param importFromId The id of the existing DataGithubOrganizationExternalIdentities that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubOrganizationExternalIdentities that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubOrganizationExternalIdentities to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -137,7 +137,7 @@ export class DataGithubOrganizationExternalIdentities extends cdktf.TerraformDat // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_external_identities github_organization_external_identities} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_external_identities github_organization_external_identities} 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 @@ -148,8 +148,8 @@ export class DataGithubOrganizationExternalIdentities extends cdktf.TerraformDat terraformResourceType: 'github_organization_external_identities', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-organization-ip-allow-list/README.md b/src/data-github-organization-ip-allow-list/README.md index fadf78f25..2b341b437 100644 --- a/src/data-github-organization-ip-allow-list/README.md +++ b/src/data-github-organization-ip-allow-list/README.md @@ -1,3 +1,3 @@ # `data_github_organization_ip_allow_list` -Refer to the Terraform Registry for docs: [`data_github_organization_ip_allow_list`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list). +Refer to the Terraform Registry for docs: [`data_github_organization_ip_allow_list`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list). diff --git a/src/data-github-organization-ip-allow-list/index.ts b/src/data-github-organization-ip-allow-list/index.ts index 33325369a..1d7f4baac 100644 --- a/src/data-github-organization-ip-allow-list/index.ts +++ b/src/data-github-organization-ip-allow-list/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubOrganizationIpAllowListConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#id DataGithubOrganizationIpAllowList#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 @@ export class DataGithubOrganizationIpAllowListIpAllowListStructList extends cdkt } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list} */ export class DataGithubOrganizationIpAllowList extends cdktf.TerraformDataSource { @@ -138,7 +138,7 @@ export class DataGithubOrganizationIpAllowList extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataGithubOrganizationIpAllowList 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 DataGithubOrganizationIpAllowList to import - * @param importFromId The id of the existing DataGithubOrganizationIpAllowList that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubOrganizationIpAllowList that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubOrganizationIpAllowList to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -150,7 +150,7 @@ export class DataGithubOrganizationIpAllowList extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_ip_allow_list github_organization_ip_allow_list} 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 @@ -161,8 +161,8 @@ export class DataGithubOrganizationIpAllowList extends cdktf.TerraformDataSource terraformResourceType: 'github_organization_ip_allow_list', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-organization-team-sync-groups/README.md b/src/data-github-organization-team-sync-groups/README.md index 4ab79ed2d..5435a3077 100644 --- a/src/data-github-organization-team-sync-groups/README.md +++ b/src/data-github-organization-team-sync-groups/README.md @@ -1,3 +1,3 @@ # `data_github_organization_team_sync_groups` -Refer to the Terraform Registry for docs: [`data_github_organization_team_sync_groups`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups). +Refer to the Terraform Registry for docs: [`data_github_organization_team_sync_groups`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups). diff --git a/src/data-github-organization-team-sync-groups/index.ts b/src/data-github-organization-team-sync-groups/index.ts index 3cf7c6bde..7d5282677 100644 --- a/src/data-github-organization-team-sync-groups/index.ts +++ b/src/data-github-organization-team-sync-groups/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubOrganizationTeamSyncGroupsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#id DataGithubOrganizationTeamSyncGroups#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -107,7 +107,7 @@ export class DataGithubOrganizationTeamSyncGroupsGroupsList extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups} */ export class DataGithubOrganizationTeamSyncGroups extends cdktf.TerraformDataSource { @@ -123,7 +123,7 @@ export class DataGithubOrganizationTeamSyncGroups extends cdktf.TerraformDataSou * Generates CDKTF code for importing a DataGithubOrganizationTeamSyncGroups 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 DataGithubOrganizationTeamSyncGroups to import - * @param importFromId The id of the existing DataGithubOrganizationTeamSyncGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubOrganizationTeamSyncGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubOrganizationTeamSyncGroups to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -135,7 +135,7 @@ export class DataGithubOrganizationTeamSyncGroups extends cdktf.TerraformDataSou // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_groups} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_team_sync_groups github_organization_team_sync_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 @@ -146,8 +146,8 @@ export class DataGithubOrganizationTeamSyncGroups extends cdktf.TerraformDataSou terraformResourceType: 'github_organization_team_sync_groups', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-organization-teams/README.md b/src/data-github-organization-teams/README.md index ed30eac2d..c6621b9a7 100644 --- a/src/data-github-organization-teams/README.md +++ b/src/data-github-organization-teams/README.md @@ -1,3 +1,3 @@ # `data_github_organization_teams` -Refer to the Terraform Registry for docs: [`data_github_organization_teams`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams). +Refer to the Terraform Registry for docs: [`data_github_organization_teams`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams). diff --git a/src/data-github-organization-teams/index.ts b/src/data-github-organization-teams/index.ts index f4bc48932..e35ebed77 100644 --- a/src/data-github-organization-teams/index.ts +++ b/src/data-github-organization-teams/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,22 +13,22 @@ import * as cdktf from 'cdktf'; export interface DataGithubOrganizationTeamsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#id DataGithubOrganizationTeams#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#results_per_page DataGithubOrganizationTeams#results_per_page} */ readonly resultsPerPage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#root_teams_only DataGithubOrganizationTeams#root_teams_only} */ readonly rootTeamsOnly?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#summary_only DataGithubOrganizationTeams#summary_only} */ readonly summaryOnly?: boolean | cdktf.IResolvable; } @@ -150,7 +150,7 @@ export class DataGithubOrganizationTeamsTeamsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams github_organization_teams} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams github_organization_teams} */ export class DataGithubOrganizationTeams extends cdktf.TerraformDataSource { @@ -166,7 +166,7 @@ export class DataGithubOrganizationTeams extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubOrganizationTeams 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 DataGithubOrganizationTeams to import - * @param importFromId The id of the existing DataGithubOrganizationTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubOrganizationTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubOrganizationTeams to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -178,7 +178,7 @@ export class DataGithubOrganizationTeams extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_teams github_organization_teams} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_teams github_organization_teams} 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 @@ -189,8 +189,8 @@ export class DataGithubOrganizationTeams extends cdktf.TerraformDataSource { terraformResourceType: 'github_organization_teams', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-organization-webhooks/README.md b/src/data-github-organization-webhooks/README.md index 5a5bc7863..3271ca188 100644 --- a/src/data-github-organization-webhooks/README.md +++ b/src/data-github-organization-webhooks/README.md @@ -1,3 +1,3 @@ # `data_github_organization_webhooks` -Refer to the Terraform Registry for docs: [`data_github_organization_webhooks`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks). +Refer to the Terraform Registry for docs: [`data_github_organization_webhooks`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks). diff --git a/src/data-github-organization-webhooks/index.ts b/src/data-github-organization-webhooks/index.ts index 307b941d5..82c76e40e 100644 --- a/src/data-github-organization-webhooks/index.ts +++ b/src/data-github-organization-webhooks/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubOrganizationWebhooksConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#id DataGithubOrganizationWebhooks#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -117,7 +117,7 @@ export class DataGithubOrganizationWebhooksWebhooksList extends cdktf.ComplexLis } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks github_organization_webhooks} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks github_organization_webhooks} */ export class DataGithubOrganizationWebhooks extends cdktf.TerraformDataSource { @@ -133,7 +133,7 @@ export class DataGithubOrganizationWebhooks extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubOrganizationWebhooks 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 DataGithubOrganizationWebhooks to import - * @param importFromId The id of the existing DataGithubOrganizationWebhooks that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubOrganizationWebhooks that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubOrganizationWebhooks to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -145,7 +145,7 @@ export class DataGithubOrganizationWebhooks extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization_webhooks github_organization_webhooks} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization_webhooks github_organization_webhooks} 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 @@ -156,8 +156,8 @@ export class DataGithubOrganizationWebhooks extends cdktf.TerraformDataSource { terraformResourceType: 'github_organization_webhooks', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-organization/README.md b/src/data-github-organization/README.md index f562ef7d4..daa1595e8 100644 --- a/src/data-github-organization/README.md +++ b/src/data-github-organization/README.md @@ -1,3 +1,3 @@ # `data_github_organization` -Refer to the Terraform Registry for docs: [`data_github_organization`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization). +Refer to the Terraform Registry for docs: [`data_github_organization`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization). diff --git a/src/data-github-organization/index.ts b/src/data-github-organization/index.ts index 733d1af7f..0a2134b4a 100644 --- a/src/data-github-organization/index.ts +++ b/src/data-github-organization/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubOrganizationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#id DataGithubOrganization#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#id DataGithubOrganization#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#name DataGithubOrganization#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#name DataGithubOrganization#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization github_organization} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization github_organization} */ export class DataGithubOrganization extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubOrganization extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubOrganization 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 DataGithubOrganization to import - * @param importFromId The id of the existing DataGithubOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubOrganization to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubOrganization extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/organization github_organization} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/organization github_organization} 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 @@ -65,8 +65,8 @@ export class DataGithubOrganization extends cdktf.TerraformDataSource { terraformResourceType: 'github_organization', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-ref/README.md b/src/data-github-ref/README.md index cd1fc0f64..daabf4c1d 100644 --- a/src/data-github-ref/README.md +++ b/src/data-github-ref/README.md @@ -1,3 +1,3 @@ # `data_github_ref` -Refer to the Terraform Registry for docs: [`data_github_ref`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref). +Refer to the Terraform Registry for docs: [`data_github_ref`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref). diff --git a/src/data-github-ref/index.ts b/src/data-github-ref/index.ts index f5e90e7b1..bc31c45ba 100644 --- a/src/data-github-ref/index.ts +++ b/src/data-github-ref/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,28 +13,28 @@ import * as cdktf from 'cdktf'; export interface DataGithubRefConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#id DataGithubRef#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#id DataGithubRef#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#owner DataGithubRef#owner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#owner DataGithubRef#owner} */ readonly owner?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#ref DataGithubRef#ref} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#ref DataGithubRef#ref} */ readonly ref: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#repository DataGithubRef#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#repository DataGithubRef#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref github_ref} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref github_ref} */ export class DataGithubRef extends cdktf.TerraformDataSource { @@ -50,7 +50,7 @@ export class DataGithubRef extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRef 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 DataGithubRef to import - * @param importFromId The id of the existing DataGithubRef that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRef that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRef to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class DataGithubRef extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ref github_ref} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ref github_ref} 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,8 +73,8 @@ export class DataGithubRef extends cdktf.TerraformDataSource { terraformResourceType: 'github_ref', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-release/README.md b/src/data-github-release/README.md index 6f5290eb5..0231f92e9 100644 --- a/src/data-github-release/README.md +++ b/src/data-github-release/README.md @@ -1,3 +1,3 @@ # `data_github_release` -Refer to the Terraform Registry for docs: [`data_github_release`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release). +Refer to the Terraform Registry for docs: [`data_github_release`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release). diff --git a/src/data-github-release/index.ts b/src/data-github-release/index.ts index 4846a2064..422cddab0 100644 --- a/src/data-github-release/index.ts +++ b/src/data-github-release/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,30 +13,30 @@ import * as cdktf from 'cdktf'; export interface DataGithubReleaseConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#id DataGithubRelease#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#id DataGithubRelease#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#owner DataGithubRelease#owner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#owner DataGithubRelease#owner} */ readonly owner: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_id DataGithubRelease#release_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_id DataGithubRelease#release_id} */ readonly releaseId?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#release_tag DataGithubRelease#release_tag} */ readonly releaseTag?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#repository DataGithubRelease#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#repository DataGithubRelease#repository} */ readonly repository: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release#retrieve_by DataGithubRelease#retrieve_by} */ readonly retrieveBy: string; } @@ -162,7 +162,7 @@ export class DataGithubReleaseAssetsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release github_release} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release github_release} */ export class DataGithubRelease extends cdktf.TerraformDataSource { @@ -178,7 +178,7 @@ export class DataGithubRelease extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRelease 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 DataGithubRelease to import - * @param importFromId The id of the existing DataGithubRelease that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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 DataGithubRelease that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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 DataGithubRelease to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -190,7 +190,7 @@ export class DataGithubRelease extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/release github_release} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/release github_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 @@ -201,8 +201,8 @@ export class DataGithubRelease extends cdktf.TerraformDataSource { terraformResourceType: 'github_release', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repositories/README.md b/src/data-github-repositories/README.md index 9bd330a0a..ddac7ca06 100644 --- a/src/data-github-repositories/README.md +++ b/src/data-github-repositories/README.md @@ -1,3 +1,3 @@ # `data_github_repositories` -Refer to the Terraform Registry for docs: [`data_github_repositories`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories). +Refer to the Terraform Registry for docs: [`data_github_repositories`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories). diff --git a/src/data-github-repositories/index.ts b/src/data-github-repositories/index.ts index 9d4baae76..a84a0dd5a 100644 --- a/src/data-github-repositories/index.ts +++ b/src/data-github-repositories/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,32 +13,32 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoriesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#id DataGithubRepositories#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#id DataGithubRepositories#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#include_repo_id DataGithubRepositories#include_repo_id} */ readonly includeRepoId?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#query DataGithubRepositories#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#query DataGithubRepositories#query} */ readonly query: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#results_per_page DataGithubRepositories#results_per_page} */ readonly resultsPerPage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#sort DataGithubRepositories#sort} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#sort DataGithubRepositories#sort} */ readonly sort?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories github_repositories} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories github_repositories} */ export class DataGithubRepositories extends cdktf.TerraformDataSource { @@ -54,7 +54,7 @@ export class DataGithubRepositories extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRepositories 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 DataGithubRepositories to import - * @param importFromId The id of the existing DataGithubRepositories that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositories that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepositories to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -66,7 +66,7 @@ export class DataGithubRepositories extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repositories github_repositories} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repositories github_repositories} 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 @@ -77,8 +77,8 @@ export class DataGithubRepositories extends cdktf.TerraformDataSource { terraformResourceType: 'github_repositories', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-autolink-references/README.md b/src/data-github-repository-autolink-references/README.md index b18497ed9..e4f872d21 100644 --- a/src/data-github-repository-autolink-references/README.md +++ b/src/data-github-repository-autolink-references/README.md @@ -1,3 +1,3 @@ # `data_github_repository_autolink_references` -Refer to the Terraform Registry for docs: [`data_github_repository_autolink_references`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references). +Refer to the Terraform Registry for docs: [`data_github_repository_autolink_references`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references). diff --git a/src/data-github-repository-autolink-references/index.ts b/src/data-github-repository-autolink-references/index.ts index e84c9d0b4..8f811f127 100644 --- a/src/data-github-repository-autolink-references/index.ts +++ b/src/data-github-repository-autolink-references/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,14 +13,14 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoryAutolinkReferencesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#id DataGithubRepositoryAutolinkReferences#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#repository DataGithubRepositoryAutolinkReferences#repository} */ readonly repository: string; } @@ -111,7 +111,7 @@ export class DataGithubRepositoryAutolinkReferencesAutolinkReferencesList extend } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references github_repository_autolink_references} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references github_repository_autolink_references} */ export class DataGithubRepositoryAutolinkReferences extends cdktf.TerraformDataSource { @@ -127,7 +127,7 @@ export class DataGithubRepositoryAutolinkReferences extends cdktf.TerraformDataS * Generates CDKTF code for importing a DataGithubRepositoryAutolinkReferences 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 DataGithubRepositoryAutolinkReferences to import - * @param importFromId The id of the existing DataGithubRepositoryAutolinkReferences that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositoryAutolinkReferences that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepositoryAutolinkReferences to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -139,7 +139,7 @@ export class DataGithubRepositoryAutolinkReferences extends cdktf.TerraformDataS // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_autolink_references github_repository_autolink_references} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_autolink_references github_repository_autolink_references} 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 @@ -150,8 +150,8 @@ export class DataGithubRepositoryAutolinkReferences extends cdktf.TerraformDataS terraformResourceType: 'github_repository_autolink_references', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-branches/README.md b/src/data-github-repository-branches/README.md index f665d97e7..311cd4988 100644 --- a/src/data-github-repository-branches/README.md +++ b/src/data-github-repository-branches/README.md @@ -1,3 +1,3 @@ # `data_github_repository_branches` -Refer to the Terraform Registry for docs: [`data_github_repository_branches`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches). +Refer to the Terraform Registry for docs: [`data_github_repository_branches`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches). diff --git a/src/data-github-repository-branches/index.ts b/src/data-github-repository-branches/index.ts index 274d96256..e13e45a6d 100644 --- a/src/data-github-repository-branches/index.ts +++ b/src/data-github-repository-branches/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,22 +13,22 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoryBranchesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#id DataGithubRepositoryBranches#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_non_protected_branches DataGithubRepositoryBranches#only_non_protected_branches} */ readonly onlyNonProtectedBranches?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#only_protected_branches DataGithubRepositoryBranches#only_protected_branches} */ readonly onlyProtectedBranches?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#repository DataGithubRepositoryBranches#repository} */ readonly repository: string; } @@ -114,7 +114,7 @@ export class DataGithubRepositoryBranchesBranchesList extends cdktf.ComplexList } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches github_repository_branches} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches github_repository_branches} */ export class DataGithubRepositoryBranches extends cdktf.TerraformDataSource { @@ -130,7 +130,7 @@ export class DataGithubRepositoryBranches extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRepositoryBranches 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 DataGithubRepositoryBranches to import - * @param importFromId The id of the existing DataGithubRepositoryBranches that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositoryBranches that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepositoryBranches to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -142,7 +142,7 @@ export class DataGithubRepositoryBranches extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_branches github_repository_branches} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_branches github_repository_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 @@ -153,8 +153,8 @@ export class DataGithubRepositoryBranches extends cdktf.TerraformDataSource { terraformResourceType: 'github_repository_branches', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-deploy-keys/README.md b/src/data-github-repository-deploy-keys/README.md index 9eea94a49..ee51fb229 100644 --- a/src/data-github-repository-deploy-keys/README.md +++ b/src/data-github-repository-deploy-keys/README.md @@ -1,3 +1,3 @@ # `data_github_repository_deploy_keys` -Refer to the Terraform Registry for docs: [`data_github_repository_deploy_keys`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys). +Refer to the Terraform Registry for docs: [`data_github_repository_deploy_keys`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys). diff --git a/src/data-github-repository-deploy-keys/index.ts b/src/data-github-repository-deploy-keys/index.ts index de715bcb3..74b1654ed 100644 --- a/src/data-github-repository-deploy-keys/index.ts +++ b/src/data-github-repository-deploy-keys/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,14 +13,14 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoryDeployKeysConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#id DataGithubRepositoryDeployKeys#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys#repository DataGithubRepositoryDeployKeys#repository} */ readonly repository: string; } @@ -116,7 +116,7 @@ export class DataGithubRepositoryDeployKeysKeysList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys} */ export class DataGithubRepositoryDeployKeys extends cdktf.TerraformDataSource { @@ -132,7 +132,7 @@ export class DataGithubRepositoryDeployKeys extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRepositoryDeployKeys 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 DataGithubRepositoryDeployKeys to import - * @param importFromId The id of the existing DataGithubRepositoryDeployKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositoryDeployKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_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 DataGithubRepositoryDeployKeys to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -144,7 +144,7 @@ export class DataGithubRepositoryDeployKeys extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deploy_keys github_repository_deploy_keys} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deploy_keys github_repository_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 @@ -155,8 +155,8 @@ export class DataGithubRepositoryDeployKeys extends cdktf.TerraformDataSource { terraformResourceType: 'github_repository_deploy_keys', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-deployment-branch-policies/README.md b/src/data-github-repository-deployment-branch-policies/README.md index 1839db42f..387d0fe48 100644 --- a/src/data-github-repository-deployment-branch-policies/README.md +++ b/src/data-github-repository-deployment-branch-policies/README.md @@ -1,3 +1,3 @@ # `data_github_repository_deployment_branch_policies` -Refer to the Terraform Registry for docs: [`data_github_repository_deployment_branch_policies`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies). +Refer to the Terraform Registry for docs: [`data_github_repository_deployment_branch_policies`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies). diff --git a/src/data-github-repository-deployment-branch-policies/index.ts b/src/data-github-repository-deployment-branch-policies/index.ts index e884641d7..1565e0176 100644 --- a/src/data-github-repository-deployment-branch-policies/index.ts +++ b/src/data-github-repository-deployment-branch-policies/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataGithubRepositoryDeploymentBranchPoliciesConfig extends cdkt /** * The target environment name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#environment_name DataGithubRepositoryDeploymentBranchPolicies#environment_name} */ readonly environmentName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#id DataGithubRepositoryDeploymentBranchPolicies#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubRepositoryDeploymentBranchPoliciesConfig extends cdkt /** * The GitHub repository name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#repository DataGithubRepositoryDeploymentBranchPolicies#repository} */ readonly repository: string; } @@ -114,7 +114,7 @@ export class DataGithubRepositoryDeploymentBranchPoliciesDeploymentBranchPolicie } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies} */ export class DataGithubRepositoryDeploymentBranchPolicies extends cdktf.TerraformDataSource { @@ -130,7 +130,7 @@ export class DataGithubRepositoryDeploymentBranchPolicies extends cdktf.Terrafor * Generates CDKTF code for importing a DataGithubRepositoryDeploymentBranchPolicies 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 DataGithubRepositoryDeploymentBranchPolicies to import - * @param importFromId The id of the existing DataGithubRepositoryDeploymentBranchPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositoryDeploymentBranchPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepositoryDeploymentBranchPolicies to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -142,7 +142,7 @@ export class DataGithubRepositoryDeploymentBranchPolicies extends cdktf.Terrafor // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_deployment_branch_policies github_repository_deployment_branch_policies} 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,8 +153,8 @@ export class DataGithubRepositoryDeploymentBranchPolicies extends cdktf.Terrafor terraformResourceType: 'github_repository_deployment_branch_policies', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-environments/README.md b/src/data-github-repository-environments/README.md index 22443cfd6..5fada45e5 100644 --- a/src/data-github-repository-environments/README.md +++ b/src/data-github-repository-environments/README.md @@ -1,3 +1,3 @@ # `data_github_repository_environments` -Refer to the Terraform Registry for docs: [`data_github_repository_environments`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments). +Refer to the Terraform Registry for docs: [`data_github_repository_environments`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments). diff --git a/src/data-github-repository-environments/index.ts b/src/data-github-repository-environments/index.ts index d52538f6d..3fac38d8f 100644 --- a/src/data-github-repository-environments/index.ts +++ b/src/data-github-repository-environments/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,14 +13,14 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoryEnvironmentsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#id DataGithubRepositoryEnvironments#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#repository DataGithubRepositoryEnvironments#repository} */ readonly repository: string; } @@ -106,7 +106,7 @@ export class DataGithubRepositoryEnvironmentsEnvironmentsList extends cdktf.Comp } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments github_repository_environments} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments github_repository_environments} */ export class DataGithubRepositoryEnvironments extends cdktf.TerraformDataSource { @@ -122,7 +122,7 @@ export class DataGithubRepositoryEnvironments extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataGithubRepositoryEnvironments 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 DataGithubRepositoryEnvironments to import - * @param importFromId The id of the existing DataGithubRepositoryEnvironments that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositoryEnvironments that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepositoryEnvironments to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -134,7 +134,7 @@ export class DataGithubRepositoryEnvironments extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_environments github_repository_environments} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_environments github_repository_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 @@ -145,8 +145,8 @@ export class DataGithubRepositoryEnvironments extends cdktf.TerraformDataSource terraformResourceType: 'github_repository_environments', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-file/README.md b/src/data-github-repository-file/README.md index 6b00142cf..3aa006b41 100644 --- a/src/data-github-repository-file/README.md +++ b/src/data-github-repository-file/README.md @@ -1,3 +1,3 @@ # `data_github_repository_file` -Refer to the Terraform Registry for docs: [`data_github_repository_file`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file). +Refer to the Terraform Registry for docs: [`data_github_repository_file`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file). diff --git a/src/data-github-repository-file/index.ts b/src/data-github-repository-file/index.ts index 0de97b66d..8afd10ec7 100644 --- a/src/data-github-repository-file/index.ts +++ b/src/data-github-repository-file/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface DataGithubRepositoryFileConfig extends cdktf.TerraformMetaArgum /** * The branch name, defaults to the repository's default branch * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#branch DataGithubRepositoryFile#branch} */ readonly branch?: string; /** * The file path to manage * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#file DataGithubRepositoryFile#file} */ readonly file: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#id DataGithubRepositoryFile#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubRepositoryFileConfig extends cdktf.TerraformMetaArgum /** * The repository name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file#repository DataGithubRepositoryFile#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file github_repository_file} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file github_repository_file} */ export class DataGithubRepositoryFile extends cdktf.TerraformDataSource { @@ -56,7 +56,7 @@ export class DataGithubRepositoryFile extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRepositoryFile 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 DataGithubRepositoryFile to import - * @param importFromId The id of the existing DataGithubRepositoryFile that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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 DataGithubRepositoryFile that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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 DataGithubRepositoryFile to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class DataGithubRepositoryFile extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_file github_repository_file} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_file github_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,8 +79,8 @@ export class DataGithubRepositoryFile extends cdktf.TerraformDataSource { terraformResourceType: 'github_repository_file', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-milestone/README.md b/src/data-github-repository-milestone/README.md index 9a41eb340..b70bc86b7 100644 --- a/src/data-github-repository-milestone/README.md +++ b/src/data-github-repository-milestone/README.md @@ -1,3 +1,3 @@ # `data_github_repository_milestone` -Refer to the Terraform Registry for docs: [`data_github_repository_milestone`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone). +Refer to the Terraform Registry for docs: [`data_github_repository_milestone`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone). diff --git a/src/data-github-repository-milestone/index.ts b/src/data-github-repository-milestone/index.ts index 0be5a7c05..d6f53bc11 100644 --- a/src/data-github-repository-milestone/index.ts +++ b/src/data-github-repository-milestone/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,28 +13,28 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoryMilestoneConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#id DataGithubRepositoryMilestone#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#number DataGithubRepositoryMilestone#number} */ readonly number: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#owner DataGithubRepositoryMilestone#owner} */ readonly owner: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#repository DataGithubRepositoryMilestone#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone github_repository_milestone} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone github_repository_milestone} */ export class DataGithubRepositoryMilestone extends cdktf.TerraformDataSource { @@ -50,7 +50,7 @@ export class DataGithubRepositoryMilestone extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRepositoryMilestone 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 DataGithubRepositoryMilestone to import - * @param importFromId The id of the existing DataGithubRepositoryMilestone that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositoryMilestone that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepositoryMilestone to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class DataGithubRepositoryMilestone extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_milestone github_repository_milestone} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_milestone github_repository_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,8 +73,8 @@ export class DataGithubRepositoryMilestone extends cdktf.TerraformDataSource { terraformResourceType: 'github_repository_milestone', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-pull-request/README.md b/src/data-github-repository-pull-request/README.md index eecf53545..e7216f15c 100644 --- a/src/data-github-repository-pull-request/README.md +++ b/src/data-github-repository-pull-request/README.md @@ -1,3 +1,3 @@ # `data_github_repository_pull_request` -Refer to the Terraform Registry for docs: [`data_github_repository_pull_request`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request). +Refer to the Terraform Registry for docs: [`data_github_repository_pull_request`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request). diff --git a/src/data-github-repository-pull-request/index.ts b/src/data-github-repository-pull-request/index.ts index aad5c2991..534b87b2f 100644 --- a/src/data-github-repository-pull-request/index.ts +++ b/src/data-github-repository-pull-request/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,28 +13,28 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoryPullRequestConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#base_repository DataGithubRepositoryPullRequest#base_repository} */ readonly baseRepository: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#id DataGithubRepositoryPullRequest#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#number DataGithubRepositoryPullRequest#number} */ readonly number: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#owner DataGithubRepositoryPullRequest#owner} */ readonly owner?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request github_repository_pull_request} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request github_repository_pull_request} */ export class DataGithubRepositoryPullRequest extends cdktf.TerraformDataSource { @@ -50,7 +50,7 @@ export class DataGithubRepositoryPullRequest extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRepositoryPullRequest 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 DataGithubRepositoryPullRequest to import - * @param importFromId The id of the existing DataGithubRepositoryPullRequest that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositoryPullRequest that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepositoryPullRequest to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class DataGithubRepositoryPullRequest extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_request github_repository_pull_request} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_request github_repository_pull_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 @@ -73,8 +73,8 @@ export class DataGithubRepositoryPullRequest extends cdktf.TerraformDataSource { terraformResourceType: 'github_repository_pull_request', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-pull-requests/README.md b/src/data-github-repository-pull-requests/README.md index 2eb1bcbe6..e41c8f09c 100644 --- a/src/data-github-repository-pull-requests/README.md +++ b/src/data-github-repository-pull-requests/README.md @@ -1,3 +1,3 @@ # `data_github_repository_pull_requests` -Refer to the Terraform Registry for docs: [`data_github_repository_pull_requests`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests). +Refer to the Terraform Registry for docs: [`data_github_repository_pull_requests`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests). diff --git a/src/data-github-repository-pull-requests/index.ts b/src/data-github-repository-pull-requests/index.ts index 8ec2c4ac5..530a96d22 100644 --- a/src/data-github-repository-pull-requests/index.ts +++ b/src/data-github-repository-pull-requests/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,38 +13,38 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoryPullRequestsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_ref DataGithubRepositoryPullRequests#base_ref} */ readonly baseRef?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#base_repository DataGithubRepositoryPullRequests#base_repository} */ readonly baseRepository: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#head_ref DataGithubRepositoryPullRequests#head_ref} */ readonly headRef?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#id DataGithubRepositoryPullRequests#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#owner DataGithubRepositoryPullRequests#owner} */ readonly owner?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_by DataGithubRepositoryPullRequests#sort_by} */ readonly sortBy?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#sort_direction DataGithubRepositoryPullRequests#sort_direction} */ readonly sortDirection?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#state DataGithubRepositoryPullRequests#state} */ readonly state?: string; } @@ -200,7 +200,7 @@ export class DataGithubRepositoryPullRequestsResultsList extends cdktf.ComplexLi } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests github_repository_pull_requests} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests github_repository_pull_requests} */ export class DataGithubRepositoryPullRequests extends cdktf.TerraformDataSource { @@ -216,7 +216,7 @@ export class DataGithubRepositoryPullRequests extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataGithubRepositoryPullRequests 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 DataGithubRepositoryPullRequests to import - * @param importFromId The id of the existing DataGithubRepositoryPullRequests that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositoryPullRequests that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepositoryPullRequests to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -228,7 +228,7 @@ export class DataGithubRepositoryPullRequests extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_pull_requests github_repository_pull_requests} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_pull_requests github_repository_pull_requests} 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 @@ -239,8 +239,8 @@ export class DataGithubRepositoryPullRequests extends cdktf.TerraformDataSource terraformResourceType: 'github_repository_pull_requests', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-teams/README.md b/src/data-github-repository-teams/README.md index 566ebe5a1..f16723cca 100644 --- a/src/data-github-repository-teams/README.md +++ b/src/data-github-repository-teams/README.md @@ -1,3 +1,3 @@ # `data_github_repository_teams` -Refer to the Terraform Registry for docs: [`data_github_repository_teams`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams). +Refer to the Terraform Registry for docs: [`data_github_repository_teams`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams). diff --git a/src/data-github-repository-teams/index.ts b/src/data-github-repository-teams/index.ts index 9809ba567..ac9183f30 100644 --- a/src/data-github-repository-teams/index.ts +++ b/src/data-github-repository-teams/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,18 +13,18 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoryTeamsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#full_name DataGithubRepositoryTeams#full_name} */ readonly fullName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#id DataGithubRepositoryTeams#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#name DataGithubRepositoryTeams#name} */ readonly name?: string; } @@ -115,7 +115,7 @@ export class DataGithubRepositoryTeamsTeamsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams github_repository_teams} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams github_repository_teams} */ export class DataGithubRepositoryTeams extends cdktf.TerraformDataSource { @@ -131,7 +131,7 @@ export class DataGithubRepositoryTeams extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRepositoryTeams 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 DataGithubRepositoryTeams to import - * @param importFromId The id of the existing DataGithubRepositoryTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositoryTeams that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepositoryTeams to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -143,7 +143,7 @@ export class DataGithubRepositoryTeams extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_teams github_repository_teams} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_teams github_repository_teams} 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 @@ -154,8 +154,8 @@ export class DataGithubRepositoryTeams extends cdktf.TerraformDataSource { terraformResourceType: 'github_repository_teams', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository-webhooks/README.md b/src/data-github-repository-webhooks/README.md index 43cb82381..ddbcbbd80 100644 --- a/src/data-github-repository-webhooks/README.md +++ b/src/data-github-repository-webhooks/README.md @@ -1,3 +1,3 @@ # `data_github_repository_webhooks` -Refer to the Terraform Registry for docs: [`data_github_repository_webhooks`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks). +Refer to the Terraform Registry for docs: [`data_github_repository_webhooks`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks). diff --git a/src/data-github-repository-webhooks/index.ts b/src/data-github-repository-webhooks/index.ts index 9623d6b2d..d3a7ebeb6 100644 --- a/src/data-github-repository-webhooks/index.ts +++ b/src/data-github-repository-webhooks/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,14 +13,14 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoryWebhooksConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#id DataGithubRepositoryWebhooks#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#repository DataGithubRepositoryWebhooks#repository} */ readonly repository: string; } @@ -121,7 +121,7 @@ export class DataGithubRepositoryWebhooksWebhooksList extends cdktf.ComplexList } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks github_repository_webhooks} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks github_repository_webhooks} */ export class DataGithubRepositoryWebhooks extends cdktf.TerraformDataSource { @@ -137,7 +137,7 @@ export class DataGithubRepositoryWebhooks extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRepositoryWebhooks 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 DataGithubRepositoryWebhooks to import - * @param importFromId The id of the existing DataGithubRepositoryWebhooks that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepositoryWebhooks that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepositoryWebhooks to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -149,7 +149,7 @@ export class DataGithubRepositoryWebhooks extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository_webhooks github_repository_webhooks} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository_webhooks github_repository_webhooks} 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 @@ -160,8 +160,8 @@ export class DataGithubRepositoryWebhooks extends cdktf.TerraformDataSource { terraformResourceType: 'github_repository_webhooks', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-repository/README.md b/src/data-github-repository/README.md index 23836318c..d5653edd4 100644 --- a/src/data-github-repository/README.md +++ b/src/data-github-repository/README.md @@ -1,3 +1,3 @@ # `data_github_repository` -Refer to the Terraform Registry for docs: [`data_github_repository`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository). +Refer to the Terraform Registry for docs: [`data_github_repository`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository). diff --git a/src/data-github-repository/index.ts b/src/data-github-repository/index.ts index 16ed907ab..f94b784d3 100644 --- a/src/data-github-repository/index.ts +++ b/src/data-github-repository/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,26 +13,26 @@ import * as cdktf from 'cdktf'; export interface DataGithubRepositoryConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#description DataGithubRepository#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#description DataGithubRepository#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#full_name DataGithubRepository#full_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#full_name DataGithubRepository#full_name} */ readonly fullName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#homepage_url DataGithubRepository#homepage_url} */ readonly homepageUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#id DataGithubRepository#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#id DataGithubRepository#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#name DataGithubRepository#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#name DataGithubRepository#name} */ readonly name?: string; } @@ -565,7 +565,7 @@ export class DataGithubRepositoryTemplateList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository github_repository} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository github_repository} */ export class DataGithubRepository extends cdktf.TerraformDataSource { @@ -581,7 +581,7 @@ export class DataGithubRepository extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRepository 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 DataGithubRepository to import - * @param importFromId The id of the existing DataGithubRepository that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRepository that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRepository to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -593,7 +593,7 @@ export class DataGithubRepository extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/repository github_repository} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/repository github_repository} 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 @@ -604,8 +604,8 @@ export class DataGithubRepository extends cdktf.TerraformDataSource { terraformResourceType: 'github_repository', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-rest-api/README.md b/src/data-github-rest-api/README.md index 29384fef5..12d609f01 100644 --- a/src/data-github-rest-api/README.md +++ b/src/data-github-rest-api/README.md @@ -1,3 +1,3 @@ # `data_github_rest_api` -Refer to the Terraform Registry for docs: [`data_github_rest_api`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api). +Refer to the Terraform Registry for docs: [`data_github_rest_api`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api). diff --git a/src/data-github-rest-api/index.ts b/src/data-github-rest-api/index.ts index d105d57a3..d8cd988d4 100644 --- a/src/data-github-rest-api/index.ts +++ b/src/data-github-rest-api/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface DataGithubRestApiConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#endpoint DataGithubRestApi#endpoint} */ readonly endpoint: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#id DataGithubRestApi#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#id DataGithubRestApi#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -26,7 +26,7 @@ export interface DataGithubRestApiConfig extends cdktf.TerraformMetaArguments { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api github_rest_api} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api github_rest_api} */ export class DataGithubRestApi extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubRestApi extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubRestApi 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 DataGithubRestApi to import - * @param importFromId The id of the existing DataGithubRestApi that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubRestApi that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubRestApi to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubRestApi extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/rest_api github_rest_api} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/rest_api github_rest_api} 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 @@ -65,8 +65,8 @@ export class DataGithubRestApi extends cdktf.TerraformDataSource { terraformResourceType: 'github_rest_api', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, @@ -85,9 +85,8 @@ export class DataGithubRestApi extends cdktf.TerraformDataSource { // ========== // body - computed: true, optional: false, required: false - private _body = new cdktf.StringMap(this, "body"); public get body() { - return this._body; + return this.getStringAttribute('body'); } // code - computed: true, optional: false, required: false @@ -109,9 +108,8 @@ export class DataGithubRestApi extends cdktf.TerraformDataSource { } // headers - computed: true, optional: false, required: false - private _headers = new cdktf.StringMap(this, "headers"); public get headers() { - return this._headers; + return this.getStringAttribute('headers'); } // id - computed: true, optional: true, required: false diff --git a/src/data-github-ssh-keys/README.md b/src/data-github-ssh-keys/README.md index aef48caf1..5d10ca594 100644 --- a/src/data-github-ssh-keys/README.md +++ b/src/data-github-ssh-keys/README.md @@ -1,3 +1,3 @@ # `data_github_ssh_keys` -Refer to the Terraform Registry for docs: [`data_github_ssh_keys`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys). +Refer to the Terraform Registry for docs: [`data_github_ssh_keys`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys). diff --git a/src/data-github-ssh-keys/index.ts b/src/data-github-ssh-keys/index.ts index 1f636b1cc..00c6c4107 100644 --- a/src/data-github-ssh-keys/index.ts +++ b/src/data-github-ssh-keys/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataGithubSshKeysConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#id DataGithubSshKeys#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataGithubSshKeysConfig extends cdktf.TerraformMetaArguments { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys github_ssh_keys} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys github_ssh_keys} */ export class DataGithubSshKeys extends cdktf.TerraformDataSource { @@ -38,7 +38,7 @@ export class DataGithubSshKeys extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubSshKeys 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 DataGithubSshKeys to import - * @param importFromId The id of the existing DataGithubSshKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubSshKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubSshKeys to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -50,7 +50,7 @@ export class DataGithubSshKeys extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/ssh_keys github_ssh_keys} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/ssh_keys github_ssh_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 @@ -61,8 +61,8 @@ export class DataGithubSshKeys extends cdktf.TerraformDataSource { terraformResourceType: 'github_ssh_keys', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-team/README.md b/src/data-github-team/README.md index 2d0f16b8d..f1eb09848 100644 --- a/src/data-github-team/README.md +++ b/src/data-github-team/README.md @@ -1,3 +1,3 @@ # `data_github_team` -Refer to the Terraform Registry for docs: [`data_github_team`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team). +Refer to the Terraform Registry for docs: [`data_github_team`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team). diff --git a/src/data-github-team/index.ts b/src/data-github-team/index.ts index 34a929332..fc08a0486 100644 --- a/src/data-github-team/index.ts +++ b/src/data-github-team/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,26 +13,26 @@ import * as cdktf from 'cdktf'; export interface DataGithubTeamConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#id DataGithubTeam#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#id DataGithubTeam#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#membership_type DataGithubTeam#membership_type} */ readonly membershipType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#results_per_page DataGithubTeam#results_per_page} */ readonly resultsPerPage?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#slug DataGithubTeam#slug} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#slug DataGithubTeam#slug} */ readonly slug: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#summary_only DataGithubTeam#summary_only} */ readonly summaryOnly?: boolean | cdktf.IResolvable; } @@ -118,7 +118,7 @@ export class DataGithubTeamRepositoriesDetailedList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team github_team} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team github_team} */ export class DataGithubTeam extends cdktf.TerraformDataSource { @@ -134,7 +134,7 @@ export class DataGithubTeam extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubTeam 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 DataGithubTeam to import - * @param importFromId The id of the existing DataGithubTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubTeam that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubTeam to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -146,7 +146,7 @@ export class DataGithubTeam extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/team github_team} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/team github_team} 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 @@ -157,8 +157,8 @@ export class DataGithubTeam extends cdktf.TerraformDataSource { terraformResourceType: 'github_team', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-tree/README.md b/src/data-github-tree/README.md index ddfd64f4c..010ae1d5b 100644 --- a/src/data-github-tree/README.md +++ b/src/data-github-tree/README.md @@ -1,3 +1,3 @@ # `data_github_tree` -Refer to the Terraform Registry for docs: [`data_github_tree`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree). +Refer to the Terraform Registry for docs: [`data_github_tree`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree). diff --git a/src/data-github-tree/index.ts b/src/data-github-tree/index.ts index 8e350f33a..6e0af6dcd 100644 --- a/src/data-github-tree/index.ts +++ b/src/data-github-tree/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,22 +13,22 @@ import * as cdktf from 'cdktf'; export interface DataGithubTreeConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#id DataGithubTree#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#id DataGithubTree#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#recursive DataGithubTree#recursive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#recursive DataGithubTree#recursive} */ readonly recursive?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#repository DataGithubTree#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#repository DataGithubTree#repository} */ readonly repository: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#tree_sha DataGithubTree#tree_sha} */ readonly treeSha: string; } @@ -129,7 +129,7 @@ export class DataGithubTreeEntriesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree github_tree} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree github_tree} */ export class DataGithubTree extends cdktf.TerraformDataSource { @@ -145,7 +145,7 @@ export class DataGithubTree extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubTree 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 DataGithubTree to import - * @param importFromId The id of the existing DataGithubTree that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubTree that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubTree to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -157,7 +157,7 @@ export class DataGithubTree extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/tree github_tree} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/tree github_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 @@ -168,8 +168,8 @@ export class DataGithubTree extends cdktf.TerraformDataSource { terraformResourceType: 'github_tree', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-user-external-identity/README.md b/src/data-github-user-external-identity/README.md index 8512aebe6..6cf70d1a3 100644 --- a/src/data-github-user-external-identity/README.md +++ b/src/data-github-user-external-identity/README.md @@ -1,3 +1,3 @@ # `data_github_user_external_identity` -Refer to the Terraform Registry for docs: [`data_github_user_external_identity`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity). +Refer to the Terraform Registry for docs: [`data_github_user_external_identity`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity). diff --git a/src/data-github-user-external-identity/index.ts b/src/data-github-user-external-identity/index.ts index e90d3ff25..9d56052c0 100644 --- a/src/data-github-user-external-identity/index.ts +++ b/src/data-github-user-external-identity/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubUserExternalIdentityConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#id DataGithubUserExternalIdentity#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#username DataGithubUserExternalIdentity#username} */ readonly username: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity github_user_external_identity} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity github_user_external_identity} */ export class DataGithubUserExternalIdentity extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubUserExternalIdentity extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubUserExternalIdentity 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 DataGithubUserExternalIdentity to import - * @param importFromId The id of the existing DataGithubUserExternalIdentity that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataGithubUserExternalIdentity that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataGithubUserExternalIdentity to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubUserExternalIdentity extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user_external_identity github_user_external_identity} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user_external_identity github_user_external_identity} 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 @@ -65,8 +65,8 @@ export class DataGithubUserExternalIdentity extends cdktf.TerraformDataSource { terraformResourceType: 'github_user_external_identity', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-user/README.md b/src/data-github-user/README.md index bcaa2bb2a..def039c56 100644 --- a/src/data-github-user/README.md +++ b/src/data-github-user/README.md @@ -1,3 +1,3 @@ # `data_github_user` -Refer to the Terraform Registry for docs: [`data_github_user`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user). +Refer to the Terraform Registry for docs: [`data_github_user`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user). diff --git a/src/data-github-user/index.ts b/src/data-github-user/index.ts index 5458ac76f..328f1a50d 100644 --- a/src/data-github-user/index.ts +++ b/src/data-github-user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubUserConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#id DataGithubUser#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#id DataGithubUser#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user#username DataGithubUser#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user#username DataGithubUser#username} */ readonly username: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user github_user} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user github_user} */ export class DataGithubUser extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubUser extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubUser 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 DataGithubUser to import - * @param importFromId The id of the existing DataGithubUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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 DataGithubUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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 DataGithubUser to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubUser extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/user github_user} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/user github_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 @@ -65,8 +65,8 @@ export class DataGithubUser extends cdktf.TerraformDataSource { terraformResourceType: 'github_user', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/data-github-users/README.md b/src/data-github-users/README.md index 3a798dad9..fdd41c719 100644 --- a/src/data-github-users/README.md +++ b/src/data-github-users/README.md @@ -1,3 +1,3 @@ # `data_github_users` -Refer to the Terraform Registry for docs: [`data_github_users`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users). +Refer to the Terraform Registry for docs: [`data_github_users`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users). diff --git a/src/data-github-users/index.ts b/src/data-github-users/index.ts index 16cc073b3..5d933f8b8 100644 --- a/src/data-github-users/index.ts +++ b/src/data-github-users/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,20 +13,20 @@ import * as cdktf from 'cdktf'; export interface DataGithubUsersConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#id DataGithubUsers#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#id DataGithubUsers#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users#usernames DataGithubUsers#usernames} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users#usernames DataGithubUsers#usernames} */ readonly usernames: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users github_users} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users github_users} */ export class DataGithubUsers extends cdktf.TerraformDataSource { @@ -42,7 +42,7 @@ export class DataGithubUsers extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataGithubUsers 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 DataGithubUsers to import - * @param importFromId The id of the existing DataGithubUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.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 DataGithubUsers that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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 DataGithubUsers to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -54,7 +54,7 @@ export class DataGithubUsers extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/data-sources/users github_users} Data Source + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/data-sources/users github_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 @@ -65,8 +65,8 @@ export class DataGithubUsers extends cdktf.TerraformDataSource { terraformResourceType: 'github_users', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/dependabot-organization-secret-repositories/README.md b/src/dependabot-organization-secret-repositories/README.md index 1261a7be5..b651d40ff 100644 --- a/src/dependabot-organization-secret-repositories/README.md +++ b/src/dependabot-organization-secret-repositories/README.md @@ -1,3 +1,3 @@ # `github_dependabot_organization_secret_repositories` -Refer to the Terraform Registry for docs: [`github_dependabot_organization_secret_repositories`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories). +Refer to the Terraform Registry for docs: [`github_dependabot_organization_secret_repositories`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories). diff --git a/src/dependabot-organization-secret-repositories/index.ts b/src/dependabot-organization-secret-repositories/index.ts index 1f5e7b5fc..9e5c3adc3 100644 --- a/src/dependabot-organization-secret-repositories/index.ts +++ b/src/dependabot-organization-secret-repositories/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DependabotOrganizationSecretRepositoriesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#id DependabotOrganizationSecretRepositories#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DependabotOrganizationSecretRepositoriesConfig extends cdktf.Te /** * Name of the existing secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#secret_name DependabotOrganizationSecretRepositories#secret_name} */ readonly secretName: string; /** * An array of repository ids that can access the organization secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#selected_repository_ids DependabotOrganizationSecretRepositories#selected_repository_ids} */ readonly selectedRepositoryIds: number[]; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories} */ export class DependabotOrganizationSecretRepositories extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class DependabotOrganizationSecretRepositories extends cdktf.TerraformRes * Generates CDKTF code for importing a DependabotOrganizationSecretRepositories 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 DependabotOrganizationSecretRepositories to import - * @param importFromId The id of the existing DependabotOrganizationSecretRepositories that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DependabotOrganizationSecretRepositories that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DependabotOrganizationSecretRepositories to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class DependabotOrganizationSecretRepositories extends cdktf.TerraformRes // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret_repositories github_dependabot_organization_secret_repositories} 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,8 +73,8 @@ export class DependabotOrganizationSecretRepositories extends cdktf.TerraformRes terraformResourceType: 'github_dependabot_organization_secret_repositories', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/dependabot-organization-secret/README.md b/src/dependabot-organization-secret/README.md index 1be55f01a..b6b47265b 100644 --- a/src/dependabot-organization-secret/README.md +++ b/src/dependabot-organization-secret/README.md @@ -1,3 +1,3 @@ # `github_dependabot_organization_secret` -Refer to the Terraform Registry for docs: [`github_dependabot_organization_secret`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret). +Refer to the Terraform Registry for docs: [`github_dependabot_organization_secret`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret). diff --git a/src/dependabot-organization-secret/index.ts b/src/dependabot-organization-secret/index.ts index 189dd9bcf..aaaccaaea 100644 --- a/src/dependabot-organization-secret/index.ts +++ b/src/dependabot-organization-secret/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DependabotOrganizationSecretConfig extends cdktf.TerraformMetaA /** * Encrypted value of the secret using the GitHub public key in Base64 format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#encrypted_value DependabotOrganizationSecret#encrypted_value} */ readonly encryptedValue?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#id DependabotOrganizationSecret#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DependabotOrganizationSecretConfig extends cdktf.TerraformMetaA /** * Plaintext value of the secret to be encrypted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#plaintext_value DependabotOrganizationSecret#plaintext_value} */ readonly plaintextValue?: string; /** * Name of the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#secret_name DependabotOrganizationSecret#secret_name} */ readonly secretName: string; /** * An array of repository ids that can access the organization secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#selected_repository_ids DependabotOrganizationSecret#selected_repository_ids} */ readonly selectedRepositoryIds?: number[]; /** * Configures the access that repositories have to the organization secret. Must be one of 'all', 'private' or 'selected'. 'selected_repository_ids' is required if set to 'selected'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#visibility DependabotOrganizationSecret#visibility} */ readonly visibility: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret} */ export class DependabotOrganizationSecret extends cdktf.TerraformResource { @@ -68,7 +68,7 @@ export class DependabotOrganizationSecret extends cdktf.TerraformResource { * Generates CDKTF code for importing a DependabotOrganizationSecret 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 DependabotOrganizationSecret to import - * @param importFromId The id of the existing DependabotOrganizationSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DependabotOrganizationSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DependabotOrganizationSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -80,7 +80,7 @@ export class DependabotOrganizationSecret extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_organization_secret github_dependabot_organization_secret} 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,8 +91,8 @@ export class DependabotOrganizationSecret extends cdktf.TerraformResource { terraformResourceType: 'github_dependabot_organization_secret', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/dependabot-secret/README.md b/src/dependabot-secret/README.md index 3656439eb..ea209bae7 100644 --- a/src/dependabot-secret/README.md +++ b/src/dependabot-secret/README.md @@ -1,3 +1,3 @@ # `github_dependabot_secret` -Refer to the Terraform Registry for docs: [`github_dependabot_secret`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret). +Refer to the Terraform Registry for docs: [`github_dependabot_secret`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret). diff --git a/src/dependabot-secret/index.ts b/src/dependabot-secret/index.ts index 451d21320..c6f346184 100644 --- a/src/dependabot-secret/index.ts +++ b/src/dependabot-secret/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DependabotSecretConfig extends cdktf.TerraformMetaArguments { /** * Encrypted value of the secret using the GitHub public key in Base64 format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#encrypted_value DependabotSecret#encrypted_value} */ readonly encryptedValue?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#id DependabotSecret#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#id DependabotSecret#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DependabotSecretConfig extends cdktf.TerraformMetaArguments { /** * Plaintext value of the secret to be encrypted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#plaintext_value DependabotSecret#plaintext_value} */ readonly plaintextValue?: string; /** * Name of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#repository DependabotSecret#repository} */ readonly repository: string; /** * Name of the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#secret_name DependabotSecret#secret_name} */ readonly secretName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret github_dependabot_secret} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret github_dependabot_secret} */ export class DependabotSecret extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class DependabotSecret extends cdktf.TerraformResource { * Generates CDKTF code for importing a DependabotSecret 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 DependabotSecret to import - * @param importFromId The id of the existing DependabotSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DependabotSecret that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DependabotSecret to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class DependabotSecret extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/dependabot_secret github_dependabot_secret} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/dependabot_secret github_dependabot_secret} 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,8 +85,8 @@ export class DependabotSecret extends cdktf.TerraformResource { terraformResourceType: 'github_dependabot_secret', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/emu-group-mapping/README.md b/src/emu-group-mapping/README.md index 6ea8f5ccc..e3b3633ff 100644 --- a/src/emu-group-mapping/README.md +++ b/src/emu-group-mapping/README.md @@ -1,3 +1,3 @@ # `github_emu_group_mapping` -Refer to the Terraform Registry for docs: [`github_emu_group_mapping`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping). +Refer to the Terraform Registry for docs: [`github_emu_group_mapping`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping). diff --git a/src/emu-group-mapping/index.ts b/src/emu-group-mapping/index.ts index 58c28bcda..9e8d66321 100644 --- a/src/emu-group-mapping/index.ts +++ b/src/emu-group-mapping/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface EmuGroupMappingConfig extends cdktf.TerraformMetaArguments { /** * Integer corresponding to the external group ID to be linked. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#group_id EmuGroupMapping#group_id} */ readonly groupId: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#id EmuGroupMapping#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 EmuGroupMappingConfig extends cdktf.TerraformMetaArguments { /** * Slug of the GitHub team. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#team_slug EmuGroupMapping#team_slug} */ readonly teamSlug: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping github_emu_group_mapping} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping github_emu_group_mapping} */ export class EmuGroupMapping extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class EmuGroupMapping extends cdktf.TerraformResource { * Generates CDKTF code for importing a EmuGroupMapping 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 EmuGroupMapping to import - * @param importFromId The id of the existing EmuGroupMapping that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EmuGroupMapping that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EmuGroupMapping to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class EmuGroupMapping extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/emu_group_mapping github_emu_group_mapping} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/emu_group_mapping github_emu_group_mapping} 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,8 +73,8 @@ export class EmuGroupMapping extends cdktf.TerraformResource { terraformResourceType: 'github_emu_group_mapping', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/enterprise-organization/README.md b/src/enterprise-organization/README.md index b348bb240..8d5a881e2 100644 --- a/src/enterprise-organization/README.md +++ b/src/enterprise-organization/README.md @@ -1,3 +1,3 @@ # `github_enterprise_organization` -Refer to the Terraform Registry for docs: [`github_enterprise_organization`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization). +Refer to the Terraform Registry for docs: [`github_enterprise_organization`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization). diff --git a/src/enterprise-organization/index.ts b/src/enterprise-organization/index.ts index cd891c562..f48ea62bc 100644 --- a/src/enterprise-organization/index.ts +++ b/src/enterprise-organization/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +15,35 @@ export interface EnterpriseOrganizationConfig extends cdktf.TerraformMetaArgumen /** * List of organization owner usernames. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#admin_logins EnterpriseOrganization#admin_logins} */ readonly adminLogins: string[]; /** * The billing email address. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#billing_email EnterpriseOrganization#billing_email} */ readonly billingEmail: string; /** * The description of the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#description EnterpriseOrganization#description} */ readonly description?: string; /** * The display name of the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#display_name EnterpriseOrganization#display_name} */ readonly displayName?: string; /** * The ID of the enterprise. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#enterprise_id EnterpriseOrganization#enterprise_id} */ readonly enterpriseId: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#id EnterpriseOrganization#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,13 +52,13 @@ export interface EnterpriseOrganizationConfig extends cdktf.TerraformMetaArgumen /** * The name of the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#name EnterpriseOrganization#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization github_enterprise_organization} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization github_enterprise_organization} */ export class EnterpriseOrganization extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class EnterpriseOrganization extends cdktf.TerraformResource { * Generates CDKTF code for importing a EnterpriseOrganization 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 EnterpriseOrganization to import - * @param importFromId The id of the existing EnterpriseOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing EnterpriseOrganization that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the EnterpriseOrganization to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class EnterpriseOrganization extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/enterprise_organization github_enterprise_organization} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/enterprise_organization github_enterprise_organization} 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,8 +97,8 @@ export class EnterpriseOrganization extends cdktf.TerraformResource { terraformResourceType: 'github_enterprise_organization', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/issue-label/README.md b/src/issue-label/README.md index 99c0c31ab..d3be754de 100644 --- a/src/issue-label/README.md +++ b/src/issue-label/README.md @@ -1,3 +1,3 @@ # `github_issue_label` -Refer to the Terraform Registry for docs: [`github_issue_label`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label). +Refer to the Terraform Registry for docs: [`github_issue_label`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label). diff --git a/src/issue-label/index.ts b/src/issue-label/index.ts index 1774b7d0d..c4bca6f28 100644 --- a/src/issue-label/index.ts +++ b/src/issue-label/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface IssueLabelConfig extends cdktf.TerraformMetaArguments { /** * A 6 character hex code, without the leading '#', identifying the color of the label. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#color IssueLabel#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#color IssueLabel#color} */ readonly color: string; /** * A short description of the label. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#description IssueLabel#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#description IssueLabel#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#id IssueLabel#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#id IssueLabel#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 IssueLabelConfig extends cdktf.TerraformMetaArguments { /** * The name of the label. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#name IssueLabel#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#name IssueLabel#name} */ readonly name: string; /** * The GitHub repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#repository IssueLabel#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#repository IssueLabel#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label github_issue_label} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label github_issue_label} */ export class IssueLabel extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class IssueLabel extends cdktf.TerraformResource { * Generates CDKTF code for importing a IssueLabel 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 IssueLabel to import - * @param importFromId The id of the existing IssueLabel that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing IssueLabel that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the IssueLabel to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class IssueLabel extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_label github_issue_label} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_label github_issue_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,8 +85,8 @@ export class IssueLabel extends cdktf.TerraformResource { terraformResourceType: 'github_issue_label', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/issue-labels/README.md b/src/issue-labels/README.md index 416315571..238e41883 100644 --- a/src/issue-labels/README.md +++ b/src/issue-labels/README.md @@ -1,3 +1,3 @@ # `github_issue_labels` -Refer to the Terraform Registry for docs: [`github_issue_labels`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels). +Refer to the Terraform Registry for docs: [`github_issue_labels`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels). diff --git a/src/issue-labels/index.ts b/src/issue-labels/index.ts index 11de80026..90ab6262b 100644 --- a/src/issue-labels/index.ts +++ b/src/issue-labels/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface IssueLabelsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#id IssueLabels#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#id IssueLabels#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 IssueLabelsConfig extends cdktf.TerraformMetaArguments { /** * The GitHub repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#repository IssueLabels#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#repository IssueLabels#repository} */ readonly repository: string; /** * label block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#label IssueLabels#label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#label IssueLabels#label} */ readonly label?: IssueLabelsLabel[] | cdktf.IResolvable; } @@ -36,19 +36,19 @@ export interface IssueLabelsLabel { /** * A 6 character hex code, without the leading '#', identifying the color of the label. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#color IssueLabels#color} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#color IssueLabels#color} */ readonly color: string; /** * A short description of the label. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#description IssueLabels#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#description IssueLabels#description} */ readonly description?: string; /** * The name of the label. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#name IssueLabels#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#name IssueLabels#name} */ readonly name: string; } @@ -221,7 +221,7 @@ export class IssueLabelsLabelList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels github_issue_labels} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels github_issue_labels} */ export class IssueLabels extends cdktf.TerraformResource { @@ -237,7 +237,7 @@ export class IssueLabels extends cdktf.TerraformResource { * Generates CDKTF code for importing a IssueLabels 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 IssueLabels to import - * @param importFromId The id of the existing IssueLabels that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing IssueLabels that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the IssueLabels to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -249,7 +249,7 @@ export class IssueLabels extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue_labels github_issue_labels} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue_labels github_issue_labels} 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 @@ -260,8 +260,8 @@ export class IssueLabels extends cdktf.TerraformResource { terraformResourceType: 'github_issue_labels', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/issue/README.md b/src/issue/README.md index e7b54baf3..36f93659d 100644 --- a/src/issue/README.md +++ b/src/issue/README.md @@ -1,3 +1,3 @@ # `github_issue` -Refer to the Terraform Registry for docs: [`github_issue`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue). +Refer to the Terraform Registry for docs: [`github_issue`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue). diff --git a/src/issue/index.ts b/src/issue/index.ts index a0d1c9d5d..61b0d0c6a 100644 --- a/src/issue/index.ts +++ b/src/issue/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface IssueConfig extends cdktf.TerraformMetaArguments { /** * List of Logins to assign to the issue. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#assignees Issue#assignees} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#assignees Issue#assignees} */ readonly assignees?: string[]; /** * Body of the issue. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#body Issue#body} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#body Issue#body} */ readonly body?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#id Issue#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#id Issue#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 IssueConfig extends cdktf.TerraformMetaArguments { /** * List of labels to attach to the issue. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#labels Issue#labels} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#labels Issue#labels} */ readonly labels?: string[]; /** * Milestone number to assign to the issue. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#milestone_number Issue#milestone_number} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#milestone_number Issue#milestone_number} */ readonly milestoneNumber?: number; /** * The GitHub repository name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#repository Issue#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#repository Issue#repository} */ readonly repository: string; /** * Title of the issue. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#title Issue#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#title Issue#title} */ readonly title: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue github_issue} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue github_issue} */ export class Issue extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class Issue extends cdktf.TerraformResource { * Generates CDKTF code for importing a Issue 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 Issue to import - * @param importFromId The id of the existing Issue that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Issue that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Issue to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class Issue extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/issue github_issue} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/issue github_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 @@ -97,8 +97,8 @@ export class Issue extends cdktf.TerraformResource { terraformResourceType: 'github_issue', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/membership/README.md b/src/membership/README.md index 6a70e9c1a..bb9679c4b 100644 --- a/src/membership/README.md +++ b/src/membership/README.md @@ -1,3 +1,3 @@ # `github_membership` -Refer to the Terraform Registry for docs: [`github_membership`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership). +Refer to the Terraform Registry for docs: [`github_membership`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership). diff --git a/src/membership/index.ts b/src/membership/index.ts index 635d3ca87..f5584f60e 100644 --- a/src/membership/index.ts +++ b/src/membership/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface MembershipConfig extends cdktf.TerraformMetaArguments { /** * Instead of removing the member from the org, you can choose to downgrade their membership to 'member' when this resource is destroyed. This is useful when wanting to downgrade admins while keeping them in the organization * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#downgrade_on_destroy Membership#downgrade_on_destroy} */ readonly downgradeOnDestroy?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#id Membership#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#id Membership#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 MembershipConfig extends cdktf.TerraformMetaArguments { /** * The role of the user within the organization. Must be one of 'member' or 'admin'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#role Membership#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#role Membership#role} */ readonly role?: string; /** * The user to add to the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#username Membership#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#username Membership#username} */ readonly username: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership github_membership} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership github_membership} */ export class Membership extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class Membership extends cdktf.TerraformResource { * Generates CDKTF code for importing a Membership 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 Membership to import - * @param importFromId The id of the existing Membership that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Membership that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Membership to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class Membership extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/membership github_membership} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/membership github_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 @@ -79,8 +79,8 @@ export class Membership extends cdktf.TerraformResource { terraformResourceType: 'github_membership', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/organization-block/README.md b/src/organization-block/README.md index 4f2bff075..324c87860 100644 --- a/src/organization-block/README.md +++ b/src/organization-block/README.md @@ -1,3 +1,3 @@ # `github_organization_block` -Refer to the Terraform Registry for docs: [`github_organization_block`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block). +Refer to the Terraform Registry for docs: [`github_organization_block`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block). diff --git a/src/organization-block/index.ts b/src/organization-block/index.ts index 901537ea0..8d6684c14 100644 --- a/src/organization-block/index.ts +++ b/src/organization-block/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface OrganizationBlockConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#id OrganizationBlock#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#id OrganizationBlock#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 OrganizationBlockConfig extends cdktf.TerraformMetaArguments { /** * The name of the user to block. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#username OrganizationBlock#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#username OrganizationBlock#username} */ readonly username: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block github_organization_block} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block github_organization_block} */ export class OrganizationBlock extends cdktf.TerraformResource { @@ -44,7 +44,7 @@ export class OrganizationBlock extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationBlock 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 OrganizationBlock to import - * @param importFromId The id of the existing OrganizationBlock that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationBlock that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationBlock to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class OrganizationBlock extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_block github_organization_block} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_block github_organization_block} 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 @@ -67,8 +67,8 @@ export class OrganizationBlock extends cdktf.TerraformResource { terraformResourceType: 'github_organization_block', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/organization-custom-role/README.md b/src/organization-custom-role/README.md index cc7174a0e..519330f88 100644 --- a/src/organization-custom-role/README.md +++ b/src/organization-custom-role/README.md @@ -1,3 +1,3 @@ # `github_organization_custom_role` -Refer to the Terraform Registry for docs: [`github_organization_custom_role`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role). +Refer to the Terraform Registry for docs: [`github_organization_custom_role`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role). diff --git a/src/organization-custom-role/index.ts b/src/organization-custom-role/index.ts index 0e8c94812..c4959d303 100644 --- a/src/organization-custom-role/index.ts +++ b/src/organization-custom-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface OrganizationCustomRoleConfig extends cdktf.TerraformMetaArgumen /** * The base role for the custom repository role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#base_role OrganizationCustomRole#base_role} */ readonly baseRole: string; /** * The description of the custom repository role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#description OrganizationCustomRole#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#id OrganizationCustomRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 OrganizationCustomRoleConfig extends cdktf.TerraformMetaArgumen /** * The organization custom repository role to create. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#name OrganizationCustomRole#name} */ readonly name: string; /** * The permissions for the custom repository role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#permissions OrganizationCustomRole#permissions} */ readonly permissions: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role github_organization_custom_role} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role github_organization_custom_role} */ export class OrganizationCustomRole extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class OrganizationCustomRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationCustomRole 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 OrganizationCustomRole to import - * @param importFromId The id of the existing OrganizationCustomRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationCustomRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationCustomRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class OrganizationCustomRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_custom_role github_organization_custom_role} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_custom_role github_organization_custom_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 @@ -85,8 +85,8 @@ export class OrganizationCustomRole extends cdktf.TerraformResource { terraformResourceType: 'github_organization_custom_role', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/organization-project/README.md b/src/organization-project/README.md index bb9eff95d..a57d4c762 100644 --- a/src/organization-project/README.md +++ b/src/organization-project/README.md @@ -1,3 +1,3 @@ # `github_organization_project` -Refer to the Terraform Registry for docs: [`github_organization_project`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project). +Refer to the Terraform Registry for docs: [`github_organization_project`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project). diff --git a/src/organization-project/index.ts b/src/organization-project/index.ts index ce8332a6d..442385d8f 100644 --- a/src/organization-project/index.ts +++ b/src/organization-project/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface OrganizationProjectConfig extends cdktf.TerraformMetaArguments /** * The body of the project. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#body OrganizationProject#body} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#body OrganizationProject#body} */ readonly body?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#id OrganizationProject#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#id OrganizationProject#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 OrganizationProjectConfig extends cdktf.TerraformMetaArguments /** * The name of the project. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#name OrganizationProject#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#name OrganizationProject#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project github_organization_project} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project github_organization_project} */ export class OrganizationProject extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class OrganizationProject extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationProject 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 OrganizationProject to import - * @param importFromId The id of the existing OrganizationProject that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationProject that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationProject to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class OrganizationProject extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_project github_organization_project} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_project github_organization_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 @@ -73,8 +73,8 @@ export class OrganizationProject extends cdktf.TerraformResource { terraformResourceType: 'github_organization_project', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/organization-ruleset/README.md b/src/organization-ruleset/README.md index a29cf7fbf..fbf3aa216 100644 --- a/src/organization-ruleset/README.md +++ b/src/organization-ruleset/README.md @@ -1,3 +1,3 @@ # `github_organization_ruleset` -Refer to the Terraform Registry for docs: [`github_organization_ruleset`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset). +Refer to the Terraform Registry for docs: [`github_organization_ruleset`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset). diff --git a/src/organization-ruleset/index.ts b/src/organization-ruleset/index.ts index 8f00616d6..8d3ff25b0 100644 --- a/src/organization-ruleset/index.ts +++ b/src/organization-ruleset/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface OrganizationRulesetConfig extends cdktf.TerraformMetaArguments /** * Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#enforcement OrganizationRuleset#enforcement} */ readonly enforcement: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#id OrganizationRuleset#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#id OrganizationRuleset#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 OrganizationRulesetConfig extends cdktf.TerraformMetaArguments /** * The name of the ruleset. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} */ readonly name: string; /** * Possible values are `branch` and `tag`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#target OrganizationRuleset#target} */ readonly target: string; /** * bypass_actors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_actors OrganizationRuleset#bypass_actors} */ readonly bypassActors?: OrganizationRulesetBypassActors[] | cdktf.IResolvable; /** * conditions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#conditions OrganizationRuleset#conditions} */ readonly conditions?: OrganizationRulesetConditions; /** * rules block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#rules OrganizationRuleset#rules} */ readonly rules: OrganizationRulesetRules; } @@ -60,19 +60,19 @@ export interface OrganizationRulesetBypassActors { /** * The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_id OrganizationRuleset#actor_id} */ readonly actorId: number; /** * The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#actor_type OrganizationRuleset#actor_type} */ readonly actorType: string; /** * When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#bypass_mode OrganizationRuleset#bypass_mode} */ readonly bypassMode: string; } @@ -239,13 +239,13 @@ export interface OrganizationRulesetConditionsRefName { /** * Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} */ readonly exclude: string[]; /** * Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} */ readonly include: string[]; } @@ -354,19 +354,19 @@ export interface OrganizationRulesetConditionsRepositoryName { /** * Array of repository names or patterns to exclude. The condition will not pass if any of these patterns match. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#exclude OrganizationRuleset#exclude} */ readonly exclude: string[]; /** * Array of repository names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~ALL` to include all repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#include OrganizationRuleset#include} */ readonly include: string[]; /** * Whether renaming of target repositories is prevented. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#protected OrganizationRuleset#protected} */ readonly protected?: boolean | cdktf.IResolvable; } @@ -504,19 +504,19 @@ export interface OrganizationRulesetConditions { /** * The repository IDs that the ruleset applies to. One of these IDs must match for the condition to pass. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} */ readonly repositoryId?: number[]; /** * ref_name block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref_name OrganizationRuleset#ref_name} */ readonly refName: OrganizationRulesetConditionsRefName; /** * repository_name block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_name OrganizationRuleset#repository_name} */ readonly repositoryName?: OrganizationRulesetConditionsRepositoryName; } @@ -657,25 +657,25 @@ export interface OrganizationRulesetRulesBranchNamePattern { /** * How this rule will appear to users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} */ readonly name?: string; /** * If true, the rule will fail if the pattern matches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} */ readonly negate?: boolean | cdktf.IResolvable; /** * The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} */ readonly operator: string; /** * The pattern to match with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} */ readonly pattern: string; } @@ -842,25 +842,25 @@ export interface OrganizationRulesetRulesCommitAuthorEmailPattern { /** * How this rule will appear to users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} */ readonly name?: string; /** * If true, the rule will fail if the pattern matches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} */ readonly negate?: boolean | cdktf.IResolvable; /** * The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} */ readonly operator: string; /** * The pattern to match with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} */ readonly pattern: string; } @@ -1027,25 +1027,25 @@ export interface OrganizationRulesetRulesCommitMessagePattern { /** * How this rule will appear to users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} */ readonly name?: string; /** * If true, the rule will fail if the pattern matches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} */ readonly negate?: boolean | cdktf.IResolvable; /** * The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} */ readonly operator: string; /** * The pattern to match with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} */ readonly pattern: string; } @@ -1212,25 +1212,25 @@ export interface OrganizationRulesetRulesCommitterEmailPattern { /** * How this rule will appear to users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} */ readonly name?: string; /** * If true, the rule will fail if the pattern matches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} */ readonly negate?: boolean | cdktf.IResolvable; /** * The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} */ readonly operator: string; /** * The pattern to match with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} */ readonly pattern: string; } @@ -1397,31 +1397,31 @@ export interface OrganizationRulesetRulesPullRequest { /** * New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#dismiss_stale_reviews_on_push OrganizationRuleset#dismiss_stale_reviews_on_push} */ readonly dismissStaleReviewsOnPush?: boolean | cdktf.IResolvable; /** * Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_code_owner_review OrganizationRuleset#require_code_owner_review} */ readonly requireCodeOwnerReview?: boolean | cdktf.IResolvable; /** * Whether the most recent reviewable push must be approved by someone other than the person who pushed it. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#require_last_push_approval OrganizationRuleset#require_last_push_approval} */ readonly requireLastPushApproval?: boolean | cdktf.IResolvable; /** * The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_approving_review_count OrganizationRuleset#required_approving_review_count} */ readonly requiredApprovingReviewCount?: number; /** * All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_review_thread_resolution OrganizationRuleset#required_review_thread_resolution} */ readonly requiredReviewThreadResolution?: boolean | cdktf.IResolvable; } @@ -1623,13 +1623,13 @@ export interface OrganizationRulesetRulesRequiredStatusChecksRequiredCheck { /** * The status check context name that must be present on the commit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#context OrganizationRuleset#context} */ readonly context: string; /** * The optional integration ID that this status check must originate from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#integration_id OrganizationRuleset#integration_id} */ readonly integrationId?: number; } @@ -1773,13 +1773,13 @@ export interface OrganizationRulesetRulesRequiredStatusChecks { /** * Whether pull requests targeting a matching branch must be tested with the latest code. This setting will not take effect unless at least one status check is enabled. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#strict_required_status_checks_policy OrganizationRuleset#strict_required_status_checks_policy} */ readonly strictRequiredStatusChecksPolicy?: boolean | cdktf.IResolvable; /** * required_check block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_check OrganizationRuleset#required_check} */ readonly requiredCheck: OrganizationRulesetRulesRequiredStatusChecksRequiredCheck[] | cdktf.IResolvable; } @@ -1891,19 +1891,19 @@ export interface OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflow { /** * The path to the workflow YAML definition file. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#path OrganizationRuleset#path} */ readonly path: string; /** * The ref (branch or tag) of the workflow file to use. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#ref OrganizationRuleset#ref} */ readonly ref?: string; /** * The repository in which the workflow is defined. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#repository_id OrganizationRuleset#repository_id} */ readonly repositoryId: number; } @@ -2073,7 +2073,7 @@ export interface OrganizationRulesetRulesRequiredWorkflows { /** * required_workflow block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflow OrganizationRuleset#required_workflow} */ readonly requiredWorkflow: OrganizationRulesetRulesRequiredWorkflowsRequiredWorkflow[] | cdktf.IResolvable; } @@ -2156,25 +2156,25 @@ export interface OrganizationRulesetRulesTagNamePattern { /** * How this rule will appear to users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#name OrganizationRuleset#name} */ readonly name?: string; /** * If true, the rule will fail if the pattern matches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#negate OrganizationRuleset#negate} */ readonly negate?: boolean | cdktf.IResolvable; /** * The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#operator OrganizationRuleset#operator} */ readonly operator: string; /** * The pattern to match with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pattern OrganizationRuleset#pattern} */ readonly pattern: string; } @@ -2341,85 +2341,85 @@ export interface OrganizationRulesetRules { /** * Only allow users with bypass permission to create matching refs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#creation OrganizationRuleset#creation} */ readonly creation?: boolean | cdktf.IResolvable; /** * Only allow users with bypass permissions to delete matching refs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#deletion OrganizationRuleset#deletion} */ readonly deletion?: boolean | cdktf.IResolvable; /** * Prevent users with push access from force pushing to branches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#non_fast_forward OrganizationRuleset#non_fast_forward} */ readonly nonFastForward?: boolean | cdktf.IResolvable; /** * Prevent merge commits from being pushed to matching branches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_linear_history OrganizationRuleset#required_linear_history} */ readonly requiredLinearHistory?: boolean | cdktf.IResolvable; /** * Commits pushed to matching branches must have verified signatures. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_signatures OrganizationRuleset#required_signatures} */ readonly requiredSignatures?: boolean | cdktf.IResolvable; /** * Only allow users with bypass permission to update matching refs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#update OrganizationRuleset#update} */ readonly update?: boolean | cdktf.IResolvable; /** * branch_name_pattern block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#branch_name_pattern OrganizationRuleset#branch_name_pattern} */ readonly branchNamePattern?: OrganizationRulesetRulesBranchNamePattern; /** * commit_author_email_pattern block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_author_email_pattern OrganizationRuleset#commit_author_email_pattern} */ readonly commitAuthorEmailPattern?: OrganizationRulesetRulesCommitAuthorEmailPattern; /** * commit_message_pattern block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#commit_message_pattern OrganizationRuleset#commit_message_pattern} */ readonly commitMessagePattern?: OrganizationRulesetRulesCommitMessagePattern; /** * committer_email_pattern block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#committer_email_pattern OrganizationRuleset#committer_email_pattern} */ readonly committerEmailPattern?: OrganizationRulesetRulesCommitterEmailPattern; /** * pull_request block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#pull_request OrganizationRuleset#pull_request} */ readonly pullRequest?: OrganizationRulesetRulesPullRequest; /** * required_status_checks block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_status_checks OrganizationRuleset#required_status_checks} */ readonly requiredStatusChecks?: OrganizationRulesetRulesRequiredStatusChecks; /** * required_workflows block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#required_workflows OrganizationRuleset#required_workflows} */ readonly requiredWorkflows?: OrganizationRulesetRulesRequiredWorkflows; /** * tag_name_pattern block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#tag_name_pattern OrganizationRuleset#tag_name_pattern} */ readonly tagNamePattern?: OrganizationRulesetRulesTagNamePattern; } @@ -2880,7 +2880,7 @@ export class OrganizationRulesetRulesOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset github_organization_ruleset} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset github_organization_ruleset} */ export class OrganizationRuleset extends cdktf.TerraformResource { @@ -2896,7 +2896,7 @@ export class OrganizationRuleset extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationRuleset 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 OrganizationRuleset to import - * @param importFromId The id of the existing OrganizationRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationRuleset to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2908,7 +2908,7 @@ export class OrganizationRuleset extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_ruleset github_organization_ruleset} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_ruleset github_organization_ruleset} 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 @@ -2919,8 +2919,8 @@ export class OrganizationRuleset extends cdktf.TerraformResource { terraformResourceType: 'github_organization_ruleset', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/organization-security-manager/README.md b/src/organization-security-manager/README.md index 8228f4e2f..f39021733 100644 --- a/src/organization-security-manager/README.md +++ b/src/organization-security-manager/README.md @@ -1,3 +1,3 @@ # `github_organization_security_manager` -Refer to the Terraform Registry for docs: [`github_organization_security_manager`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager). +Refer to the Terraform Registry for docs: [`github_organization_security_manager`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager). diff --git a/src/organization-security-manager/index.ts b/src/organization-security-manager/index.ts index 1c04fe401..8deaa54ad 100644 --- a/src/organization-security-manager/index.ts +++ b/src/organization-security-manager/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface OrganizationSecurityManagerConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#id OrganizationSecurityManager#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 OrganizationSecurityManagerConfig extends cdktf.TerraformMetaAr /** * The slug of the team to manage. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#team_slug OrganizationSecurityManager#team_slug} */ readonly teamSlug: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager github_organization_security_manager} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager github_organization_security_manager} */ export class OrganizationSecurityManager extends cdktf.TerraformResource { @@ -44,7 +44,7 @@ export class OrganizationSecurityManager extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationSecurityManager 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 OrganizationSecurityManager to import - * @param importFromId The id of the existing OrganizationSecurityManager that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationSecurityManager that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationSecurityManager to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class OrganizationSecurityManager extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_security_manager github_organization_security_manager} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_security_manager github_organization_security_manager} 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 @@ -67,8 +67,8 @@ export class OrganizationSecurityManager extends cdktf.TerraformResource { terraformResourceType: 'github_organization_security_manager', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/organization-settings/README.md b/src/organization-settings/README.md index 8fd877df4..ee342e5d8 100644 --- a/src/organization-settings/README.md +++ b/src/organization-settings/README.md @@ -1,3 +1,3 @@ # `github_organization_settings` -Refer to the Terraform Registry for docs: [`github_organization_settings`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings). +Refer to the Terraform Registry for docs: [`github_organization_settings`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings). diff --git a/src/organization-settings/index.ts b/src/organization-settings/index.ts index a9c8f8f79..25291f660 100644 --- a/src/organization-settings/index.ts +++ b/src/organization-settings/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,77 +15,77 @@ export interface OrganizationSettingsConfig extends cdktf.TerraformMetaArguments /** * Whether or not advanced security is enabled for new repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#advanced_security_enabled_for_new_repositories OrganizationSettings#advanced_security_enabled_for_new_repositories} */ readonly advancedSecurityEnabledForNewRepositories?: boolean | cdktf.IResolvable; /** * The billing email address for the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#billing_email OrganizationSettings#billing_email} */ readonly billingEmail: string; /** * The blog URL for the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#blog OrganizationSettings#blog} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#blog OrganizationSettings#blog} */ readonly blog?: string; /** * The company name for the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#company OrganizationSettings#company} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#company OrganizationSettings#company} */ readonly company?: string; /** * The default permission for organization members to create new repositories. Can be one of 'read', 'write', 'admin' or 'none'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#default_repository_permission OrganizationSettings#default_repository_permission} */ readonly defaultRepositoryPermission?: string; /** * Whether or not dependabot alerts are enabled for new repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_alerts_enabled_for_new_repositories OrganizationSettings#dependabot_alerts_enabled_for_new_repositories} */ readonly dependabotAlertsEnabledForNewRepositories?: boolean | cdktf.IResolvable; /** * Whether or not dependabot security updates are enabled for new repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependabot_security_updates_enabled_for_new_repositories OrganizationSettings#dependabot_security_updates_enabled_for_new_repositories} */ readonly dependabotSecurityUpdatesEnabledForNewRepositories?: boolean | cdktf.IResolvable; /** * Whether or not dependency graph is enabled for new repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#dependency_graph_enabled_for_new_repositories OrganizationSettings#dependency_graph_enabled_for_new_repositories} */ readonly dependencyGraphEnabledForNewRepositories?: boolean | cdktf.IResolvable; /** * The description for the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#description OrganizationSettings#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#description OrganizationSettings#description} */ readonly description?: string; /** * The email address for the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#email OrganizationSettings#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#email OrganizationSettings#email} */ readonly email?: string; /** * Whether or not organization projects are enabled for the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_organization_projects OrganizationSettings#has_organization_projects} */ readonly hasOrganizationProjects?: boolean | cdktf.IResolvable; /** * Whether or not repository projects are enabled for the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#has_repository_projects OrganizationSettings#has_repository_projects} */ readonly hasRepositoryProjects?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#id OrganizationSettings#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#id OrganizationSettings#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -94,91 +94,91 @@ export interface OrganizationSettingsConfig extends cdktf.TerraformMetaArguments /** * The location for the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#location OrganizationSettings#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#location OrganizationSettings#location} */ readonly location?: string; /** * Whether or not organization members can create new internal repositories. For Enterprise Organizations only. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_internal_repositories OrganizationSettings#members_can_create_internal_repositories} */ readonly membersCanCreateInternalRepositories?: boolean | cdktf.IResolvable; /** * Whether or not organization members can create new pages. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_pages OrganizationSettings#members_can_create_pages} */ readonly membersCanCreatePages?: boolean | cdktf.IResolvable; /** * Whether or not organization members can create new private pages. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_pages OrganizationSettings#members_can_create_private_pages} */ readonly membersCanCreatePrivatePages?: boolean | cdktf.IResolvable; /** * Whether or not organization members can create new private repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_private_repositories OrganizationSettings#members_can_create_private_repositories} */ readonly membersCanCreatePrivateRepositories?: boolean | cdktf.IResolvable; /** * Whether or not organization members can create new public pages. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_pages OrganizationSettings#members_can_create_public_pages} */ readonly membersCanCreatePublicPages?: boolean | cdktf.IResolvable; /** * Whether or not organization members can create new public repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_public_repositories OrganizationSettings#members_can_create_public_repositories} */ readonly membersCanCreatePublicRepositories?: boolean | cdktf.IResolvable; /** * Whether or not organization members can create new repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_create_repositories OrganizationSettings#members_can_create_repositories} */ readonly membersCanCreateRepositories?: boolean | cdktf.IResolvable; /** * Whether or not organization members can fork private repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#members_can_fork_private_repositories OrganizationSettings#members_can_fork_private_repositories} */ readonly membersCanForkPrivateRepositories?: boolean | cdktf.IResolvable; /** * The name for the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#name OrganizationSettings#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#name OrganizationSettings#name} */ readonly name?: string; /** * Whether or not secret scanning is enabled for new repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_enabled_for_new_repositories OrganizationSettings#secret_scanning_enabled_for_new_repositories} */ readonly secretScanningEnabledForNewRepositories?: boolean | cdktf.IResolvable; /** * Whether or not secret scanning push protection is enabled for new repositories. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#secret_scanning_push_protection_enabled_for_new_repositories OrganizationSettings#secret_scanning_push_protection_enabled_for_new_repositories} */ readonly secretScanningPushProtectionEnabledForNewRepositories?: boolean | cdktf.IResolvable; /** * The Twitter username for the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#twitter_username OrganizationSettings#twitter_username} */ readonly twitterUsername?: string; /** * Whether or not commit signatures are required for commits to the organization. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#web_commit_signoff_required OrganizationSettings#web_commit_signoff_required} */ readonly webCommitSignoffRequired?: boolean | cdktf.IResolvable; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings github_organization_settings} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings github_organization_settings} */ export class OrganizationSettings extends cdktf.TerraformResource { @@ -194,7 +194,7 @@ export class OrganizationSettings extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationSettings 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 OrganizationSettings to import - * @param importFromId The id of the existing OrganizationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationSettings to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -206,7 +206,7 @@ export class OrganizationSettings extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_settings github_organization_settings} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_settings github_organization_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 @@ -217,8 +217,8 @@ export class OrganizationSettings extends cdktf.TerraformResource { terraformResourceType: 'github_organization_settings', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/organization-webhook/README.md b/src/organization-webhook/README.md index aea2e52eb..0c8e851c0 100644 --- a/src/organization-webhook/README.md +++ b/src/organization-webhook/README.md @@ -1,3 +1,3 @@ # `github_organization_webhook` -Refer to the Terraform Registry for docs: [`github_organization_webhook`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook). +Refer to the Terraform Registry for docs: [`github_organization_webhook`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook). diff --git a/src/organization-webhook/index.ts b/src/organization-webhook/index.ts index f8caec7c7..8cce312b3 100644 --- a/src/organization-webhook/index.ts +++ b/src/organization-webhook/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,30 +15,26 @@ export interface OrganizationWebhookConfig extends cdktf.TerraformMetaArguments /** * Indicate if the webhook should receive events. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#active OrganizationWebhook#active} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#active OrganizationWebhook#active} */ readonly active?: boolean | cdktf.IResolvable; /** * A list of events which should trigger the webhook. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#events OrganizationWebhook#events} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#events OrganizationWebhook#events} */ readonly events: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#id OrganizationWebhook#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#id OrganizationWebhook#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#name OrganizationWebhook#name} - */ - readonly name?: string; - /** * configuration block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#configuration OrganizationWebhook#configuration} */ readonly configuration?: OrganizationWebhookConfiguration; } @@ -46,25 +42,25 @@ export interface OrganizationWebhookConfiguration { /** * The content type for the payload. Valid values are either 'form' or 'json'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#content_type OrganizationWebhook#content_type} */ readonly contentType?: string; /** * Insecure SSL boolean toggle. Defaults to 'false'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#insecure_ssl OrganizationWebhook#insecure_ssl} */ readonly insecureSsl?: boolean | cdktf.IResolvable; /** * The shared secret for the webhook * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#secret OrganizationWebhook#secret} */ readonly secret?: string; /** * The URL of the webhook. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#url OrganizationWebhook#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#url OrganizationWebhook#url} */ readonly url: string; } @@ -232,7 +228,7 @@ export class OrganizationWebhookConfigurationOutputReference extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook github_organization_webhook} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook github_organization_webhook} */ export class OrganizationWebhook extends cdktf.TerraformResource { @@ -248,7 +244,7 @@ export class OrganizationWebhook extends cdktf.TerraformResource { * Generates CDKTF code for importing a OrganizationWebhook 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 OrganizationWebhook to import - * @param importFromId The id of the existing OrganizationWebhook that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OrganizationWebhook that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OrganizationWebhook to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -260,7 +256,7 @@ export class OrganizationWebhook extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/organization_webhook github_organization_webhook} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/organization_webhook github_organization_webhook} 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,8 +267,8 @@ export class OrganizationWebhook extends cdktf.TerraformResource { terraformResourceType: 'github_organization_webhook', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, @@ -285,7 +281,6 @@ export class OrganizationWebhook extends cdktf.TerraformResource { this._active = config.active; this._events = config.events; this._id = config.id; - this._name = config.name; this._configuration.internalValue = config.configuration; } @@ -343,22 +338,6 @@ export class OrganizationWebhook extends cdktf.TerraformResource { return this._id; } - // name - computed: false, optional: true, required: false - private _name?: string; - public get name() { - return this.getStringAttribute('name'); - } - public set name(value: string) { - this._name = value; - } - public resetName() { - this._name = undefined; - } - // Temporarily expose input value. Use with caution. - public get nameInput() { - return this._name; - } - // url - computed: true, optional: false, required: false public get url() { return this.getStringAttribute('url'); @@ -389,7 +368,6 @@ export class OrganizationWebhook extends cdktf.TerraformResource { active: cdktf.booleanToTerraform(this._active), events: cdktf.listMapper(cdktf.stringToTerraform, false)(this._events), id: cdktf.stringToTerraform(this._id), - name: cdktf.stringToTerraform(this._name), configuration: organizationWebhookConfigurationToTerraform(this._configuration.internalValue), }; } @@ -414,12 +392,6 @@ export class OrganizationWebhook extends cdktf.TerraformResource { type: "simple", storageClassType: "string", }, - name: { - value: cdktf.stringToHclTerraform(this._name), - isBlock: false, - type: "simple", - storageClassType: "string", - }, configuration: { value: organizationWebhookConfigurationToHclTerraform(this._configuration.internalValue), isBlock: true, diff --git a/src/project-card/README.md b/src/project-card/README.md index 9e29621d2..ca7819a9b 100644 --- a/src/project-card/README.md +++ b/src/project-card/README.md @@ -1,3 +1,3 @@ # `github_project_card` -Refer to the Terraform Registry for docs: [`github_project_card`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card). +Refer to the Terraform Registry for docs: [`github_project_card`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card). diff --git a/src/project-card/index.ts b/src/project-card/index.ts index 231629a66..4608d6f49 100644 --- a/src/project-card/index.ts +++ b/src/project-card/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface ProjectCardConfig extends cdktf.TerraformMetaArguments { /** * The ID of the project column. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#column_id ProjectCard#column_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#column_id ProjectCard#column_id} */ readonly columnId: string; /** * 'github_issue.issue_id'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_id ProjectCard#content_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_id ProjectCard#content_id} */ readonly contentId?: number; /** * Must be either 'Issue' or 'PullRequest'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#content_type ProjectCard#content_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#content_type ProjectCard#content_type} */ readonly contentType?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#id ProjectCard#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#id ProjectCard#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ProjectCardConfig extends cdktf.TerraformMetaArguments { /** * The note contents of the card. Markdown supported. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#note ProjectCard#note} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#note ProjectCard#note} */ readonly note?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card github_project_card} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card github_project_card} */ export class ProjectCard extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class ProjectCard extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProjectCard 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 ProjectCard to import - * @param importFromId The id of the existing ProjectCard that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProjectCard that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProjectCard to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class ProjectCard extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_card github_project_card} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_card github_project_card} 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,8 +85,8 @@ export class ProjectCard extends cdktf.TerraformResource { terraformResourceType: 'github_project_card', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/project-column/README.md b/src/project-column/README.md index 39f14df7e..2f0b8029b 100644 --- a/src/project-column/README.md +++ b/src/project-column/README.md @@ -1,3 +1,3 @@ # `github_project_column` -Refer to the Terraform Registry for docs: [`github_project_column`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column). +Refer to the Terraform Registry for docs: [`github_project_column`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column). diff --git a/src/project-column/index.ts b/src/project-column/index.ts index 902d0363d..f1a0b4018 100644 --- a/src/project-column/index.ts +++ b/src/project-column/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface ProjectColumnConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#id ProjectColumn#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#id ProjectColumn#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ProjectColumnConfig extends cdktf.TerraformMetaArguments { /** * The name of the column. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#name ProjectColumn#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#name ProjectColumn#name} */ readonly name: string; /** * The ID of an existing project that the column will be created in. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#project_id ProjectColumn#project_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#project_id ProjectColumn#project_id} */ readonly projectId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column github_project_column} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column github_project_column} */ export class ProjectColumn extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class ProjectColumn extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProjectColumn 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 ProjectColumn to import - * @param importFromId The id of the existing ProjectColumn that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProjectColumn that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProjectColumn to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class ProjectColumn extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/project_column github_project_column} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/project_column github_project_column} 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,8 +73,8 @@ export class ProjectColumn extends cdktf.TerraformResource { terraformResourceType: 'github_project_column', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/provider/README.md b/src/provider/README.md index 1a9685b4b..0b79141a2 100644 --- a/src/provider/README.md +++ b/src/provider/README.md @@ -1,3 +1,3 @@ # `provider` -Refer to the Terraform Registry for docs: [`github`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs). +Refer to the Terraform Registry for docs: [`github`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index 1d9228545..fc1442ef1 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/integrations/github/5.45.0/docs +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,61 +15,79 @@ export interface GithubProviderConfig { /** * The GitHub Base API URL * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#base_url GithubProvider#base_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#base_url GithubProvider#base_url} */ readonly baseUrl?: string; /** * Enable `insecure` mode for testing purposes * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#insecure GithubProvider#insecure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#insecure GithubProvider#insecure} */ readonly insecure?: boolean | cdktf.IResolvable; /** + * Number of times to retry a request after receiving an error status codeDefaults to 3 + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#max_retries GithubProvider#max_retries} + */ + readonly maxRetries?: number; + /** * The GitHub organization name to manage. Use this field instead of `owner` when managing organization accounts. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#organization GithubProvider#organization} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#organization GithubProvider#organization} */ readonly organization?: string; /** * The GitHub owner name to manage. Use this field instead of `organization` when managing individual accounts. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#owner GithubProvider#owner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#owner GithubProvider#owner} */ readonly owner?: string; /** * Allow the provider to make parallel API calls to GitHub. You may want to set it to true when you have a private Github Enterprise without strict rate limits. Although, it is not possible to enable this setting on github.com because we enforce the respect of github.com's best practices to avoid hitting abuse rate limitsDefaults to false if not set * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#parallel_requests GithubProvider#parallel_requests} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#parallel_requests GithubProvider#parallel_requests} */ readonly parallelRequests?: boolean | cdktf.IResolvable; /** * Amount of time in milliseconds to sleep in between non-write requests to GitHub API. Defaults to 0ms if not set. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#read_delay_ms GithubProvider#read_delay_ms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#read_delay_ms GithubProvider#read_delay_ms} */ readonly readDelayMs?: number; /** + * Amount of time in milliseconds to sleep in between requests to GitHub API after an error response. Defaults to 1000ms or 1s if not set, the max_retries must be set to greater than zero. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retry_delay_ms GithubProvider#retry_delay_ms} + */ + readonly retryDelayMs?: number; + /** + * Allow the provider to retry after receiving an error status code, the max_retries should be set for this to workDefaults to [500, 502, 503, 504] + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#retryable_errors GithubProvider#retryable_errors} + */ + readonly retryableErrors?: number[]; + /** * The OAuth token used to connect to GitHub. Anonymous mode is enabled if both `token` and `app_auth` are not set. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#token GithubProvider#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#token GithubProvider#token} */ readonly token?: string; /** * Amount of time in milliseconds to sleep in between writes to GitHub API. Defaults to 1000ms or 1s if not set. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#write_delay_ms GithubProvider#write_delay_ms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#write_delay_ms GithubProvider#write_delay_ms} */ readonly writeDelayMs?: number; /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#alias GithubProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#alias GithubProvider#alias} */ readonly alias?: string; /** * app_auth block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#app_auth GithubProvider#app_auth} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#app_auth GithubProvider#app_auth} */ readonly appAuth?: GithubProviderAppAuth; } @@ -77,7 +95,7 @@ export interface GithubProviderAppAuth { /** * The GitHub App ID. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#id GithubProvider#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#id GithubProvider#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -86,13 +104,13 @@ export interface GithubProviderAppAuth { /** * The GitHub App installation instance ID. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#installation_id GithubProvider#installation_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#installation_id GithubProvider#installation_id} */ readonly installationId: string; /** * The GitHub App PEM file contents. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#pem_file GithubProvider#pem_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#pem_file GithubProvider#pem_file} */ readonly pemFile: string; } @@ -142,7 +160,7 @@ export function githubProviderAppAuthToHclTerraform(struct?: GithubProviderAppAu /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs github} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs github} */ export class GithubProvider extends cdktf.TerraformProvider { @@ -158,7 +176,7 @@ export class GithubProvider extends cdktf.TerraformProvider { * Generates CDKTF code for importing a GithubProvider 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 GithubProvider to import - * @param importFromId The id of the existing GithubProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GithubProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GithubProvider to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -170,7 +188,7 @@ export class GithubProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs github} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs 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 @@ -181,17 +199,20 @@ export class GithubProvider extends cdktf.TerraformProvider { terraformResourceType: 'github', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, terraformProviderSource: 'integrations/github' }); this._baseUrl = config.baseUrl; this._insecure = config.insecure; + this._maxRetries = config.maxRetries; this._organization = config.organization; this._owner = config.owner; this._parallelRequests = config.parallelRequests; this._readDelayMs = config.readDelayMs; + this._retryDelayMs = config.retryDelayMs; + this._retryableErrors = config.retryableErrors; this._token = config.token; this._writeDelayMs = config.writeDelayMs; this._alias = config.alias; @@ -234,6 +255,22 @@ export class GithubProvider extends cdktf.TerraformProvider { return this._insecure; } + // max_retries - computed: false, optional: true, required: false + private _maxRetries?: number; + public get maxRetries() { + return this._maxRetries; + } + public set maxRetries(value: number | undefined) { + this._maxRetries = value; + } + public resetMaxRetries() { + this._maxRetries = undefined; + } + // Temporarily expose input value. Use with caution. + public get maxRetriesInput() { + return this._maxRetries; + } + // organization - computed: false, optional: true, required: false private _organization?: string; public get organization() { @@ -298,6 +335,38 @@ export class GithubProvider extends cdktf.TerraformProvider { return this._readDelayMs; } + // retry_delay_ms - computed: false, optional: true, required: false + private _retryDelayMs?: number; + public get retryDelayMs() { + return this._retryDelayMs; + } + public set retryDelayMs(value: number | undefined) { + this._retryDelayMs = value; + } + public resetRetryDelayMs() { + this._retryDelayMs = undefined; + } + // Temporarily expose input value. Use with caution. + public get retryDelayMsInput() { + return this._retryDelayMs; + } + + // retryable_errors - computed: false, optional: true, required: false + private _retryableErrors?: number[]; + public get retryableErrors() { + return this._retryableErrors; + } + public set retryableErrors(value: number[] | undefined) { + this._retryableErrors = value; + } + public resetRetryableErrors() { + this._retryableErrors = undefined; + } + // Temporarily expose input value. Use with caution. + public get retryableErrorsInput() { + return this._retryableErrors; + } + // token - computed: false, optional: true, required: false private _token?: string; public get token() { @@ -370,10 +439,13 @@ export class GithubProvider extends cdktf.TerraformProvider { return { base_url: cdktf.stringToTerraform(this._baseUrl), insecure: cdktf.booleanToTerraform(this._insecure), + max_retries: cdktf.numberToTerraform(this._maxRetries), organization: cdktf.stringToTerraform(this._organization), owner: cdktf.stringToTerraform(this._owner), parallel_requests: cdktf.booleanToTerraform(this._parallelRequests), read_delay_ms: cdktf.numberToTerraform(this._readDelayMs), + retry_delay_ms: cdktf.numberToTerraform(this._retryDelayMs), + retryable_errors: cdktf.listMapper(cdktf.numberToTerraform, false)(this._retryableErrors), token: cdktf.stringToTerraform(this._token), write_delay_ms: cdktf.numberToTerraform(this._writeDelayMs), alias: cdktf.stringToTerraform(this._alias), @@ -395,6 +467,12 @@ export class GithubProvider extends cdktf.TerraformProvider { type: "simple", storageClassType: "boolean", }, + max_retries: { + value: cdktf.numberToHclTerraform(this._maxRetries), + isBlock: false, + type: "simple", + storageClassType: "number", + }, organization: { value: cdktf.stringToHclTerraform(this._organization), isBlock: false, @@ -419,6 +497,18 @@ export class GithubProvider extends cdktf.TerraformProvider { type: "simple", storageClassType: "number", }, + retry_delay_ms: { + value: cdktf.numberToHclTerraform(this._retryDelayMs), + isBlock: false, + type: "simple", + storageClassType: "number", + }, + retryable_errors: { + value: cdktf.listMapperHcl(cdktf.numberToHclTerraform, false)(this._retryableErrors), + isBlock: false, + type: "list", + storageClassType: "numberList", + }, token: { value: cdktf.stringToHclTerraform(this._token), isBlock: false, diff --git a/src/release/README.md b/src/release/README.md index 34fe5eb0d..1dcac68ef 100644 --- a/src/release/README.md +++ b/src/release/README.md @@ -1,3 +1,3 @@ # `github_release` -Refer to the Terraform Registry for docs: [`github_release`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release). +Refer to the Terraform Registry for docs: [`github_release`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release). diff --git a/src/release/index.ts b/src/release/index.ts index 77e010e44..92460d359 100644 --- a/src/release/index.ts +++ b/src/release/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface ReleaseConfig extends cdktf.TerraformMetaArguments { /** * Text describing the contents of the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#body Release#body} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#body Release#body} */ readonly body?: string; /** * If specified, a discussion of the specified category is created and linked to the release. The value must be a category that already exists in the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#discussion_category_name Release#discussion_category_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#discussion_category_name Release#discussion_category_name} */ readonly discussionCategoryName?: string; /** * Set to 'false' to create a published release. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#draft Release#draft} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#draft Release#draft} */ readonly draft?: boolean | cdktf.IResolvable; /** * Set to 'true' to automatically generate the name and body for this release. If 'name' is specified, the specified name will be used; otherwise, a name will be automatically generated. If 'body' is specified, the body will be pre-pended to the automatically generated notes. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#generate_release_notes Release#generate_release_notes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#generate_release_notes Release#generate_release_notes} */ readonly generateReleaseNotes?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#id Release#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#id Release#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,37 +46,37 @@ export interface ReleaseConfig extends cdktf.TerraformMetaArguments { /** * The name of the release. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#name Release#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#name Release#name} */ readonly name?: string; /** * Set to 'false' to identify the release as a full release. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#prerelease Release#prerelease} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#prerelease Release#prerelease} */ readonly prerelease?: boolean | cdktf.IResolvable; /** * The name of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#repository Release#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#repository Release#repository} */ readonly repository: string; /** * The name of the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#tag_name Release#tag_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#tag_name Release#tag_name} */ readonly tagName: string; /** * The branch name or commit SHA the tag is created from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#target_commitish Release#target_commitish} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#target_commitish Release#target_commitish} */ readonly targetCommitish?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release github_release} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release github_release} */ export class Release extends cdktf.TerraformResource { @@ -92,7 +92,7 @@ export class Release extends cdktf.TerraformResource { * Generates CDKTF code for importing a Release 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 Release to import - * @param importFromId The id of the existing Release that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Release that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Release to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -104,7 +104,7 @@ export class Release extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/release github_release} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/release github_release} 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,8 +115,8 @@ export class Release extends cdktf.TerraformResource { terraformResourceType: 'github_release', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-autolink-reference/README.md b/src/repository-autolink-reference/README.md index 0babfdd35..1b6a248a7 100644 --- a/src/repository-autolink-reference/README.md +++ b/src/repository-autolink-reference/README.md @@ -1,3 +1,3 @@ # `github_repository_autolink_reference` -Refer to the Terraform Registry for docs: [`github_repository_autolink_reference`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference). +Refer to the Terraform Registry for docs: [`github_repository_autolink_reference`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference). diff --git a/src/repository-autolink-reference/index.ts b/src/repository-autolink-reference/index.ts index 152d93b0d..60994bfa7 100644 --- a/src/repository-autolink-reference/index.ts +++ b/src/repository-autolink-reference/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface RepositoryAutolinkReferenceConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#id RepositoryAutolinkReference#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryAutolinkReferenceConfig extends cdktf.TerraformMetaAr /** * Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#is_alphanumeric RepositoryAutolinkReference#is_alphanumeric} */ readonly isAlphanumeric?: boolean | cdktf.IResolvable; /** * This prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#key_prefix RepositoryAutolinkReference#key_prefix} */ readonly keyPrefix: string; /** * The repository name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#repository RepositoryAutolinkReference#repository} */ readonly repository: string; /** * The template of the target URL used for the links; must be a valid URL and contain `` for the reference number * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#target_url_template RepositoryAutolinkReference#target_url_template} */ readonly targetUrlTemplate: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference github_repository_autolink_reference} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference github_repository_autolink_reference} */ export class RepositoryAutolinkReference extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class RepositoryAutolinkReference extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryAutolinkReference 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 RepositoryAutolinkReference to import - * @param importFromId The id of the existing RepositoryAutolinkReference that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryAutolinkReference that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryAutolinkReference to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class RepositoryAutolinkReference extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_autolink_reference github_repository_autolink_reference} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_autolink_reference github_repository_autolink_reference} 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,8 +85,8 @@ export class RepositoryAutolinkReference extends cdktf.TerraformResource { terraformResourceType: 'github_repository_autolink_reference', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-collaborator/README.md b/src/repository-collaborator/README.md index e22d63b7b..f376bcfb1 100644 --- a/src/repository-collaborator/README.md +++ b/src/repository-collaborator/README.md @@ -1,3 +1,3 @@ # `github_repository_collaborator` -Refer to the Terraform Registry for docs: [`github_repository_collaborator`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator). +Refer to the Terraform Registry for docs: [`github_repository_collaborator`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator). diff --git a/src/repository-collaborator/index.ts b/src/repository-collaborator/index.ts index 82571b90f..720ce6c65 100644 --- a/src/repository-collaborator/index.ts +++ b/src/repository-collaborator/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface RepositoryCollaboratorConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#id RepositoryCollaborator#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryCollaboratorConfig extends cdktf.TerraformMetaArgumen /** * The permission of the outside collaborator for the repository. Must be one of 'pull', 'push', 'maintain', 'triage' or 'admin' or the name of an existing custom repository role within the organization for organization-owned repositories. Must be 'push' for personal repositories. Defaults to 'push'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission RepositoryCollaborator#permission} */ readonly permission?: string; /** * Suppress plan diffs for triage and maintain. Defaults to 'false'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#permission_diff_suppression RepositoryCollaborator#permission_diff_suppression} */ readonly permissionDiffSuppression?: boolean | cdktf.IResolvable; /** * The GitHub repository * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#repository RepositoryCollaborator#repository} */ readonly repository: string; /** * The user to add to the repository as a collaborator. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#username RepositoryCollaborator#username} */ readonly username: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator github_repository_collaborator} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator github_repository_collaborator} */ export class RepositoryCollaborator extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class RepositoryCollaborator extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryCollaborator 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 RepositoryCollaborator to import - * @param importFromId The id of the existing RepositoryCollaborator that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryCollaborator that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryCollaborator to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class RepositoryCollaborator extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborator github_repository_collaborator} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborator github_repository_collaborator} 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,8 +85,8 @@ export class RepositoryCollaborator extends cdktf.TerraformResource { terraformResourceType: 'github_repository_collaborator', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-collaborators/README.md b/src/repository-collaborators/README.md index 92a4e19cf..e739932d2 100644 --- a/src/repository-collaborators/README.md +++ b/src/repository-collaborators/README.md @@ -1,3 +1,3 @@ # `github_repository_collaborators` -Refer to the Terraform Registry for docs: [`github_repository_collaborators`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators). +Refer to the Terraform Registry for docs: [`github_repository_collaborators`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators). diff --git a/src/repository-collaborators/index.ts b/src/repository-collaborators/index.ts index 4cd7d4a6d..2e023c6db 100644 --- a/src/repository-collaborators/index.ts +++ b/src/repository-collaborators/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,38 +13,38 @@ import * as cdktf from 'cdktf'; export interface RepositoryCollaboratorsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#id RepositoryCollaborators#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#repository RepositoryCollaborators#repository} */ readonly repository: string; /** * team block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team RepositoryCollaborators#team} */ readonly team?: RepositoryCollaboratorsTeam[] | cdktf.IResolvable; /** * user block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#user RepositoryCollaborators#user} */ readonly user?: RepositoryCollaboratorsUser[] | cdktf.IResolvable; } export interface RepositoryCollaboratorsTeam { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission} */ readonly permission?: string; /** * Team ID or slug to add to the repository as a collaborator. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#team_id RepositoryCollaborators#team_id} */ readonly teamId: string; } @@ -186,13 +186,13 @@ export class RepositoryCollaboratorsTeamList extends cdktf.ComplexList { } export interface RepositoryCollaboratorsUser { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#permission RepositoryCollaborators#permission} */ readonly permission?: string; /** * (Required) The user to add to the repository as a collaborator. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#username RepositoryCollaborators#username} */ readonly username: string; } @@ -334,7 +334,7 @@ export class RepositoryCollaboratorsUserList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators github_repository_collaborators} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators github_repository_collaborators} */ export class RepositoryCollaborators extends cdktf.TerraformResource { @@ -350,7 +350,7 @@ export class RepositoryCollaborators extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryCollaborators 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 RepositoryCollaborators to import - * @param importFromId The id of the existing RepositoryCollaborators that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryCollaborators that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryCollaborators to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -362,7 +362,7 @@ export class RepositoryCollaborators extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_collaborators github_repository_collaborators} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_collaborators github_repository_collaborators} 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 @@ -373,8 +373,8 @@ export class RepositoryCollaborators extends cdktf.TerraformResource { terraformResourceType: 'github_repository_collaborators', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-dependabot-security-updates/README.md b/src/repository-dependabot-security-updates/README.md index 22e587c16..7503887c5 100644 --- a/src/repository-dependabot-security-updates/README.md +++ b/src/repository-dependabot-security-updates/README.md @@ -1,3 +1,3 @@ # `github_repository_dependabot_security_updates` -Refer to the Terraform Registry for docs: [`github_repository_dependabot_security_updates`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates). +Refer to the Terraform Registry for docs: [`github_repository_dependabot_security_updates`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates). diff --git a/src/repository-dependabot-security-updates/index.ts b/src/repository-dependabot-security-updates/index.ts index 4803aff44..31cf505f8 100644 --- a/src/repository-dependabot-security-updates/index.ts +++ b/src/repository-dependabot-security-updates/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface RepositoryDependabotSecurityUpdatesConfig extends cdktf.Terrafo /** * The state of the automated security fixes. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#enabled RepositoryDependabotSecurityUpdates#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#id RepositoryDependabotSecurityUpdates#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryDependabotSecurityUpdatesConfig extends cdktf.Terrafo /** * The GitHub repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#repository RepositoryDependabotSecurityUpdates#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates} */ export class RepositoryDependabotSecurityUpdates extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class RepositoryDependabotSecurityUpdates extends cdktf.TerraformResource * Generates CDKTF code for importing a RepositoryDependabotSecurityUpdates 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 RepositoryDependabotSecurityUpdates to import - * @param importFromId The id of the existing RepositoryDependabotSecurityUpdates that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryDependabotSecurityUpdates that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryDependabotSecurityUpdates to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class RepositoryDependabotSecurityUpdates extends cdktf.TerraformResource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_dependabot_security_updates github_repository_dependabot_security_updates} 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,8 +73,8 @@ export class RepositoryDependabotSecurityUpdates extends cdktf.TerraformResource terraformResourceType: 'github_repository_dependabot_security_updates', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-deploy-key/README.md b/src/repository-deploy-key/README.md index 06359b452..67779abc1 100644 --- a/src/repository-deploy-key/README.md +++ b/src/repository-deploy-key/README.md @@ -1,3 +1,3 @@ # `github_repository_deploy_key` -Refer to the Terraform Registry for docs: [`github_repository_deploy_key`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key). +Refer to the Terraform Registry for docs: [`github_repository_deploy_key`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key). diff --git a/src/repository-deploy-key/index.ts b/src/repository-deploy-key/index.ts index 5aea4c856..31c2956f4 100644 --- a/src/repository-deploy-key/index.ts +++ b/src/repository-deploy-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface RepositoryDeployKeyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#id RepositoryDeployKey#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryDeployKeyConfig extends cdktf.TerraformMetaArguments /** * A SSH key. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#key RepositoryDeployKey#key} */ readonly key: string; /** * A boolean qualifying the key to be either read only or read/write. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#read_only RepositoryDeployKey#read_only} */ readonly readOnly?: boolean | cdktf.IResolvable; /** * Name of the GitHub repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#repository RepositoryDeployKey#repository} */ readonly repository: string; /** * A title. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key#title RepositoryDeployKey#title} */ readonly title: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key github_repository_deploy_key} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key github_repository_deploy_key} */ export class RepositoryDeployKey extends cdktf.TerraformResource { @@ -62,7 +62,7 @@ export class RepositoryDeployKey extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryDeployKey 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 RepositoryDeployKey to import - * @param importFromId The id of the existing RepositoryDeployKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryDeployKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_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 RepositoryDeployKey to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -74,7 +74,7 @@ export class RepositoryDeployKey extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deploy_key github_repository_deploy_key} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deploy_key github_repository_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,8 +85,8 @@ export class RepositoryDeployKey extends cdktf.TerraformResource { terraformResourceType: 'github_repository_deploy_key', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-deployment-branch-policy/README.md b/src/repository-deployment-branch-policy/README.md index 883311931..fcf260238 100644 --- a/src/repository-deployment-branch-policy/README.md +++ b/src/repository-deployment-branch-policy/README.md @@ -1,3 +1,3 @@ # `github_repository_deployment_branch_policy` -Refer to the Terraform Registry for docs: [`github_repository_deployment_branch_policy`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy). +Refer to the Terraform Registry for docs: [`github_repository_deployment_branch_policy`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy). diff --git a/src/repository-deployment-branch-policy/index.ts b/src/repository-deployment-branch-policy/index.ts index be95f8490..a71adc2e8 100644 --- a/src/repository-deployment-branch-policy/index.ts +++ b/src/repository-deployment-branch-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface RepositoryDeploymentBranchPolicyConfig extends cdktf.TerraformM /** * The target environment name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#environment_name RepositoryDeploymentBranchPolicy#environment_name} */ readonly environmentName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#id RepositoryDeploymentBranchPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryDeploymentBranchPolicyConfig extends cdktf.TerraformM /** * The name of the branch * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#name RepositoryDeploymentBranchPolicy#name} */ readonly name: string; /** * The GitHub repository name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#repository RepositoryDeploymentBranchPolicy#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy} */ export class RepositoryDeploymentBranchPolicy extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class RepositoryDeploymentBranchPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryDeploymentBranchPolicy 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 RepositoryDeploymentBranchPolicy to import - * @param importFromId The id of the existing RepositoryDeploymentBranchPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryDeploymentBranchPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryDeploymentBranchPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class RepositoryDeploymentBranchPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_deployment_branch_policy github_repository_deployment_branch_policy} 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,8 +79,8 @@ export class RepositoryDeploymentBranchPolicy extends cdktf.TerraformResource { terraformResourceType: 'github_repository_deployment_branch_policy', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-environment-deployment-policy/README.md b/src/repository-environment-deployment-policy/README.md index 4a1396179..90e69ee58 100644 --- a/src/repository-environment-deployment-policy/README.md +++ b/src/repository-environment-deployment-policy/README.md @@ -1,3 +1,3 @@ # `github_repository_environment_deployment_policy` -Refer to the Terraform Registry for docs: [`github_repository_environment_deployment_policy`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy). +Refer to the Terraform Registry for docs: [`github_repository_environment_deployment_policy`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy). diff --git a/src/repository-environment-deployment-policy/index.ts b/src/repository-environment-deployment-policy/index.ts index 57c6ef7a4..c8cea6920 100644 --- a/src/repository-environment-deployment-policy/index.ts +++ b/src/repository-environment-deployment-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface RepositoryEnvironmentDeploymentPolicyConfig extends cdktf.Terra /** * The name pattern that branches must match in order to deploy to the environment. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#branch_pattern RepositoryEnvironmentDeploymentPolicy#branch_pattern} */ readonly branchPattern: string; /** * The name of the environment. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#environment RepositoryEnvironmentDeploymentPolicy#environment} */ readonly environment: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#id RepositoryEnvironmentDeploymentPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryEnvironmentDeploymentPolicyConfig extends cdktf.Terra /** * The name of the repository. The name is not case sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#repository RepositoryEnvironmentDeploymentPolicy#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy} */ export class RepositoryEnvironmentDeploymentPolicy extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class RepositoryEnvironmentDeploymentPolicy extends cdktf.TerraformResour * Generates CDKTF code for importing a RepositoryEnvironmentDeploymentPolicy 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 RepositoryEnvironmentDeploymentPolicy to import - * @param importFromId The id of the existing RepositoryEnvironmentDeploymentPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryEnvironmentDeploymentPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryEnvironmentDeploymentPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class RepositoryEnvironmentDeploymentPolicy extends cdktf.TerraformResour // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment_deployment_policy github_repository_environment_deployment_policy} 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,8 +79,8 @@ export class RepositoryEnvironmentDeploymentPolicy extends cdktf.TerraformResour terraformResourceType: 'github_repository_environment_deployment_policy', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-environment/README.md b/src/repository-environment/README.md index b7203b459..9384b9a70 100644 --- a/src/repository-environment/README.md +++ b/src/repository-environment/README.md @@ -1,3 +1,3 @@ # `github_repository_environment` -Refer to the Terraform Registry for docs: [`github_repository_environment`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment). +Refer to the Terraform Registry for docs: [`github_repository_environment`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment). diff --git a/src/repository-environment/index.ts b/src/repository-environment/index.ts index 2880c32b6..5bc56290b 100644 --- a/src/repository-environment/index.ts +++ b/src/repository-environment/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,44 +15,50 @@ export interface RepositoryEnvironmentConfig extends cdktf.TerraformMetaArgument /** * Can Admins bypass deployment protections * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#can_admins_bypass RepositoryEnvironment#can_admins_bypass} */ readonly canAdminsBypass?: boolean | cdktf.IResolvable; /** * The name of the environment. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#environment RepositoryEnvironment#environment} */ readonly environment: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#id RepositoryEnvironment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#id RepositoryEnvironment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** + * Prevent users from approving workflows runs that they triggered. + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#prevent_self_review RepositoryEnvironment#prevent_self_review} + */ + readonly preventSelfReview?: boolean | cdktf.IResolvable; + /** * The repository of the environment. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#repository RepositoryEnvironment#repository} */ readonly repository: string; /** * Amount of time to delay a job after the job is initially triggered. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#wait_timer RepositoryEnvironment#wait_timer} */ readonly waitTimer?: number; /** * deployment_branch_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#deployment_branch_policy RepositoryEnvironment#deployment_branch_policy} */ readonly deploymentBranchPolicy?: RepositoryEnvironmentDeploymentBranchPolicy; /** * reviewers block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#reviewers RepositoryEnvironment#reviewers} */ readonly reviewers?: RepositoryEnvironmentReviewers[] | cdktf.IResolvable; } @@ -60,13 +66,13 @@ export interface RepositoryEnvironmentDeploymentBranchPolicy { /** * Whether only branches that match the specified name patterns can deploy to this environment. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#custom_branch_policies RepositoryEnvironment#custom_branch_policies} */ readonly customBranchPolicies: boolean | cdktf.IResolvable; /** * Whether only branches with branch protection rules can deploy to this environment. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#protected_branches RepositoryEnvironment#protected_branches} */ readonly protectedBranches: boolean | cdktf.IResolvable; } @@ -175,13 +181,13 @@ export interface RepositoryEnvironmentReviewers { /** * Up to 6 IDs for teams who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#teams RepositoryEnvironment#teams} */ readonly teams?: number[]; /** * Up to 6 IDs for users who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#users RepositoryEnvironment#users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#users RepositoryEnvironment#users} */ readonly users?: number[]; } @@ -326,7 +332,7 @@ export class RepositoryEnvironmentReviewersList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment github_repository_environment} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment github_repository_environment} */ export class RepositoryEnvironment extends cdktf.TerraformResource { @@ -342,7 +348,7 @@ export class RepositoryEnvironment extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryEnvironment 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 RepositoryEnvironment to import - * @param importFromId The id of the existing RepositoryEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryEnvironment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -354,7 +360,7 @@ export class RepositoryEnvironment extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_environment github_repository_environment} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_environment github_repository_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 @@ -365,8 +371,8 @@ export class RepositoryEnvironment extends cdktf.TerraformResource { terraformResourceType: 'github_repository_environment', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, @@ -379,6 +385,7 @@ export class RepositoryEnvironment extends cdktf.TerraformResource { this._canAdminsBypass = config.canAdminsBypass; this._environment = config.environment; this._id = config.id; + this._preventSelfReview = config.preventSelfReview; this._repository = config.repository; this._waitTimer = config.waitTimer; this._deploymentBranchPolicy.internalValue = config.deploymentBranchPolicy; @@ -434,6 +441,22 @@ export class RepositoryEnvironment extends cdktf.TerraformResource { return this._id; } + // prevent_self_review - computed: false, optional: true, required: false + private _preventSelfReview?: boolean | cdktf.IResolvable; + public get preventSelfReview() { + return this.getBooleanAttribute('prevent_self_review'); + } + public set preventSelfReview(value: boolean | cdktf.IResolvable) { + this._preventSelfReview = value; + } + public resetPreventSelfReview() { + this._preventSelfReview = undefined; + } + // Temporarily expose input value. Use with caution. + public get preventSelfReviewInput() { + return this._preventSelfReview; + } + // repository - computed: false, optional: false, required: true private _repository?: string; public get repository() { @@ -504,6 +527,7 @@ export class RepositoryEnvironment extends cdktf.TerraformResource { can_admins_bypass: cdktf.booleanToTerraform(this._canAdminsBypass), environment: cdktf.stringToTerraform(this._environment), id: cdktf.stringToTerraform(this._id), + prevent_self_review: cdktf.booleanToTerraform(this._preventSelfReview), repository: cdktf.stringToTerraform(this._repository), wait_timer: cdktf.numberToTerraform(this._waitTimer), deployment_branch_policy: repositoryEnvironmentDeploymentBranchPolicyToTerraform(this._deploymentBranchPolicy.internalValue), @@ -531,6 +555,12 @@ export class RepositoryEnvironment extends cdktf.TerraformResource { type: "simple", storageClassType: "string", }, + prevent_self_review: { + value: cdktf.booleanToHclTerraform(this._preventSelfReview), + isBlock: false, + type: "simple", + storageClassType: "boolean", + }, repository: { value: cdktf.stringToHclTerraform(this._repository), isBlock: false, diff --git a/src/repository-file/README.md b/src/repository-file/README.md index 9445cfb9e..1b88aac6c 100644 --- a/src/repository-file/README.md +++ b/src/repository-file/README.md @@ -1,3 +1,3 @@ # `github_repository_file` -Refer to the Terraform Registry for docs: [`github_repository_file`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file). +Refer to the Terraform Registry for docs: [`github_repository_file`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file). diff --git a/src/repository-file/index.ts b/src/repository-file/index.ts index 527242131..c91a22ba4 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/integrations/github/5.45.0/docs/resources/repository_file +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface RepositoryFileConfig extends cdktf.TerraformMetaArguments { /** * The branch name, defaults to the repository's default branch * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#branch RepositoryFile#branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#branch RepositoryFile#branch} */ readonly branch?: string; /** * The commit author name, defaults to the authenticated user's name. GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_author RepositoryFile#commit_author} */ readonly commitAuthor?: string; /** * The commit author email address, defaults to the authenticated user's email address. GitHub app users may omit author and email information so GitHub can verify commits as the GitHub App. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_email RepositoryFile#commit_email} */ readonly commitEmail?: string; /** * The commit message when creating, updating or deleting the file * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#commit_message RepositoryFile#commit_message} */ readonly commitMessage?: string; /** * The file's content * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#content RepositoryFile#content} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#content RepositoryFile#content} */ readonly content: string; /** * The file path to manage * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#file RepositoryFile#file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#file RepositoryFile#file} */ readonly file: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#id RepositoryFile#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/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. @@ -58,19 +58,19 @@ export interface RepositoryFileConfig extends cdktf.TerraformMetaArguments { /** * Enable overwriting existing files, defaults to "false" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#overwrite_on_create RepositoryFile#overwrite_on_create} */ readonly overwriteOnCreate?: boolean | cdktf.IResolvable; /** * The repository name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file#repository RepositoryFile#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file#repository RepositoryFile#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file github_repository_file} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file github_repository_file} */ export class RepositoryFile extends cdktf.TerraformResource { @@ -86,7 +86,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/integrations/github/5.45.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/integrations/github/6.0.0/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) { @@ -98,7 +98,7 @@ export class RepositoryFile extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_file github_repository_file} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_file github_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 @@ -109,8 +109,8 @@ export class RepositoryFile extends cdktf.TerraformResource { terraformResourceType: 'github_repository_file', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-milestone/README.md b/src/repository-milestone/README.md index 24bba158e..efcc4f50d 100644 --- a/src/repository-milestone/README.md +++ b/src/repository-milestone/README.md @@ -1,3 +1,3 @@ # `github_repository_milestone` -Refer to the Terraform Registry for docs: [`github_repository_milestone`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone). +Refer to the Terraform Registry for docs: [`github_repository_milestone`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone). diff --git a/src/repository-milestone/index.ts b/src/repository-milestone/index.ts index 10a8b80a9..c228c241e 100644 --- a/src/repository-milestone/index.ts +++ b/src/repository-milestone/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface RepositoryMilestoneConfig extends cdktf.TerraformMetaArguments /** * A description of the milestone. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#description RepositoryMilestone#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#description RepositoryMilestone#description} */ readonly description?: string; /** * The milestone due date. In 'yyyy-mm-dd' format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#due_date RepositoryMilestone#due_date} */ readonly dueDate?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#id RepositoryMilestone#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#id RepositoryMilestone#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryMilestoneConfig extends cdktf.TerraformMetaArguments /** * The owner of the GitHub Repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#owner RepositoryMilestone#owner} */ readonly owner: string; /** * The name of the GitHub Repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#repository RepositoryMilestone#repository} */ readonly repository: string; /** * The state of the milestone. Either 'open' or 'closed'. Default: 'open'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#state RepositoryMilestone#state} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#state RepositoryMilestone#state} */ readonly state?: string; /** * The title of the milestone. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#title RepositoryMilestone#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#title RepositoryMilestone#title} */ readonly title: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone github_repository_milestone} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone github_repository_milestone} */ export class RepositoryMilestone extends cdktf.TerraformResource { @@ -74,7 +74,7 @@ export class RepositoryMilestone extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryMilestone 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 RepositoryMilestone to import - * @param importFromId The id of the existing RepositoryMilestone that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryMilestone that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryMilestone to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -86,7 +86,7 @@ export class RepositoryMilestone extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_milestone github_repository_milestone} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_milestone github_repository_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,8 +97,8 @@ export class RepositoryMilestone extends cdktf.TerraformResource { terraformResourceType: 'github_repository_milestone', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-project/README.md b/src/repository-project/README.md index 7b43636b2..8a6722d10 100644 --- a/src/repository-project/README.md +++ b/src/repository-project/README.md @@ -1,3 +1,3 @@ # `github_repository_project` -Refer to the Terraform Registry for docs: [`github_repository_project`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project). +Refer to the Terraform Registry for docs: [`github_repository_project`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project). diff --git a/src/repository-project/index.ts b/src/repository-project/index.ts index ae7e4623f..2f1e822f6 100644 --- a/src/repository-project/index.ts +++ b/src/repository-project/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface RepositoryProjectConfig extends cdktf.TerraformMetaArguments { /** * The body of the project. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#body RepositoryProject#body} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#body RepositoryProject#body} */ readonly body?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#id RepositoryProject#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#id RepositoryProject#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryProjectConfig extends cdktf.TerraformMetaArguments { /** * The name of the project. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#name RepositoryProject#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#name RepositoryProject#name} */ readonly name: string; /** * The repository of the project. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#repository RepositoryProject#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#repository RepositoryProject#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project github_repository_project} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project github_repository_project} */ export class RepositoryProject extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class RepositoryProject extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryProject 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 RepositoryProject to import - * @param importFromId The id of the existing RepositoryProject that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryProject that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryProject to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class RepositoryProject extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_project github_repository_project} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_project github_repository_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 @@ -79,8 +79,8 @@ export class RepositoryProject extends cdktf.TerraformResource { terraformResourceType: 'github_repository_project', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-pull-request/README.md b/src/repository-pull-request/README.md index f5f6bede6..16d46fb01 100644 --- a/src/repository-pull-request/README.md +++ b/src/repository-pull-request/README.md @@ -1,3 +1,3 @@ # `github_repository_pull_request` -Refer to the Terraform Registry for docs: [`github_repository_pull_request`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request). +Refer to the Terraform Registry for docs: [`github_repository_pull_request`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request). diff --git a/src/repository-pull-request/index.ts b/src/repository-pull-request/index.ts index d901816f8..f8a31bfc4 100644 --- a/src/repository-pull-request/index.ts +++ b/src/repository-pull-request/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface RepositoryPullRequestConfig extends cdktf.TerraformMetaArgument /** * Name of the branch serving as the base of the Pull Request. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_ref RepositoryPullRequest#base_ref} */ readonly baseRef: string; /** * Name of the base repository to retrieve the Pull Requests from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#base_repository RepositoryPullRequest#base_repository} */ readonly baseRepository: string; /** * Body of the Pull Request. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#body RepositoryPullRequest#body} */ readonly body?: string; /** * Name of the branch serving as the head of the Pull Request. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#head_ref RepositoryPullRequest#head_ref} */ readonly headRef: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#id RepositoryPullRequest#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,25 +46,25 @@ export interface RepositoryPullRequestConfig extends cdktf.TerraformMetaArgument /** * Controls whether the base repository maintainers can modify the Pull Request. Default: 'false'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#maintainer_can_modify RepositoryPullRequest#maintainer_can_modify} */ readonly maintainerCanModify?: boolean | cdktf.IResolvable; /** * Owner of the repository. If not provided, the provider's default owner is used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#owner RepositoryPullRequest#owner} */ readonly owner?: string; /** * The title of the Pull Request. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#title RepositoryPullRequest#title} */ readonly title: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request github_repository_pull_request} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request github_repository_pull_request} */ export class RepositoryPullRequest extends cdktf.TerraformResource { @@ -80,7 +80,7 @@ export class RepositoryPullRequest extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryPullRequest 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 RepositoryPullRequest to import - * @param importFromId The id of the existing RepositoryPullRequest that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryPullRequest that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryPullRequest to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -92,7 +92,7 @@ export class RepositoryPullRequest extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_pull_request github_repository_pull_request} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_pull_request github_repository_pull_request} 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,8 +103,8 @@ export class RepositoryPullRequest extends cdktf.TerraformResource { terraformResourceType: 'github_repository_pull_request', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-ruleset/README.md b/src/repository-ruleset/README.md index 0654bb52f..03d987d51 100644 --- a/src/repository-ruleset/README.md +++ b/src/repository-ruleset/README.md @@ -1,3 +1,3 @@ # `github_repository_ruleset` -Refer to the Terraform Registry for docs: [`github_repository_ruleset`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset). +Refer to the Terraform Registry for docs: [`github_repository_ruleset`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset). diff --git a/src/repository-ruleset/index.ts b/src/repository-ruleset/index.ts index 8d7c41c31..0fa74dc17 100644 --- a/src/repository-ruleset/index.ts +++ b/src/repository-ruleset/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface RepositoryRulesetConfig extends cdktf.TerraformMetaArguments { /** * Possible values for Enforcement are `disabled`, `active`, `evaluate`. Note: `evaluate` is currently only supported for owners of type `organization`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#enforcement RepositoryRuleset#enforcement} */ readonly enforcement: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#id RepositoryRuleset#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#id RepositoryRuleset#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryRulesetConfig extends cdktf.TerraformMetaArguments { /** * The name of the ruleset. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} */ readonly name: string; /** * Name of the repository to apply rulset to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#repository RepositoryRuleset#repository} */ readonly repository?: string; /** * Possible values are `branch` and `tag`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#target RepositoryRuleset#target} */ readonly target: string; /** * bypass_actors block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_actors RepositoryRuleset#bypass_actors} */ readonly bypassActors?: RepositoryRulesetBypassActors[] | cdktf.IResolvable; /** * conditions block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#conditions RepositoryRuleset#conditions} */ readonly conditions?: RepositoryRulesetConditions; /** * rules block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#rules RepositoryRuleset#rules} */ readonly rules: RepositoryRulesetRules; } @@ -66,19 +66,19 @@ export interface RepositoryRulesetBypassActors { /** * The ID of the actor that can bypass a ruleset. When `actor_type` is `OrganizationAdmin`, this should be set to `1`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_id RepositoryRuleset#actor_id} */ readonly actorId: number; /** * The type of actor that can bypass a ruleset. Can be one of: `RepositoryRole`, `Team`, `Integration`, `OrganizationAdmin`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#actor_type RepositoryRuleset#actor_type} */ readonly actorType: string; /** * When the specified actor can bypass the ruleset. pull_request means that an actor can only bypass rules on pull requests. Can be one of: `always`, `pull_request`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#bypass_mode RepositoryRuleset#bypass_mode} */ readonly bypassMode: string; } @@ -245,13 +245,13 @@ export interface RepositoryRulesetConditionsRefName { /** * Array of ref names or patterns to exclude. The condition will not pass if any of these patterns match. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#exclude RepositoryRuleset#exclude} */ readonly exclude: string[]; /** * Array of ref names or patterns to include. One of these patterns must match for the condition to pass. Also accepts `~DEFAULT_BRANCH` to include the default branch or `~ALL` to include all branches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#include RepositoryRuleset#include} */ readonly include: string[]; } @@ -360,7 +360,7 @@ export interface RepositoryRulesetConditions { /** * ref_name block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#ref_name RepositoryRuleset#ref_name} */ readonly refName: RepositoryRulesetConditionsRefName; } @@ -443,25 +443,25 @@ export interface RepositoryRulesetRulesBranchNamePattern { /** * How this rule will appear to users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} */ readonly name?: string; /** * If true, the rule will fail if the pattern matches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} */ readonly negate?: boolean | cdktf.IResolvable; /** * The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} */ readonly operator: string; /** * The pattern to match with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} */ readonly pattern: string; } @@ -628,25 +628,25 @@ export interface RepositoryRulesetRulesCommitAuthorEmailPattern { /** * How this rule will appear to users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} */ readonly name?: string; /** * If true, the rule will fail if the pattern matches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} */ readonly negate?: boolean | cdktf.IResolvable; /** * The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} */ readonly operator: string; /** * The pattern to match with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} */ readonly pattern: string; } @@ -813,25 +813,25 @@ export interface RepositoryRulesetRulesCommitMessagePattern { /** * How this rule will appear to users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} */ readonly name?: string; /** * If true, the rule will fail if the pattern matches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} */ readonly negate?: boolean | cdktf.IResolvable; /** * The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} */ readonly operator: string; /** * The pattern to match with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} */ readonly pattern: string; } @@ -998,25 +998,25 @@ export interface RepositoryRulesetRulesCommitterEmailPattern { /** * How this rule will appear to users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} */ readonly name?: string; /** * If true, the rule will fail if the pattern matches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} */ readonly negate?: boolean | cdktf.IResolvable; /** * The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} */ readonly operator: string; /** * The pattern to match with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} */ readonly pattern: string; } @@ -1183,31 +1183,31 @@ export interface RepositoryRulesetRulesPullRequest { /** * New, reviewable commits pushed will dismiss previous pull request review approvals. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#dismiss_stale_reviews_on_push RepositoryRuleset#dismiss_stale_reviews_on_push} */ readonly dismissStaleReviewsOnPush?: boolean | cdktf.IResolvable; /** * Require an approving review in pull requests that modify files that have a designated code owner. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_code_owner_review RepositoryRuleset#require_code_owner_review} */ readonly requireCodeOwnerReview?: boolean | cdktf.IResolvable; /** * Whether the most recent reviewable push must be approved by someone other than the person who pushed it. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#require_last_push_approval RepositoryRuleset#require_last_push_approval} */ readonly requireLastPushApproval?: boolean | cdktf.IResolvable; /** * The number of approving reviews that are required before a pull request can be merged. Defaults to `0`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_approving_review_count RepositoryRuleset#required_approving_review_count} */ readonly requiredApprovingReviewCount?: number; /** * All conversations on code must be resolved before a pull request can be merged. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_review_thread_resolution RepositoryRuleset#required_review_thread_resolution} */ readonly requiredReviewThreadResolution?: boolean | cdktf.IResolvable; } @@ -1409,7 +1409,7 @@ export interface RepositoryRulesetRulesRequiredDeployments { /** * The environments that must be successfully deployed to before branches can be merged. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployment_environments RepositoryRuleset#required_deployment_environments} */ readonly requiredDeploymentEnvironments: string[]; } @@ -1492,13 +1492,13 @@ export interface RepositoryRulesetRulesRequiredStatusChecksRequiredCheck { /** * The status check context name that must be present on the commit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#context RepositoryRuleset#context} */ readonly context: string; /** * The optional integration ID that this status check must originate from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#integration_id RepositoryRuleset#integration_id} */ readonly integrationId?: number; } @@ -1642,13 +1642,13 @@ export interface RepositoryRulesetRulesRequiredStatusChecks { /** * Whether pull requests targeting a matching branch must be tested with the latest code. This setting will not take effect unless at least one status check is enabled. Defaults to `false`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#strict_required_status_checks_policy RepositoryRuleset#strict_required_status_checks_policy} */ readonly strictRequiredStatusChecksPolicy?: boolean | cdktf.IResolvable; /** * required_check block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_check RepositoryRuleset#required_check} */ readonly requiredCheck: RepositoryRulesetRulesRequiredStatusChecksRequiredCheck[] | cdktf.IResolvable; } @@ -1760,25 +1760,25 @@ export interface RepositoryRulesetRulesTagNamePattern { /** * How this rule will appear to users. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#name RepositoryRuleset#name} */ readonly name?: string; /** * If true, the rule will fail if the pattern matches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#negate RepositoryRuleset#negate} */ readonly negate?: boolean | cdktf.IResolvable; /** * The operator to use for matching. Can be one of: `starts_with`, `ends_with`, `contains`, `regex`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#operator RepositoryRuleset#operator} */ readonly operator: string; /** * The pattern to match with. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pattern RepositoryRuleset#pattern} */ readonly pattern: string; } @@ -1945,91 +1945,91 @@ export interface RepositoryRulesetRules { /** * Only allow users with bypass permission to create matching refs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#creation RepositoryRuleset#creation} */ readonly creation?: boolean | cdktf.IResolvable; /** * Only allow users with bypass permissions to delete matching refs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#deletion RepositoryRuleset#deletion} */ readonly deletion?: boolean | cdktf.IResolvable; /** * Prevent users with push access from force pushing to branches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#non_fast_forward RepositoryRuleset#non_fast_forward} */ readonly nonFastForward?: boolean | cdktf.IResolvable; /** * Prevent merge commits from being pushed to matching branches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_linear_history RepositoryRuleset#required_linear_history} */ readonly requiredLinearHistory?: boolean | cdktf.IResolvable; /** * Commits pushed to matching branches must have verified signatures. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_signatures RepositoryRuleset#required_signatures} */ readonly requiredSignatures?: boolean | cdktf.IResolvable; /** * Only allow users with bypass permission to update matching refs. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update RepositoryRuleset#update} */ readonly update?: boolean | cdktf.IResolvable; /** * Branch can pull changes from its upstream repository. This is only applicable to forked repositories. Requires `update` to be set to `true`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#update_allows_fetch_and_merge RepositoryRuleset#update_allows_fetch_and_merge} */ readonly updateAllowsFetchAndMerge?: boolean | cdktf.IResolvable; /** * branch_name_pattern block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#branch_name_pattern RepositoryRuleset#branch_name_pattern} */ readonly branchNamePattern?: RepositoryRulesetRulesBranchNamePattern; /** * commit_author_email_pattern block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_author_email_pattern RepositoryRuleset#commit_author_email_pattern} */ readonly commitAuthorEmailPattern?: RepositoryRulesetRulesCommitAuthorEmailPattern; /** * commit_message_pattern block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#commit_message_pattern RepositoryRuleset#commit_message_pattern} */ readonly commitMessagePattern?: RepositoryRulesetRulesCommitMessagePattern; /** * committer_email_pattern block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#committer_email_pattern RepositoryRuleset#committer_email_pattern} */ readonly committerEmailPattern?: RepositoryRulesetRulesCommitterEmailPattern; /** * pull_request block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#pull_request RepositoryRuleset#pull_request} */ readonly pullRequest?: RepositoryRulesetRulesPullRequest; /** * required_deployments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_deployments RepositoryRuleset#required_deployments} */ readonly requiredDeployments?: RepositoryRulesetRulesRequiredDeployments; /** * required_status_checks block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#required_status_checks RepositoryRuleset#required_status_checks} */ readonly requiredStatusChecks?: RepositoryRulesetRulesRequiredStatusChecks; /** * tag_name_pattern block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#tag_name_pattern RepositoryRuleset#tag_name_pattern} */ readonly tagNamePattern?: RepositoryRulesetRulesTagNamePattern; } @@ -2519,7 +2519,7 @@ export class RepositoryRulesetRulesOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset github_repository_ruleset} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset github_repository_ruleset} */ export class RepositoryRuleset extends cdktf.TerraformResource { @@ -2535,7 +2535,7 @@ export class RepositoryRuleset extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryRuleset 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 RepositoryRuleset to import - * @param importFromId The id of the existing RepositoryRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryRuleset that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryRuleset to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2547,7 +2547,7 @@ export class RepositoryRuleset extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_ruleset github_repository_ruleset} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_ruleset github_repository_ruleset} 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 @@ -2558,8 +2558,8 @@ export class RepositoryRuleset extends cdktf.TerraformResource { terraformResourceType: 'github_repository_ruleset', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-tag-protection/README.md b/src/repository-tag-protection/README.md index fa49ce638..8300356ff 100644 --- a/src/repository-tag-protection/README.md +++ b/src/repository-tag-protection/README.md @@ -1,3 +1,3 @@ # `github_repository_tag_protection` -Refer to the Terraform Registry for docs: [`github_repository_tag_protection`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection). +Refer to the Terraform Registry for docs: [`github_repository_tag_protection`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection). diff --git a/src/repository-tag-protection/index.ts b/src/repository-tag-protection/index.ts index a60fd7d0b..eda569b63 100644 --- a/src/repository-tag-protection/index.ts +++ b/src/repository-tag-protection/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface RepositoryTagProtectionConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#id RepositoryTagProtection#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryTagProtectionConfig extends cdktf.TerraformMetaArgume /** * The pattern of the tag to protect. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#pattern RepositoryTagProtection#pattern} */ readonly pattern: string; /** * Name of the repository to add the tag protection to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection#repository RepositoryTagProtection#repository} */ readonly repository: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection github_repository_tag_protection} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection github_repository_tag_protection} */ export class RepositoryTagProtection extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class RepositoryTagProtection extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryTagProtection 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 RepositoryTagProtection to import - * @param importFromId The id of the existing RepositoryTagProtection that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryTagProtection that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_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 RepositoryTagProtection to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class RepositoryTagProtection extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_tag_protection github_repository_tag_protection} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_tag_protection github_repository_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 @@ -73,8 +73,8 @@ export class RepositoryTagProtection extends cdktf.TerraformResource { terraformResourceType: 'github_repository_tag_protection', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-topics/README.md b/src/repository-topics/README.md index efbed0e9e..4198d0cfe 100644 --- a/src/repository-topics/README.md +++ b/src/repository-topics/README.md @@ -1,3 +1,3 @@ # `github_repository_topics` -Refer to the Terraform Registry for docs: [`github_repository_topics`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics). +Refer to the Terraform Registry for docs: [`github_repository_topics`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics). diff --git a/src/repository-topics/index.ts b/src/repository-topics/index.ts index 1a77ddf7b..56ad392c4 100644 --- a/src/repository-topics/index.ts +++ b/src/repository-topics/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface RepositoryTopicsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#id RepositoryTopics#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#id RepositoryTopics#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 RepositoryTopicsConfig extends cdktf.TerraformMetaArguments { /** * The name of the repository. The name is not case sensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#repository RepositoryTopics#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#repository RepositoryTopics#repository} */ readonly repository: string; /** * An array of topics to add to the repository. Pass one or more topics to replace the set of existing topics. Send an empty array ([]) to clear all topics from the repository. Note: Topic names cannot contain uppercase letters. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#topics RepositoryTopics#topics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#topics RepositoryTopics#topics} */ readonly topics: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics github_repository_topics} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics github_repository_topics} */ export class RepositoryTopics extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class RepositoryTopics extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryTopics 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 RepositoryTopics to import - * @param importFromId The id of the existing RepositoryTopics that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryTopics that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryTopics to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class RepositoryTopics extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_topics github_repository_topics} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_topics github_repository_topics} 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,8 +73,8 @@ export class RepositoryTopics extends cdktf.TerraformResource { terraformResourceType: 'github_repository_topics', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/repository-webhook/README.md b/src/repository-webhook/README.md index 9d9ecf2a6..a4e43ff85 100644 --- a/src/repository-webhook/README.md +++ b/src/repository-webhook/README.md @@ -1,3 +1,3 @@ # `github_repository_webhook` -Refer to the Terraform Registry for docs: [`github_repository_webhook`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook). +Refer to the Terraform Registry for docs: [`github_repository_webhook`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook). diff --git a/src/repository-webhook/index.ts b/src/repository-webhook/index.ts index 02b53457f..ac0164b9b 100644 --- a/src/repository-webhook/index.ts +++ b/src/repository-webhook/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,36 +15,32 @@ export interface RepositoryWebhookConfig extends cdktf.TerraformMetaArguments { /** * Indicate if the webhook should receive events. Defaults to 'true'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#active RepositoryWebhook#active} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#active RepositoryWebhook#active} */ readonly active?: boolean | cdktf.IResolvable; /** * A list of events which should trigger the webhook * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#events RepositoryWebhook#events} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#events RepositoryWebhook#events} */ readonly events: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#id RepositoryWebhook#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#id RepositoryWebhook#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#name RepositoryWebhook#name} - */ - readonly name?: string; - /** * The repository of the webhook. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#repository RepositoryWebhook#repository} */ readonly repository: string; /** * configuration block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#configuration RepositoryWebhook#configuration} */ readonly configuration?: RepositoryWebhookConfiguration; } @@ -52,25 +48,25 @@ export interface RepositoryWebhookConfiguration { /** * The content type for the payload. Valid values are either 'form' or 'json'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#content_type RepositoryWebhook#content_type} */ readonly contentType?: string; /** * Insecure SSL boolean toggle. Defaults to 'false'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#insecure_ssl RepositoryWebhook#insecure_ssl} */ readonly insecureSsl?: boolean | cdktf.IResolvable; /** * The shared secret for the webhook * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#secret RepositoryWebhook#secret} */ readonly secret?: string; /** * The URL of the webhook. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#url RepositoryWebhook#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#url RepositoryWebhook#url} */ readonly url: string; } @@ -238,7 +234,7 @@ export class RepositoryWebhookConfigurationOutputReference extends cdktf.Complex } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook github_repository_webhook} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook github_repository_webhook} */ export class RepositoryWebhook extends cdktf.TerraformResource { @@ -254,7 +250,7 @@ export class RepositoryWebhook extends cdktf.TerraformResource { * Generates CDKTF code for importing a RepositoryWebhook 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 RepositoryWebhook to import - * @param importFromId The id of the existing RepositoryWebhook that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing RepositoryWebhook that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the RepositoryWebhook to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -266,7 +262,7 @@ export class RepositoryWebhook extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository_webhook github_repository_webhook} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository_webhook github_repository_webhook} 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 @@ -277,8 +273,8 @@ export class RepositoryWebhook extends cdktf.TerraformResource { terraformResourceType: 'github_repository_webhook', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, @@ -291,7 +287,6 @@ export class RepositoryWebhook extends cdktf.TerraformResource { this._active = config.active; this._events = config.events; this._id = config.id; - this._name = config.name; this._repository = config.repository; this._configuration.internalValue = config.configuration; } @@ -350,22 +345,6 @@ export class RepositoryWebhook extends cdktf.TerraformResource { return this._id; } - // name - computed: false, optional: true, required: false - private _name?: string; - public get name() { - return this.getStringAttribute('name'); - } - public set name(value: string) { - this._name = value; - } - public resetName() { - this._name = undefined; - } - // Temporarily expose input value. Use with caution. - public get nameInput() { - return this._name; - } - // repository - computed: false, optional: false, required: true private _repository?: string; public get repository() { @@ -409,7 +388,6 @@ export class RepositoryWebhook extends cdktf.TerraformResource { active: cdktf.booleanToTerraform(this._active), events: cdktf.listMapper(cdktf.stringToTerraform, false)(this._events), id: cdktf.stringToTerraform(this._id), - name: cdktf.stringToTerraform(this._name), repository: cdktf.stringToTerraform(this._repository), configuration: repositoryWebhookConfigurationToTerraform(this._configuration.internalValue), }; @@ -435,12 +413,6 @@ export class RepositoryWebhook extends cdktf.TerraformResource { type: "simple", storageClassType: "string", }, - name: { - value: cdktf.stringToHclTerraform(this._name), - isBlock: false, - type: "simple", - storageClassType: "string", - }, repository: { value: cdktf.stringToHclTerraform(this._repository), isBlock: false, diff --git a/src/repository/README.md b/src/repository/README.md index 678172f5d..3966837c0 100644 --- a/src/repository/README.md +++ b/src/repository/README.md @@ -1,3 +1,3 @@ # `github_repository` -Refer to the Terraform Registry for docs: [`github_repository`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository). +Refer to the Terraform Registry for docs: [`github_repository`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository). diff --git a/src/repository/index.ts b/src/repository/index.ts index 3cfd6f9a9..2eb2ad385 100644 --- a/src/repository/index.ts +++ b/src/repository/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,113 +15,113 @@ export interface RepositoryConfig extends cdktf.TerraformMetaArguments { /** * Set to 'true' to allow auto-merging pull requests on the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_auto_merge Repository#allow_auto_merge} */ readonly allowAutoMerge?: boolean | cdktf.IResolvable; /** * Set to 'false' to disable merge commits on the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_merge_commit Repository#allow_merge_commit} */ readonly allowMergeCommit?: boolean | cdktf.IResolvable; /** * Set to 'false' to disable rebase merges on the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_rebase_merge Repository#allow_rebase_merge} */ readonly allowRebaseMerge?: boolean | cdktf.IResolvable; /** * Set to 'false' to disable squash merges on the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_squash_merge Repository#allow_squash_merge} */ readonly allowSquashMerge?: boolean | cdktf.IResolvable; /** * Set to 'true' to always suggest updating pull request branches. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#allow_update_branch Repository#allow_update_branch} */ readonly allowUpdateBranch?: boolean | cdktf.IResolvable; /** * Set to 'true' to archive the repository instead of deleting on destroy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archive_on_destroy Repository#archive_on_destroy} */ readonly archiveOnDestroy?: boolean | cdktf.IResolvable; /** * Specifies if the repository should be archived. Defaults to 'false'. NOTE Currently, the API does not support unarchiving. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#archived Repository#archived} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#archived Repository#archived} */ readonly archived?: boolean | cdktf.IResolvable; /** * Set to 'true' to produce an initial commit in the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#auto_init Repository#auto_init} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#auto_init Repository#auto_init} */ readonly autoInit?: boolean | cdktf.IResolvable; /** * Can only be set after initial repository creation, and only if the target branch exists * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#default_branch Repository#default_branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#default_branch Repository#default_branch} */ readonly defaultBranch?: string; /** * Automatically delete head branch after a pull request is merged. Defaults to 'false'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#delete_branch_on_merge Repository#delete_branch_on_merge} */ readonly deleteBranchOnMerge?: boolean | cdktf.IResolvable; /** * A description of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#description Repository#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#description Repository#description} */ readonly description?: string; /** * Use the name of the template without the extension. For example, 'Haskell'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#gitignore_template Repository#gitignore_template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#gitignore_template Repository#gitignore_template} */ readonly gitignoreTemplate?: string; /** * Set to 'true' to enable GitHub Discussions on the repository. Defaults to 'false'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_discussions Repository#has_discussions} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_discussions Repository#has_discussions} */ readonly hasDiscussions?: boolean | cdktf.IResolvable; /** * Set to 'true' to enable the (deprecated) downloads features on the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_downloads Repository#has_downloads} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_downloads Repository#has_downloads} */ readonly hasDownloads?: boolean | cdktf.IResolvable; /** * Set to 'true' to enable the GitHub Issues features on the repository * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_issues Repository#has_issues} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_issues Repository#has_issues} */ readonly hasIssues?: boolean | cdktf.IResolvable; /** * Set to 'true' to enable the GitHub Projects features on the repository. Per the GitHub documentation when in an organization that has disabled repository projects it will default to 'false' and will otherwise default to 'true'. If you specify 'true' when it has been disabled it will return an error. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_projects Repository#has_projects} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_projects Repository#has_projects} */ readonly hasProjects?: boolean | cdktf.IResolvable; /** * Set to 'true' to enable the GitHub Wiki features on the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#has_wiki Repository#has_wiki} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#has_wiki Repository#has_wiki} */ readonly hasWiki?: boolean | cdktf.IResolvable; /** * URL of a page describing the project. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#homepage_url Repository#homepage_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#homepage_url Repository#homepage_url} */ readonly homepageUrl?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#id Repository#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#id Repository#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -130,95 +130,95 @@ export interface RepositoryConfig extends cdktf.TerraformMetaArguments { /** * Set to true to not call the vulnerability alerts endpoint so the resource can also be used without admin permissions during read. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#ignore_vulnerability_alerts_during_read Repository#ignore_vulnerability_alerts_during_read} */ readonly ignoreVulnerabilityAlertsDuringRead?: boolean | cdktf.IResolvable; /** * Set to 'true' to tell GitHub that this is a template repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#is_template Repository#is_template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#is_template Repository#is_template} */ readonly isTemplate?: boolean | cdktf.IResolvable; /** * Use the name of the template without the extension. For example, 'mit' or 'mpl-2.0'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#license_template Repository#license_template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#license_template Repository#license_template} */ readonly licenseTemplate?: string; /** * Can be 'PR_BODY', 'PR_TITLE', or 'BLANK' for a default merge commit message. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_message Repository#merge_commit_message} */ readonly mergeCommitMessage?: string; /** * Can be 'PR_TITLE' or 'MERGE_MESSAGE' for a default merge commit title. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#merge_commit_title Repository#merge_commit_title} */ readonly mergeCommitTitle?: string; /** * The name of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#name Repository#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#name Repository#name} */ readonly name: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#private Repository#private} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#private Repository#private} */ readonly private?: boolean | cdktf.IResolvable; /** * Can be 'PR_BODY', 'COMMIT_MESSAGES', or 'BLANK' for a default squash merge commit message. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_message Repository#squash_merge_commit_message} */ readonly squashMergeCommitMessage?: string; /** * Can be 'PR_TITLE' or 'COMMIT_OR_PR_TITLE' for a default squash merge commit title. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#squash_merge_commit_title Repository#squash_merge_commit_title} */ readonly squashMergeCommitTitle?: string; /** * The list of topics of the repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#topics Repository#topics} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#topics Repository#topics} */ readonly topics?: string[]; /** * Can be 'public' or 'private'. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, visibility can also be 'internal'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#visibility Repository#visibility} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#visibility Repository#visibility} */ readonly visibility?: string; /** * Set to 'true' to enable security alerts for vulnerable dependencies. Enabling requires alerts to be enabled on the owner level. (Note for importing: GitHub enables the alerts on public repos but disables them on private repos by default). Note that vulnerability alerts have not been successfully tested on any GitHub Enterprise instance and may be unavailable in those settings. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#vulnerability_alerts Repository#vulnerability_alerts} */ readonly vulnerabilityAlerts?: boolean | cdktf.IResolvable; /** * Require contributors to sign off on web-based commits. Defaults to 'false'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#web_commit_signoff_required Repository#web_commit_signoff_required} */ readonly webCommitSignoffRequired?: boolean | cdktf.IResolvable; /** * pages block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#pages Repository#pages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#pages Repository#pages} */ readonly pages?: RepositoryPages; /** * security_and_analysis block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#security_and_analysis Repository#security_and_analysis} */ readonly securityAndAnalysis?: RepositorySecurityAndAnalysis; /** * template block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#template Repository#template} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#template Repository#template} */ readonly template?: RepositoryTemplate; } @@ -226,13 +226,13 @@ export interface RepositoryPagesSource { /** * The repository branch used to publish the site's source files. (i.e. 'main' or 'gh-pages') * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#branch Repository#branch} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#branch Repository#branch} */ readonly branch: string; /** * The repository directory from which the site publishes (Default: '/') * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#path Repository#path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#path Repository#path} */ readonly path?: string; } @@ -344,19 +344,19 @@ export interface RepositoryPages { /** * The type the page should be sourced. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#build_type Repository#build_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#build_type Repository#build_type} */ readonly buildType?: string; /** * The custom domain for the repository. This can only be set after the repository has been created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#cname Repository#cname} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#cname Repository#cname} */ readonly cname?: string; /** * source block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#source Repository#source} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#source Repository#source} */ readonly source?: RepositoryPagesSource; } @@ -520,7 +520,7 @@ export interface RepositorySecurityAndAnalysisAdvancedSecurity { /** * Set to 'enabled' to enable advanced security features on the repository. Can be 'enabled' or 'disabled'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} */ readonly status: string; } @@ -603,7 +603,7 @@ export interface RepositorySecurityAndAnalysisSecretScanning { /** * Set to 'enabled' to enable secret scanning on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} */ readonly status: string; } @@ -686,7 +686,7 @@ export interface RepositorySecurityAndAnalysisSecretScanningPushProtection { /** * Set to 'enabled' to enable secret scanning push protection on the repository. Can be 'enabled' or 'disabled'. If set to 'enabled', the repository's visibility must be 'public' or 'security_and_analysis[0].advanced_security[0].status' must also be set to 'enabled'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#status Repository#status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#status Repository#status} */ readonly status: string; } @@ -769,19 +769,19 @@ export interface RepositorySecurityAndAnalysis { /** * advanced_security block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#advanced_security Repository#advanced_security} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#advanced_security Repository#advanced_security} */ readonly advancedSecurity?: RepositorySecurityAndAnalysisAdvancedSecurity; /** * secret_scanning block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning Repository#secret_scanning} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning Repository#secret_scanning} */ readonly secretScanning?: RepositorySecurityAndAnalysisSecretScanning; /** * secret_scanning_push_protection block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#secret_scanning_push_protection Repository#secret_scanning_push_protection} */ readonly secretScanningPushProtection?: RepositorySecurityAndAnalysisSecretScanningPushProtection; } @@ -925,19 +925,19 @@ export interface RepositoryTemplate { /** * Whether the new repository should include all the branches from the template repository (defaults to 'false', which includes only the default branch from the template). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#include_all_branches Repository#include_all_branches} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#include_all_branches Repository#include_all_branches} */ readonly includeAllBranches?: boolean | cdktf.IResolvable; /** * The GitHub organization or user the template repository is owned by. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#owner Repository#owner} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#owner Repository#owner} */ readonly owner: string; /** * The name of the template repository. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#repository Repository#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#repository Repository#repository} */ readonly repository: string; } @@ -1073,7 +1073,7 @@ export class RepositoryTemplateOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository github_repository} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository github_repository} */ export class Repository extends cdktf.TerraformResource { @@ -1089,7 +1089,7 @@ export class Repository extends cdktf.TerraformResource { * Generates CDKTF code for importing a Repository 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 Repository to import - * @param importFromId The id of the existing Repository that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Repository that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Repository to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1101,7 +1101,7 @@ export class Repository extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/repository github_repository} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/repository github_repository} 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 @@ -1112,8 +1112,8 @@ export class Repository extends cdktf.TerraformResource { terraformResourceType: 'github_repository', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/team-members/README.md b/src/team-members/README.md index 6733eae09..7b6bc384c 100644 --- a/src/team-members/README.md +++ b/src/team-members/README.md @@ -1,3 +1,3 @@ # `github_team_members` -Refer to the Terraform Registry for docs: [`github_team_members`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members). +Refer to the Terraform Registry for docs: [`github_team_members`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members). diff --git a/src/team-members/index.ts b/src/team-members/index.ts index 2ba9a8005..5dca27e14 100644 --- a/src/team-members/index.ts +++ b/src/team-members/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface TeamMembersConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#id TeamMembers#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#id TeamMembers#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 TeamMembersConfig extends cdktf.TerraformMetaArguments { /** * The GitHub team id or slug * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#team_id TeamMembers#team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#team_id TeamMembers#team_id} */ readonly teamId: string; /** * members block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#members TeamMembers#members} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#members TeamMembers#members} */ readonly members: TeamMembersMembers[] | cdktf.IResolvable; } @@ -36,13 +36,13 @@ export interface TeamMembersMembers { /** * The role of the user within the team. Must be one of 'member' or 'maintainer'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#role TeamMembers#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#role TeamMembers#role} */ readonly role?: string; /** * The user to add to the team. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#username TeamMembers#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#username TeamMembers#username} */ readonly username: string; } @@ -184,7 +184,7 @@ export class TeamMembersMembersList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members github_team_members} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members github_team_members} */ export class TeamMembers extends cdktf.TerraformResource { @@ -200,7 +200,7 @@ export class TeamMembers extends cdktf.TerraformResource { * Generates CDKTF code for importing a TeamMembers 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 TeamMembers to import - * @param importFromId The id of the existing TeamMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TeamMembers that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TeamMembers to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -212,7 +212,7 @@ export class TeamMembers extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_members github_team_members} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_members github_team_members} 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 @@ -223,8 +223,8 @@ export class TeamMembers extends cdktf.TerraformResource { terraformResourceType: 'github_team_members', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/team-membership/README.md b/src/team-membership/README.md index 64458e46b..1b4f45844 100644 --- a/src/team-membership/README.md +++ b/src/team-membership/README.md @@ -1,3 +1,3 @@ # `github_team_membership` -Refer to the Terraform Registry for docs: [`github_team_membership`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership). +Refer to the Terraform Registry for docs: [`github_team_membership`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership). diff --git a/src/team-membership/index.ts b/src/team-membership/index.ts index 3920cb580..590f57b17 100644 --- a/src/team-membership/index.ts +++ b/src/team-membership/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface TeamMembershipConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#id TeamMembership#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#id TeamMembership#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 TeamMembershipConfig extends cdktf.TerraformMetaArguments { /** * The role of the user within the team. Must be one of 'member' or 'maintainer'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#role TeamMembership#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#role TeamMembership#role} */ readonly role?: string; /** * The GitHub team id or the GitHub team slug. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#team_id TeamMembership#team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#team_id TeamMembership#team_id} */ readonly teamId: string; /** * The user to add to the team. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#username TeamMembership#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#username TeamMembership#username} */ readonly username: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership github_team_membership} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership github_team_membership} */ export class TeamMembership extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class TeamMembership extends cdktf.TerraformResource { * Generates CDKTF code for importing a TeamMembership 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 TeamMembership to import - * @param importFromId The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TeamMembership that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TeamMembership to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class TeamMembership extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_membership github_team_membership} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_membership github_team_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 @@ -79,8 +79,8 @@ export class TeamMembership extends cdktf.TerraformResource { terraformResourceType: 'github_team_membership', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/team-repository/README.md b/src/team-repository/README.md index 106b65087..6b6bd9097 100644 --- a/src/team-repository/README.md +++ b/src/team-repository/README.md @@ -1,3 +1,3 @@ # `github_team_repository` -Refer to the Terraform Registry for docs: [`github_team_repository`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository). +Refer to the Terraform Registry for docs: [`github_team_repository`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository). diff --git a/src/team-repository/index.ts b/src/team-repository/index.ts index 8eafd12b2..48876bb00 100644 --- a/src/team-repository/index.ts +++ b/src/team-repository/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface TeamRepositoryConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#id TeamRepository#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#id TeamRepository#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 TeamRepositoryConfig extends cdktf.TerraformMetaArguments { /** * The permissions of team members regarding the repository. Must be one of 'pull', 'triage', 'push', 'maintain', 'admin' or the name of an existing custom repository role within the organisation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#permission TeamRepository#permission} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#permission TeamRepository#permission} */ readonly permission?: string; /** * The repository to add to the team. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#repository TeamRepository#repository} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#repository TeamRepository#repository} */ readonly repository: string; /** * ID or slug of team * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#team_id TeamRepository#team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#team_id TeamRepository#team_id} */ readonly teamId: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository github_team_repository} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository github_team_repository} */ export class TeamRepository extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class TeamRepository extends cdktf.TerraformResource { * Generates CDKTF code for importing a TeamRepository 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 TeamRepository to import - * @param importFromId The id of the existing TeamRepository that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TeamRepository that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TeamRepository to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class TeamRepository extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_repository github_team_repository} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_repository github_team_repository} 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,8 +79,8 @@ export class TeamRepository extends cdktf.TerraformResource { terraformResourceType: 'github_team_repository', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/team-settings/README.md b/src/team-settings/README.md index 7b39b2b82..c935ff340 100644 --- a/src/team-settings/README.md +++ b/src/team-settings/README.md @@ -1,3 +1,3 @@ # `github_team_settings` -Refer to the Terraform Registry for docs: [`github_team_settings`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings). +Refer to the Terraform Registry for docs: [`github_team_settings`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings). diff --git a/src/team-settings/index.ts b/src/team-settings/index.ts index ce61dd40d..c9aa54827 100644 --- a/src/team-settings/index.ts +++ b/src/team-settings/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface TeamSettingsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#id TeamSettings#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#id TeamSettings#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 TeamSettingsConfig extends cdktf.TerraformMetaArguments { /** * The GitHub team id or the GitHub team slug. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#team_id TeamSettings#team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#team_id TeamSettings#team_id} */ readonly teamId: string; /** * review_request_delegation block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#review_request_delegation TeamSettings#review_request_delegation} */ readonly reviewRequestDelegation?: TeamSettingsReviewRequestDelegation; } @@ -36,19 +36,19 @@ export interface TeamSettingsReviewRequestDelegation { /** * The algorithm to use when assigning pull requests to team members. Supported values are 'ROUND_ROBIN' and 'LOAD_BALANCE'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#algorithm TeamSettings#algorithm} */ readonly algorithm?: string; /** * The number of team members to assign to a pull request. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#member_count TeamSettings#member_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#member_count TeamSettings#member_count} */ readonly memberCount?: number; /** * whether to notify the entire team when at least one member is also assigned to the pull request. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#notify TeamSettings#notify} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#notify TeamSettings#notify} */ readonly notify?: boolean | cdktf.IResolvable; } @@ -190,7 +190,7 @@ export class TeamSettingsReviewRequestDelegationOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings github_team_settings} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings github_team_settings} */ export class TeamSettings extends cdktf.TerraformResource { @@ -206,7 +206,7 @@ export class TeamSettings extends cdktf.TerraformResource { * Generates CDKTF code for importing a TeamSettings 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 TeamSettings to import - * @param importFromId The id of the existing TeamSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TeamSettings that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TeamSettings to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -218,7 +218,7 @@ export class TeamSettings extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_settings github_team_settings} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_settings github_team_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 @@ -229,8 +229,8 @@ export class TeamSettings extends cdktf.TerraformResource { terraformResourceType: 'github_team_settings', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/team-sync-group-mapping/README.md b/src/team-sync-group-mapping/README.md index a405d9f2e..154f7de7a 100644 --- a/src/team-sync-group-mapping/README.md +++ b/src/team-sync-group-mapping/README.md @@ -1,3 +1,3 @@ # `github_team_sync_group_mapping` -Refer to the Terraform Registry for docs: [`github_team_sync_group_mapping`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping). +Refer to the Terraform Registry for docs: [`github_team_sync_group_mapping`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping). diff --git a/src/team-sync-group-mapping/index.ts b/src/team-sync-group-mapping/index.ts index f53986b3d..bc2fc40c9 100644 --- a/src/team-sync-group-mapping/index.ts +++ b/src/team-sync-group-mapping/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface TeamSyncGroupMappingConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#id TeamSyncGroupMapping#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 TeamSyncGroupMappingConfig extends cdktf.TerraformMetaArguments /** * Slug of the team. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#team_slug TeamSyncGroupMapping#team_slug} */ readonly teamSlug: string; /** * group block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group TeamSyncGroupMapping#group} */ readonly group?: TeamSyncGroupMappingGroup[] | cdktf.IResolvable; } @@ -36,19 +36,19 @@ export interface TeamSyncGroupMappingGroup { /** * The description of the IdP group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_description TeamSyncGroupMapping#group_description} */ readonly groupDescription: string; /** * The ID of the IdP group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_id TeamSyncGroupMapping#group_id} */ readonly groupId: string; /** * The name of the IdP group. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#group_name TeamSyncGroupMapping#group_name} */ readonly groupName: string; } @@ -213,7 +213,7 @@ export class TeamSyncGroupMappingGroupList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping} */ export class TeamSyncGroupMapping extends cdktf.TerraformResource { @@ -229,7 +229,7 @@ export class TeamSyncGroupMapping extends cdktf.TerraformResource { * Generates CDKTF code for importing a TeamSyncGroupMapping 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 TeamSyncGroupMapping to import - * @param importFromId The id of the existing TeamSyncGroupMapping that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing TeamSyncGroupMapping that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the TeamSyncGroupMapping to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -241,7 +241,7 @@ export class TeamSyncGroupMapping extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team_sync_group_mapping github_team_sync_group_mapping} 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 @@ -252,8 +252,8 @@ export class TeamSyncGroupMapping extends cdktf.TerraformResource { terraformResourceType: 'github_team_sync_group_mapping', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/team/README.md b/src/team/README.md index 709c2c11e..000033892 100644 --- a/src/team/README.md +++ b/src/team/README.md @@ -1,3 +1,3 @@ # `github_team` -Refer to the Terraform Registry for docs: [`github_team`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team). +Refer to the Terraform Registry for docs: [`github_team`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team). diff --git a/src/team/index.ts b/src/team/index.ts index 6ce8b3ccb..68b3dbf7e 100644 --- a/src/team/index.ts +++ b/src/team/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface TeamConfig extends cdktf.TerraformMetaArguments { /** * Adds a default maintainer to the team. Adds the creating user to the team when 'true'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#create_default_maintainer Team#create_default_maintainer} */ readonly createDefaultMaintainer?: boolean | cdktf.IResolvable; /** * A description of the team. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#description Team#description} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#description Team#description} */ readonly description?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#id Team#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#id Team#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,43 +34,43 @@ export interface TeamConfig extends cdktf.TerraformMetaArguments { /** * The LDAP Distinguished Name of the group where membership will be synchronized. Only available in GitHub Enterprise Server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#ldap_dn Team#ldap_dn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#ldap_dn Team#ldap_dn} */ readonly ldapDn?: string; /** * The name of the team. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#name Team#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#name Team#name} */ readonly name: string; /** * The ID or slug of the parent team, if this is a nested team. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_id Team#parent_team_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_id Team#parent_team_id} */ readonly parentTeamId?: string; /** * The id of the parent team read in Github. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_id Team#parent_team_read_id} */ readonly parentTeamReadId?: string; /** * The id of the parent team read in Github. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#parent_team_read_slug Team#parent_team_read_slug} */ readonly parentTeamReadSlug?: string; /** * The level of privacy for the team. Must be one of 'secret' or 'closed'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#privacy Team#privacy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#privacy Team#privacy} */ readonly privacy?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team github_team} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team github_team} */ export class Team extends cdktf.TerraformResource { @@ -86,7 +86,7 @@ export class Team extends cdktf.TerraformResource { * Generates CDKTF code for importing a Team 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 Team to import - * @param importFromId The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Team that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Team to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -98,7 +98,7 @@ export class Team extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/team github_team} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/team github_team} 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,8 +109,8 @@ export class Team extends cdktf.TerraformResource { terraformResourceType: 'github_team', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/user-gpg-key/README.md b/src/user-gpg-key/README.md index 8c87d09b0..099150f0f 100644 --- a/src/user-gpg-key/README.md +++ b/src/user-gpg-key/README.md @@ -1,3 +1,3 @@ # `github_user_gpg_key` -Refer to the Terraform Registry for docs: [`github_user_gpg_key`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key). +Refer to the Terraform Registry for docs: [`github_user_gpg_key`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key). diff --git a/src/user-gpg-key/index.ts b/src/user-gpg-key/index.ts index b02141e28..f246f9d76 100644 --- a/src/user-gpg-key/index.ts +++ b/src/user-gpg-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface UserGpgKeyConfig extends cdktf.TerraformMetaArguments { /** * Your public GPG key, generated in ASCII-armored format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#armored_public_key UserGpgKey#armored_public_key} */ readonly armoredPublicKey: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key#id UserGpgKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key#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. @@ -28,7 +28,7 @@ export interface UserGpgKeyConfig extends cdktf.TerraformMetaArguments { } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key github_user_gpg_key} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key github_user_gpg_key} */ export class UserGpgKey extends cdktf.TerraformResource { @@ -44,7 +44,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/integrations/github/5.45.0/docs/resources/user_gpg_key#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/integrations/github/6.0.0/docs/resources/user_gpg_key#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) { @@ -56,7 +56,7 @@ export class UserGpgKey extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_gpg_key github_user_gpg_key} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_gpg_key github_user_gpg_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 @@ -67,8 +67,8 @@ export class UserGpgKey extends cdktf.TerraformResource { terraformResourceType: 'github_user_gpg_key', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/user-invitation-accepter/README.md b/src/user-invitation-accepter/README.md index 0bcf30bc6..675bebe74 100644 --- a/src/user-invitation-accepter/README.md +++ b/src/user-invitation-accepter/README.md @@ -1,3 +1,3 @@ # `github_user_invitation_accepter` -Refer to the Terraform Registry for docs: [`github_user_invitation_accepter`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter). +Refer to the Terraform Registry for docs: [`github_user_invitation_accepter`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter). diff --git a/src/user-invitation-accepter/index.ts b/src/user-invitation-accepter/index.ts index 82748e435..4f9808d22 100644 --- a/src/user-invitation-accepter/index.ts +++ b/src/user-invitation-accepter/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface UserInvitationAccepterConfig extends cdktf.TerraformMetaArgumen /** * Allow the ID to be unset. This will result in the resource being skipped when the ID is not set instead of returning an error. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#allow_empty_id UserInvitationAccepter#allow_empty_id} */ readonly allowEmptyId?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#id UserInvitationAccepter#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 UserInvitationAccepterConfig extends cdktf.TerraformMetaArgumen /** * ID of the invitation to accept. Must be set when 'allow_empty_id' is 'false'. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#invitation_id UserInvitationAccepter#invitation_id} */ readonly invitationId?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter github_user_invitation_accepter} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter github_user_invitation_accepter} */ export class UserInvitationAccepter extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class UserInvitationAccepter extends cdktf.TerraformResource { * Generates CDKTF code for importing a UserInvitationAccepter 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 UserInvitationAccepter to import - * @param importFromId The id of the existing UserInvitationAccepter that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserInvitationAccepter that should be imported. Refer to the {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the UserInvitationAccepter to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class UserInvitationAccepter extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_invitation_accepter github_user_invitation_accepter} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_invitation_accepter github_user_invitation_accepter} 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,8 +73,8 @@ export class UserInvitationAccepter extends cdktf.TerraformResource { terraformResourceType: 'github_user_invitation_accepter', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/user-ssh-key/README.md b/src/user-ssh-key/README.md index cdf2042ef..93040ae35 100644 --- a/src/user-ssh-key/README.md +++ b/src/user-ssh-key/README.md @@ -1,3 +1,3 @@ # `github_user_ssh_key` -Refer to the Terraform Registry for docs: [`github_user_ssh_key`](https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key). +Refer to the Terraform Registry for docs: [`github_user_ssh_key`](https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key). diff --git a/src/user-ssh-key/index.ts b/src/user-ssh-key/index.ts index 5971e3618..844f92be9 100644 --- a/src/user-ssh-key/index.ts +++ b/src/user-ssh-key/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key +// https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface UserSshKeyConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#id UserSshKey#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#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. @@ -22,19 +22,19 @@ export interface UserSshKeyConfig extends cdktf.TerraformMetaArguments { /** * The public SSH key to add to your GitHub account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#key UserSshKey#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#key UserSshKey#key} */ readonly key: string; /** * A descriptive name for the new key. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key#title UserSshKey#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key#title UserSshKey#title} */ readonly title: string; } /** -* Represents a {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key github_user_ssh_key} +* Represents a {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key github_user_ssh_key} */ export class UserSshKey extends cdktf.TerraformResource { @@ -50,7 +50,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/integrations/github/5.45.0/docs/resources/user_ssh_key#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/integrations/github/6.0.0/docs/resources/user_ssh_key#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) { @@ -62,7 +62,7 @@ export class UserSshKey extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/integrations/github/5.45.0/docs/resources/user_ssh_key github_user_ssh_key} Resource + * Create a new {@link https://registry.terraform.io/providers/integrations/github/6.0.0/docs/resources/user_ssh_key github_user_ssh_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 @@ -73,8 +73,8 @@ export class UserSshKey extends cdktf.TerraformResource { terraformResourceType: 'github_user_ssh_key', terraformGeneratorMetadata: { providerName: 'github', - providerVersion: '5.45.0', - providerVersionConstraint: '~> 5.0' + providerVersion: '6.0.0', + providerVersionConstraint: '~> 6.0' }, provider: config.provider, dependsOn: config.dependsOn, diff --git a/src/version.json b/src/version.json index b494fd920..411d156d2 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/integrations/github": "5.45.0" + "registry.terraform.io/integrations/github": "6.0.0" }