Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 0642f23

Browse files
chore(release): Release 0.20.9 (#3733)
## 0.20.9 ### feat - feat(provider-generator): Skip definition attribute for aws_quicksight_analysis.definition data source [\#3725](#3725) ### fix - fix(lib): render empty string as quotes [\#3683](#3683) - fix(lib): Correct types for allowedAccountIds & forbiddenAccountIds in S3Backend [\#3669](#3669) - fix(provider-generator): fix collision for Go for resources named version [\#3670](#3670) - fix(release): Don't validate single commit for semanticity [\#3715](#3715) ### chore - chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3714](#3714) - chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3700](#3700) - chore: add extra pr for a catch-all package update [\#3699](#3699) - chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3693](#3693) - chore: Upgrade dependencies for JSII [\#3692](#3692) - chore: Upgrade dependencies for util [\#3691](#3691) - chore: Upgrade dependencies for cli [\#3690](#3690) - chore: Upgrade dependencies for lib [\#3689](#3689) - chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3682](#3682) - chore: Upgrade dependencies for JSII [\#3679](#3679) - chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3672](#3672) - chore: added index pages for each library to the docs [\#3671](#3671) - chore: reorganize API documentation [\#3668](#3668) - chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3666](#3666) - chore: Upgrade dependencies for util [\#3650](#3650) - chore: Upgrade dependencies for cli [\#3649](#3649) - chore: Upgrade dependencies for JSII [\#3648](#3648) - chore: Upgrade dependencies for lib [\#3647](#3647) - chore(hcl2cdk): fix yarn command in Readme.md [\#3624](#3624) --------- Co-authored-by: Daniel Schmidt <[email protected]>
1 parent 92f0a48 commit 0642f23

File tree

8 files changed

+47
-12
lines changed

8 files changed

+47
-12
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 0.20.9
2+
3+
### feat
4+
5+
- feat(provider-generator): Skip definition attribute for aws_quicksight_analysis.definition data source [\#3725](https://github.com/hashicorp/terraform-cdk/pull/3725)
6+
7+
### fix
8+
9+
- fix(lib): render empty string as quotes [\#3683](https://github.com/hashicorp/terraform-cdk/pull/3683)
10+
- fix(lib): Correct types for allowedAccountIds & forbiddenAccountIds in S3Backend [\#3669](https://github.com/hashicorp/terraform-cdk/pull/3669)
11+
- fix(provider-generator): fix collision for Go for resources named version [\#3670](https://github.com/hashicorp/terraform-cdk/pull/3670)
12+
- fix(release): Don't validate single commit for semanticity [\#3715](https://github.com/hashicorp/terraform-cdk/pull/3715)
13+
14+
### chore
15+
16+
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3714](https://github.com/hashicorp/terraform-cdk/pull/3714)
17+
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3700](https://github.com/hashicorp/terraform-cdk/pull/3700)
18+
- chore: add extra pr for a catch-all package update [\#3699](https://github.com/hashicorp/terraform-cdk/pull/3699)
19+
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3693](https://github.com/hashicorp/terraform-cdk/pull/3693)
20+
- chore: Upgrade dependencies for JSII [\#3692](https://github.com/hashicorp/terraform-cdk/pull/3692)
21+
- chore: Upgrade dependencies for util [\#3691](https://github.com/hashicorp/terraform-cdk/pull/3691)
22+
- chore: Upgrade dependencies for cli [\#3690](https://github.com/hashicorp/terraform-cdk/pull/3690)
23+
- chore: Upgrade dependencies for lib [\#3689](https://github.com/hashicorp/terraform-cdk/pull/3689)
24+
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3682](https://github.com/hashicorp/terraform-cdk/pull/3682)
25+
- chore: Upgrade dependencies for JSII [\#3679](https://github.com/hashicorp/terraform-cdk/pull/3679)
26+
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3672](https://github.com/hashicorp/terraform-cdk/pull/3672)
27+
- chore: added index pages for each library to the docs [\#3671](https://github.com/hashicorp/terraform-cdk/pull/3671)
28+
- chore: reorganize API documentation [\#3668](https://github.com/hashicorp/terraform-cdk/pull/3668)
29+
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3666](https://github.com/hashicorp/terraform-cdk/pull/3666)
30+
- chore: Upgrade dependencies for util [\#3650](https://github.com/hashicorp/terraform-cdk/pull/3650)
31+
- chore: Upgrade dependencies for cli [\#3649](https://github.com/hashicorp/terraform-cdk/pull/3649)
32+
- chore: Upgrade dependencies for JSII [\#3648](https://github.com/hashicorp/terraform-cdk/pull/3648)
33+
- chore: Upgrade dependencies for lib [\#3647](https://github.com/hashicorp/terraform-cdk/pull/3647)
34+
- chore(hcl2cdk): fix yarn command in Readme.md [\#3624](https://github.com/hashicorp/terraform-cdk/pull/3624)
35+
136
## 0.20.8
237

338
### feat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.20.8",
3+
"version": "0.20.9",
44
"private": true,
55
"scripts": {
66
"build-and-package": "lerna run --scope 'cdktf*' --scope @cdktf/* build,package && tools/collect-dist.sh",

test/csharp/provider-list-command/__snapshots__/test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`provider list command lists both local and prebuilt providers with tabu
77
Name Version Constraint Version
88
───────────┼─────────────────────────────┼────────────────────────┼────────────┤
99
─── ───── ─ ── ───────── ────
10-
null │ 3.2.2 ~> 3.2.0│ │ │
10+
null │ 3.2.3 ~> 3.2.0│ │ │
1111
1212
───────────┼─────────────────────────────┼────────────────────────┼────────────┤
1313
─── ───── ─ ── ───────── ────

website/docs/cdktf/api-reference/csharp/classes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12924,12 +12924,12 @@ VariableType.Set(string Type);
1292412924
```csharp
1292512925
using HashiCorp.Cdktf;
1292612926

12927-
VariableType.Tuple(string Elements);
12927+
VariableType.Tuple(params string[] Elements);
1292812928
```
1292912929

1293012930
###### `Elements`<sup>Required</sup> <a name="Elements" id="cdktf.VariableType.tuple.parameter.elements"></a>
1293112931

12932-
- _Type:_ string
12932+
- _Type:_ params string[]
1293312933

1293412934
---
1293512935

website/docs/cdktf/api-reference/go/classes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12934,12 +12934,12 @@ cdktf.VariableType_Set(type *string) *string
1293412934
```go
1293512935
import "github.com/hashicorp/terraform-cdk-go/cdktf"
1293612936

12937-
cdktf.VariableType_Tuple(elements *string) *string
12937+
cdktf.VariableType_Tuple(elements ...*string) *string
1293812938
```
1293912939

1294012940
###### `elements`<sup>Required</sup> <a name="elements" id="cdktf.VariableType.tuple.parameter.elements"></a>
1294112941

12942-
- _Type:_ \*string
12942+
- _Type:_ ...\*string
1294312943

1294412944
---
1294512945

website/docs/cdktf/api-reference/java/classes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12924,12 +12924,12 @@ VariableType.set(java.lang.String type)
1292412924
```java
1292512925
import com.hashicorp.cdktf.VariableType;
1292612926

12927-
VariableType.tuple(java.lang.String elements)
12927+
VariableType.tuple(java.lang.String... elements)
1292812928
```
1292912929

1293012930
###### `elements`<sup>Required</sup> <a name="elements" id="cdktf.VariableType.tuple.parameter.elements"></a>
1293112931

12932-
- _Type:_ java.lang.String
12932+
- _Type:_ java.lang.String...
1293312933

1293412934
---
1293512935

website/docs/cdktf/api-reference/python/classes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14258,13 +14258,13 @@ cdktf.VariableType.set(
1425814258
import cdktf
1425914259

1426014260
cdktf.VariableType.tuple(
14261-
elements: str
14261+
elements: *str
1426214262
)
1426314263
```
1426414264

1426514265
###### `elements`<sup>Required</sup> <a name="elements" id="cdktf.VariableType.tuple.parameter.elements"></a>
1426614266

14267-
- _Type:_ str
14267+
- _Type:_ \*str
1426814268

1426914269
---
1427014270

website/docs/cdktf/api-reference/typescript/classes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12934,12 +12934,12 @@ VariableType.set(type: string)
1293412934
```typescript
1293512935
import { VariableType } from 'cdktf'
1293612936

12937-
VariableType.tuple(elements: string)
12937+
VariableType.tuple(elements: ...string[])
1293812938
```
1293912939

1294012940
###### `elements`<sup>Required</sup> <a name="elements" id="cdktf.VariableType.tuple.parameter.elements"></a>
1294112941

12942-
- _Type:_ string
12942+
- _Type:_ ...string[]
1294312943

1294412944
---
1294512945

0 commit comments

Comments
 (0)