diff --git a/API.md b/API.md index 2d6d812..7ccd623 100644 --- a/API.md +++ b/API.md @@ -463,6 +463,7 @@ BaseStack.isBaseStack(x: any) | node | constructs.Node | The tree node. | | dependencies | cdktf.TerraformStack[] | *No description.* | | synthesizer | cdktf.IStackSynthesizer | *No description.* | +| prefix | string | *No description.* | | organization | @cdktf/provider-tfe.dataTfeOrganization.DataTfeOrganization | *No description.* | | tfeProvider | @cdktf/provider-tfe.provider.TfeProvider | *No description.* | @@ -500,6 +501,16 @@ public readonly synthesizer: IStackSynthesizer; --- +##### `prefix`Required + +```typescript +public readonly prefix: string; +``` + +- *Type:* string + +--- + ##### `organization`Required ```typescript