Skip to content

Commit d632165

Browse files
authored
chore(deps)!: Updated CDKTF version to 0.16.0 (#1429)
Triggered by https://github.com/cdktf/cdktf-repository-manager/actions/runs/4736472300
1 parent 586cb7c commit d632165

File tree

726 files changed

+14005
-11634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

726 files changed

+14005
-11634
lines changed

.projen/deps.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { CdktfProviderProject } = require("@cdktf/provider-project");
77
const project = new CdktfProviderProject({
88
useCustomGithubRunner: false,
99
terraformProvider: "integrations/github@~> 5.0",
10-
cdktfVersion: "^0.15.0",
10+
cdktfVersion: "^0.16.0",
1111
constructsVersion: "^10.0.0",
1212
minNodeVersion: "16.14.0",
1313
jsiiVersion: "^1.53.0",

docs/actionsEnvironmentSecret.csharp.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# `github_actions_environment_secret`
22

3-
Refer to the Terraform Registory for docs: [`github_actions_environment_secret`](https://www.terraform.io/docs/providers/github/r/actions_environment_secret).
3+
Refer to the Terraform Registory for docs: [`github_actions_environment_secret`](https://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret).
44

55
# `actionsEnvironmentSecret` Submodule <a name="`actionsEnvironmentSecret` Submodule" id="@cdktf/provider-github.actionsEnvironmentSecret"></a>
66

77
## Constructs <a name="Constructs" id="Constructs"></a>
88

99
### ActionsEnvironmentSecret <a name="ActionsEnvironmentSecret" id="@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret"></a>
1010

11-
Represents a {@link https://www.terraform.io/docs/providers/github/r/actions_environment_secret github_actions_environment_secret}.
11+
Represents a {@link https://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret github_actions_environment_secret}.
1212

1313
#### Initializers <a name="Initializers" id="@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret.Initializer"></a>
1414

@@ -360,7 +360,7 @@ ActionsEnvironmentSecret.IsTerraformResource(object X);
360360
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret.property.terraformResourceType">TerraformResourceType</a></code> | <code>string</code> | *No description.* |
361361
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret.property.terraformGeneratorMetadata">TerraformGeneratorMetadata</a></code> | <code>HashiCorp.Cdktf.TerraformProviderGeneratorMetadata</code> | *No description.* |
362362
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret.property.connection">Connection</a></code> | <code>object</code> | *No description.* |
363-
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret.property.count">Count</a></code> | <code>double</code> | *No description.* |
363+
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret.property.count">Count</a></code> | <code>object</code> | *No description.* |
364364
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret.property.dependsOn">DependsOn</a></code> | <code>string[]</code> | *No description.* |
365365
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret.property.forEach">ForEach</a></code> | <code>HashiCorp.Cdktf.ITerraformIterator</code> | *No description.* |
366366
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret.property.lifecycle">Lifecycle</a></code> | <code>HashiCorp.Cdktf.TerraformResourceLifecycle</code> | *No description.* |
@@ -468,10 +468,10 @@ public object Connection { get; }
468468
##### `Count`<sup>Optional</sup> <a name="Count" id="@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecret.property.count"></a>
469469

470470
```csharp
471-
public double Count { get; }
471+
public object Count { get; }
472472
```
473473

474-
- *Type:* double
474+
- *Type:* object
475475

476476
---
477477

@@ -694,7 +694,7 @@ using HashiCorp.Cdktf.Providers.Github;
694694

695695
new ActionsEnvironmentSecretConfig {
696696
object Connection = null,
697-
double Count = null,
697+
object Count = null,
698698
ITerraformDependable[] DependsOn = null,
699699
ITerraformIterator ForEach = null,
700700
TerraformResourceLifecycle Lifecycle = null,
@@ -714,7 +714,7 @@ new ActionsEnvironmentSecretConfig {
714714
| **Name** | **Type** | **Description** |
715715
| --- | --- | --- |
716716
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.connection">Connection</a></code> | <code>object</code> | *No description.* |
717-
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.count">Count</a></code> | <code>double</code> | *No description.* |
717+
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.count">Count</a></code> | <code>object</code> | *No description.* |
718718
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.dependsOn">DependsOn</a></code> | <code>HashiCorp.Cdktf.ITerraformDependable[]</code> | *No description.* |
719719
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.forEach">ForEach</a></code> | <code>HashiCorp.Cdktf.ITerraformIterator</code> | *No description.* |
720720
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.lifecycle">Lifecycle</a></code> | <code>HashiCorp.Cdktf.TerraformResourceLifecycle</code> | *No description.* |
@@ -724,7 +724,7 @@ new ActionsEnvironmentSecretConfig {
724724
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.repository">Repository</a></code> | <code>string</code> | Name of the repository. |
725725
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.secretName">SecretName</a></code> | <code>string</code> | Name of the secret. |
726726
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.encryptedValue">EncryptedValue</a></code> | <code>string</code> | Encrypted value of the secret using the GitHub public key in Base64 format. |
727-
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.id">Id</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/github/r/actions_environment_secret#id ActionsEnvironmentSecret#id}. |
727+
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.id">Id</a></code> | <code>string</code> | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}. |
728728
| <code><a href="#@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.plaintextValue">PlaintextValue</a></code> | <code>string</code> | Plaintext value of the secret to be encrypted. |
729729

730730
---
@@ -742,10 +742,10 @@ public object Connection { get; set; }
742742
##### `Count`<sup>Optional</sup> <a name="Count" id="@cdktf/provider-github.actionsEnvironmentSecret.ActionsEnvironmentSecretConfig.property.count"></a>
743743

744744
```csharp
745-
public double Count { get; set; }
745+
public object Count { get; set; }
746746
```
747747

748-
- *Type:* double
748+
- *Type:* object
749749

750750
---
751751

@@ -809,7 +809,7 @@ public string Environment { get; set; }
809809

810810
Name of the environment.
811811

812-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/github/r/actions_environment_secret#environment ActionsEnvironmentSecret#environment}
812+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret#environment ActionsEnvironmentSecret#environment}
813813

814814
---
815815

@@ -823,7 +823,7 @@ public string Repository { get; set; }
823823

824824
Name of the repository.
825825

826-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/github/r/actions_environment_secret#repository ActionsEnvironmentSecret#repository}
826+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret#repository ActionsEnvironmentSecret#repository}
827827

828828
---
829829

@@ -837,7 +837,7 @@ public string SecretName { get; set; }
837837

838838
Name of the secret.
839839

840-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/github/r/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name}
840+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret#secret_name ActionsEnvironmentSecret#secret_name}
841841

842842
---
843843

@@ -851,7 +851,7 @@ public string EncryptedValue { get; set; }
851851

852852
Encrypted value of the secret using the GitHub public key in Base64 format.
853853

854-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/github/r/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value}
854+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret#encrypted_value ActionsEnvironmentSecret#encrypted_value}
855855

856856
---
857857

@@ -863,7 +863,7 @@ public string Id { get; set; }
863863

864864
- *Type:* string
865865

866-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/github/r/actions_environment_secret#id ActionsEnvironmentSecret#id}.
866+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret#id ActionsEnvironmentSecret#id}.
867867

868868
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
869869
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -880,7 +880,7 @@ public string PlaintextValue { get; set; }
880880

881881
Plaintext value of the secret to be encrypted.
882882

883-
Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/github/r/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value}
883+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/integrations/github/5.23.0/docs/resources/actions_environment_secret#plaintext_value ActionsEnvironmentSecret#plaintext_value}
884884

885885
---
886886

0 commit comments

Comments
 (0)